* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: Bebas Neue Pro;
  src: url('../../assets/fonts/BebasNeuePro-Regular.ttf');
  font-weight: 400;
}

/* container */
.container {
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 10px;
}
.container1 {
  max-width: 1365px;
  margin: 0 auto;
}
.container2 {
  max-width: 1305px;
  margin: 0 auto;
}

/* header */
.header {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header.scrolled {
  background-color: rgba(0, 0, 0, 0.65);
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 26px;
}
.headerLink {
  position: relative;
}
.headerLink > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 250% */
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.headerLink > a:hover {
  color: #3c9ba5;
}
.headerDropdownLinks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50px;
  min-width: 220px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
}
.dropdownLink a {
  display: block;
  color: #3c9ba5;
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 307.692% */
  background: #fff;
  padding: 0 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdownLink a:hover {
  background: #3c9ba5;
  color: #fff;
}
.headerLink1:hover .headerDropdownLinks1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerLink2:hover .headerDropdownLinks2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerLink3:hover .headerDropdownLinks3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.languageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.burgerBtn {
  display: none;
}

/* intro */
.intro {
  position: relative;
  padding: 172px 0;
  overflow: hidden;
}
.intro::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.43;
  background: #1d1e20;
  z-index: 2;
}
.introInner {
  z-index: 1;
  width: 58.6%;
}
.introImg {
  position: relative;
  z-index: 2;
}
.introSub {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: Rubik;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.6px; /* 120% */
  margin-top: 12px;
}
.introTitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: 'Bebas Neue Pro';
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 100% */
  text-transform: uppercase;
  margin-top: 16px;
}
.introVideo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.introVideo video {
  display: block;
  width: 100%;
}

/* why */
.why {
  background-image: url('../../assets/img/airplane.svg');
  background-position: -5% 80%;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 90px;
}
.whyTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.whyText {
  width: 40%;
  padding-top: 80px;
}
.whyTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 67.2px; /* 120% */
  text-transform: uppercase;
}
.whySub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 18px;
}
.whyImg {
  width: 61.8%;
}
.whyImg img {
  display: block;
  max-width: 100%;
}
.whyBottom {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 90px;
}
.whyBottomTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 59.648px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130.766% */
  text-transform: uppercase;
}

/* items */
.itemsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
}
.itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.3333%;
  padding: 15px;
}
.itemBoxInner {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
}
.itemBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.itemBoxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 24px 41px 24px;
  text-align: center;
  min-height: 898px;
}
.itemBoxTitle {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.itemBoxTitle1 {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.7px; /* 165% */
}
.itemBoxSub {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 29px;
}
.itemBoxBtn {
  display: inline-block;
  color: #6c6c6c;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 212.143% */
  text-transform: uppercase;
  border-bottom: 2px solid #3c9ba5;
  padding: 8px 30px 10px 30px;
  margin-top: auto;
  -webkit-transition: all ease-out 0.35s;
  -o-transition: all ease-out 0.35s;
  transition: all ease-out 0.35s;
}
.itemBoxBtn:hover {
  background-color: #3c9ba5;
  color: #fff;
}

/* main */
.main {
  background-color: #1d1e20;
  background-image: url('../../assets/img/mainBg.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 100px;
}
.mainInner {
  max-width: 786px;
}
.mainOverlay {
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 0;
  height: auto;
}
.mainOverlay img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.mainTitle {
  color: #fff;
  font-family: 'Bebas Neue Pro';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130% */
  text-transform: uppercase;
}
.mainSub {
  color: #fff;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 165% */
  margin-top: 18.85px;
}

/* items1 */
.items1 {
  padding-bottom: 100px;
}
.items1Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.items1Box {
  width: 33.33333%;
  padding-left: 30px;
}
.items1BoxInner {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.29);
}
.items1BoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.items1BoxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 18px 26px 18px;
  min-height: 423px;
}
.items1BoxTitle {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px; /* 130% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.items1BoxSub {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 185.625% */
  margin-top: 19.5px;
  margin-bottom: 20px;
}
.items1BoxBtn {
  display: inline-block;
  color: #585858;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  padding: 12px 46px 14px 46px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: auto;
}
.items1BoxBtn:hover {
  color: #fff;
  background: #3c9ba5;
}

/* start */
.start {
  background: url('../../assets/img/startBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 90px 0;
  position: relative;
}
.start::before {
  content: '';
  opacity: 0.5;
  background: #1d1e20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.startInner {
  position: relative;
  z-index: 1;
}
.startTitle {
  color: #fff;
  font-family: 'Bebas Neue Pro';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 113.333% */
  text-transform: uppercase;
}
.startBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding: 12px 46px 14px 46px;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.startBtn:hover {
  background: #3c9ba5;
}

/* info */
.info {
  background: url('../../assets/img/infoBg.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 224px;
  padding-bottom: 168px;
}
.info::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1d1e20;
  opacity: 0.3;
}
.infoInner {
  position: relative;
  z-index: 1;
  max-width: 832px;
}
.infoSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.infoSub a {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 212.143% */
}
.infoSub span {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.7px; /* 212.143% */
}
.infoTitle {
  color: #fff;
  font-family: 'Bebas Neue Pro';
  font-size: 84px;
  font-style: normal;
  font-weight: 400;
  line-height: 117.6px; /* 140% */
  text-transform: uppercase;
  margin-top: 20px;
}
.infoSub1 {
  color: #fff;
  font-family: Rubik;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.7px; /* 135% */
  margin-top: 18.8px;
}

/* news */
.news {
  padding-top: 80px;
  padding-bottom: 210px;
}
.newsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newsLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 30px;
  width: 72%;
}
.newsBox {
  width: 31%;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.3);
}
.newsBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.newsBoxText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 26px 18px;
  min-height: 330px;
}
.newsBoxTitle {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: 2px;
  text-transform: uppercase;
}
.newsBoxSub {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 185.625% */
  padding-bottom: 20px;
  margin-top: 19.35px;
}
.newsBoxBtn {
  display: inline-block;
  color: #585858;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  text-transform: uppercase;
  padding: 12px 46px 14px 46px;
  border-radius: 3px;
  border-bottom: 2px solid #3c9ba5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: auto;
}
.newsBoxBtn:hover {
  background: #3c9ba5;
  color: #fff;
}
.newsRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  width: 28%;
  padding-left: 45px;
}
.newsRightBoxTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 100% */
  border-bottom: 1px solid #3c9ba5;
  padding-left: 7px;
  padding-bottom: 8px;
}
.newsRightBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 20px;
}
.newsRightBlockSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.newsRightBlockSub {
  color: #1d1e20;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18.2px; /* 130% */
}
.newsRightBlockSub strong {
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 1px;
}
.newsRightBlockBtn {
  display: block;
  color: #3c9ba5;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-top: 14px;
}

/* info1 */
.info1 {
  background: url('../../assets/img/infoBg1.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* partners */
.partners {
  padding-top: 70px;
  padding-bottom: 94px;
}
.partnersInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partnerBlock {
  padding: 28px 35px;
}
.partnerBlock img {
  display: block;
  max-width: 100%;
}

/* info1 */
.info2 {
  background: url('../../assets/img/infoBg2.webp');
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* about */
.about {
  margin-top: 90px;
}
.aboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aboutText {
  width: 50%;
}
.aboutTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 31.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 119.685% */
}
.aboutSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 29px;
  margin-top: 40px;
}
.aboutSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18.25px;
  color: #1d1e20;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
.aboutSub img {
  display: block;
  width: 53px;
  height: 53px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.aboutImg {
  width: 50%;
}
.aboutImg img {
  display: block;
  max-width: 100%;
}

/* values */
.values {
  margin-top: 90px;
}
.valuseTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130.51% */
  text-transform: uppercase;
}
.valueBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.valueBox {
  text-align: center;
  width: 25%;
  padding: 10px;
}
.valueBox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.valueBoxTitle {
  color: #1d1e20;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.8px; /* 130% */
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

/* include */
.include {
  background: url('../../assets/img/includeBg.webp');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 52% auto;
  margin-top: 80px;
}
.includeInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.includeText {
  width: 39.1%;
  margin-left: auto;
}
.includeTitle {
  color: #3c9ba5;
  font-family: 'Bebas Neue Pro';
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130.51% */
  text-transform: uppercase;
}
.includeSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.includeSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 23px;
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
.includeSub img {
  display: block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* choose */
.choose {
  margin-top: 60px;
  margin-bottom: 110px;
}
.chooseTitle {
  color: #3c9ba5;
  text-align: center;
  font-family: 'Bebas Neue Pro';
  font-size: 59.766px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px; /* 130.51% */
  text-transform: uppercase;
}
.chooseSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.chooseSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22.5px;
  width: 50%;
  color: #1d1e20;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  padding: 10px;
}
.chooseSub img {
  display: block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* footer */
.footer {
  background: #3c9ba5;
  padding: 40px 0;
}
.footerBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBox img {
  display: block;
  max-width: 100%;
}
.footerBox {
  padding: 10px;
}
.footerBox:nth-child(1) {
  width: 21%;
}
.footerBox:nth-child(2) {
  width: 14%;
}
.footerBox:nth-child(3) {
  width: 16%;
}
.footerBox:nth-child(4) {
  width: 15%;
}
.footerBox:nth-child(5) {
  width: 16%;
}
.footerBox:nth-child(6) {
  width: 17.33%;
}
.footerLogo {
  display: block;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerBoxTitle {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 100% */
}
.footerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}
.footerLink {
  color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
}
.footerSocailLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.footerSocailLink img {
  display: block;
}
.footerSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}
.footerSub {
  color: #fff;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.7px; /* 212.143% */
}
.footerSub a {
  color: #fff;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
