@import url(../fonts/Ted-Next/font.css);

* {
    font-family: Ted Next,sans-serif;
    font-weight: 500;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
.header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.btn,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn:focus,
button:focus {
  outline: none;
}

a[href^=tel] {
  color: #000;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-weight: 300;
  font-size: 1.1vw;
  font-family: Arial, Helvetica, sans-serif;
  /* overflow-x: hidden;
  width: 100%;
  max-width: 1344px;
  min-width: 320px;
  margin: auto; */
}

.li {
  list-style: none;
}

.header {
  display: flex;
  gap: 20px;
  width: 100%;
  background-color: #DA291C;
  color: white;
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
  }
}

.left_header {
  width: 50%;
  display: flex;
  padding: 30px;
  padding-left: 10px;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .left_header {
    width: 100%;
    gap: 14px;
    padding: 20px;
    padding-top: 0px;
  }
}

.left_header .img_promo_logo img {
  height: 50px;
}

.left_header .img_logo {
  margin-left: auto;
  margin-top: auto;
}


.left_header .img_logo img {
  height: 30px;
}

.left_header h1,
.left_header p {
  font-family: "Ted Next Var", sans-serif;
}

.left_header h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 46.2px;
}
.left_header p {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 768px) {
  .logo_container {
    margin-top: 80px;
  }
}

@media (max-width: 1100px) {
  .left_header h1 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) and (max-width: 900px) {
  .left_header h1 {
    font-size: 24px;
  }
}

@media (max-width: 1100px) and (max-width: 900px) and (max-width: 768px) {
  .left_header h1 {
    font-size: 30px;
    line-height: 120%;
  }
}

.left_header h3 {
  font-size: 24px;
  line-height: 100%;
}

@media (max-width: 768px) {
  .left_header h3 {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (max-width: 768px) {
  .left_header p {
    font-size: 20px;
    line-height: 140%;
  }
}

.right_header {
  width: 50%;
}

@media (max-width: 768px) {
  .right_header {
    width: 100%;
  }
}

.right_header .img_container {
  width: 100%;
}

.right_header .img_container img {
  width: 100%;
  max-height: 400px;
}

.section__1__title {
  font-family: "Ted Next Var", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  padding-top: 100px;
  color: rgb(218, 41, 28);
}

@media (max-width: 768px) {
  .section__1__title {
    font-size: 30px;
  }
}

.section__1__subtitle {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .section__1__subtitle {
    font-size: 18px;
    width: 80%;
    margin: 0px auto;
    line-height: 150%;
  }
}

.section__1 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .section__1 {
    flex-direction: column;
    gap: 50px;
  }
}

.section__1 .section__1__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .section__1 .section__1__item {
    width: 100%;
    margin-top: 10px;
  }

  .section__1 .section__1__item:nth-child(1) {
    margin-top: 100px;
  }
}

.section__1 .section__1__item h3 {
  font-family: "Ted Next Var", sans-serif;
  color: rgb(218, 41, 28);
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  padding: 20px 0;
}

.section__1 .section__1__item p {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  width: 80%;
  margin: 0px auto;
}

.section__1 .section__1__item .icon-container {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__2 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.section__2_header {
  font-size: 38px;
  font-weight: bold;
}

.section__2_subheader {
  color: #747595;
  font-weight: 400;
}

@media (max-width: 768px) {
  .section__2 {
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
    padding: 10px;
  }

  .section__2_subheader {
    font-size: 14px;
  }
}

.section__2 .section__2__left {
  width: 35%;
}

.section__2 .section__2__left img {
  width: auto;
  max-height: 450px;
}

@media (max-width: 1200px) {
  .section__2 .section__2__left img {
    height: 300px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .section__2 .section__2__left img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .section__2 .section__2__left {
    width: 45%;
    gap: 30px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__2 .section__2__left {
    width: 100%;
  }
}

.section__2 .section__2__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .section__2 .section__2__right {
    width: 52%;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__2 .section__2__right {
    width: 100%;
    gap: 30px;
    text-align: center;
  }
}

.section__2 .section__2__right h3 {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .section__2 .section__2__right h3 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__2 .section__2__right h3 {
    font-size: 26px;
  }
}

.section__2 .section__2__right p {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  line-height: 140%;
}

@media (max-width: 1100px) {
  .section__2 .section__2__right p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__2 .section__2__right p {
    font-size: 16px;
    margin: 0px auto;
    text-align: start;
  }
}

.section__2 .section__2__right p .list-point {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .section__2 .section__2__right p .list-point {
    padding: 0 10px;
  }
}

.section__2 .section__2__right .section__2__btn__container {
  width: 100%;
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .section__2 .section__2__right .section__2__btn__container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section__2 .section__2__right .section__2__btn__container button {
    margin-top: 20px;
  }
}

.section__2 .section__2__right .section__2__btn__container button a {
  background: rgb(218, 41, 28);
  color: white;
  font-size: 24px;
  padding: 12px 24px;
  border-radius: 12px;
  transition: 0.2s all;
  border: 2px solid transparent;
}

@media (max-width: 768px) {
  .section__2 .section__2__right .section__2__btn__container button a {
    font-size: 24px;
    padding: 12px 48px;
  }
}

.section__2 .section__2__right .section__2__btn__container button a:hover {
  background: rgb(254, 254, 254);
  border: 2px solid rgb(255, 0, 0);
  color: rgb(218, 41, 28);
}

.section__3 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .section__3 {
    flex-direction: column-reverse;
    gap: 50px;
    margin-top: 60px;
  }
}

.section__3 .section__3__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 768px) {
  .section__3 .section__3__left {
    width: 100%;
    padding: 20px;
  }
}

.section__3 .section__3__left h3 {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .section__3 .section__3__left h3 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__3 .section__3__left h3 {
    font-size: 26px;
    text-align: center;
  }
}

.section__3 .section__3__left p {
  font-weight: 500;
  font-size: 18px;
  width: 90%;
  line-height: 140%;
}

@media (max-width: 1100px) {
  .section__3 .section__3__left p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__3 .section__3__left p {
    font-size: 16px;
    margin: 0px auto;
    text-align: start;
    width: 100%;
  }
}

.section__3 button {
  padding: 12px 24px;
  background: rgb(218, 41, 28);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .section__3 .section__3__left .section__2__btn__container {
    margin-left: auto;
    margin-right: auto;
  }
}

.section__3 .section__3__left button a {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 24px;
  border-radius: 12px;
  transition: 0.2s all;
  border: 2px solid transparent;
}

@media (max-width: 768px) {
  .section__3 .section__3__left a {
    font-size: 24px;
    padding: 12px 0px;
  }
}

.section__3 .section__3__left button:hover {
  background: rgb(254, 254, 254);
  border: 2px solid rgb(255, 0, 0);
  color: rgb(218, 41, 28);
}

.section__3 .section__3__left a:hover {
  background: rgb(254, 254, 254);
  color: rgb(218, 41, 28);
}

.section__3 .section__3__right {
  width: 45%;
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .section__3 .section__3__right {
    width: 100%;
    padding: 10px;
  }
}

.section__3 .section__3__right img {
  width: auto;
  max-height: 450px;
}

@media (max-width: 1200px) {
  .section__3 .section__3__right img {
    height: 300px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .section__3 .section__3__right img {
    width: 100%;
    height: auto;
  }
}

.section__4 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .section__4 {
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
    padding: 10px;
  }
}

.section__4 .section__4__left {
  width: 40%;
}

.section__4 .section__4__left img {
  width: auto;
  max-height: 450px;
}

@media (max-width: 1200px) {
  .section__4 .section__4__left img {
    height: 300px;
  }
}

@media (max-width: 1200px) and (max-width: 768px) {
  .section__4 .section__4__left img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .section__4 .section__4__left {
    width: 40%;
    gap: 30px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__4 .section__4__left {
    width: 100%;
  }
}

.section__4 .section__4__right {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .section__4 .section__4__right {
    width: 55%;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__4 .section__4__right {
    width: 100%;
    gap: 30px;
    text-align: center;
  }
}

.section__4 .section__4__right h3 {
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .section__4 .section__4__right h3 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__4 .section__4__right h3 {
    font-size: 26px;
  }
}

.section__4 .section__4__right p {
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  line-height: 140%;
}

@media (max-width: 1100px) {
  .section__4 .section__4__right p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) and (max-width: 768px) {
  .section__4 .section__4__right p {
    font-size: 16px;
    margin: 0px auto;
    text-align: start;
  }
}

.section__4 .section__4__right p .list-point {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .section__4 .section__4__right p .list-point {
    padding: 0 10px;
  }
}

.section__4 .section__4__right .section__2__btn__container {
  width: 100%;
  display: flex;
  justify-content: end;
}

@media (max-width: 768px) {
  .section__4 .section__4__right .section__2__btn__container {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .section__4 .section__4__right .section__2__btn__container button {
    margin-top: 20px;
  }
}

.section__4 .section__4__right .section__2__btn__container button a {
  background: rgb(218, 41, 28);
  color: white;
  font-size: 24px;
  padding: 12px 24px;
  border-radius: 12px;
  transition: 0.2s all;
  border: 2px solid transparent;
}

@media (max-width: 768px) {
  .section__4 .section__4__right .section__2__btn__container button a {
    font-size: 24px;
    padding: 12px 48px;
  }
}

.section__4 .section__4__right .section__2__btn__container button a:hover {
  background: rgb(254, 254, 254);
  border: 2px solid rgb(255, 0, 0);
  color: rgb(218, 41, 28);
}

.section__5 {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 50px;
}

.number_icon {
  background-color: rgb(218, 41, 28);
  border-radius: 25px;
  color: white;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 20px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .section__5 {
    flex-direction: column;
    gap: 50px;
    margin-top: 0px;
    padding-top: 0px;
  }
}

.section__5 .section__5__item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .section__5 .section__5__item {
    width: 100%;
    margin-top: 10px;
  }

  .section__5 .section__5__item:nth-child(1) {
    margin-top: 60px;
  }
}

.section__5 .section__5__item h3 {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}

.section__5 .section__5__item p {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  width: 80%;
  margin: 0px auto;
}

.section__5 .section__5__item p a {
  color: rgb(218, 41, 28);
  text-decoration: underline;
}

.section__5 .section__5__item .icon-container {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.section__6 p {
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .section__6 p {
    padding: 10px;
    font-size: 14px;
  }
}

.section__6 p a {
  color: rgb(218, 41, 28);
  font-weight: bold;
}

.section__6 p a:hover {
  text-decoration: underline;
}