/*
@font-face {
  font-family: "Liberation Sans";
  src: url('/fonts/LiberationSans-Regular.ttf');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Liberation Sans";
  src: url('/fonts/LiberationSans-Bold.ttf');
  font-weight: 700;
  font-display: swap;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Merriweather Sans";
  list-style: none;
  text-decoration: none;
}

body {
  position: relative;
}

.take-survey {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .take-survey {
    padding: 10px;
  }
}
.take-survey .btn-close {
  position: absolute;
  right: 16px;
  top: 22px;
  cursor: pointer;
}
.take-survey .btn-close img {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 991px) {
  .take-survey .btn-close img {
    width: 24px;
    height: 24px;
  }
}
.take-survey h2 {
  color: #FFF;
  font-family: Merriweather;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}
.take-survey p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .take-survey p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    padding-bottom: 26px;
  }
}
.take-survey .button-survey a {
  margin: 40px auto 0;
  border-radius: 4px;
  padding: 10px 24px;
  width: 265px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
  color: #1F3143;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
@media only screen and (max-width: 991px) {
  .take-survey .button-survey a {
    margin: 26px auto 0;
  }
}
.take-survey .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.take-survey .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}
.take-survey .content-wrap {
  max-width: 908px;
  width: 100%;
  padding: 66px 40px;
  z-index: 1000;
  background: #1F3143;
  overflow: hidden;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .take-survey .content-wrap {
    padding: 66px 20px 40px;
  }
}

/*
.button-mobile-menu {
  display: none;
  position: absolute;
  right: 12px;
  padding: 7px;
  cursor: pointer;
  z-index: 101;
  @media only screen and (max-width: 991px) {
    display: block;
  }

  &.open .icon span {
    background: #0B0F11;
  }

  &.open .icon span:first-child {
    top: 5px;
    transform: rotate(225deg);
  }

  &.open .icon span:nth-child(2) {
    top: calc(50% - 2px);
    display: none;
  }

  &.open .icon span:last-child {
    top: 5px;
    transform: rotate(135deg);

  }

  .icon {
    position: relative;
    width: 18px;
    height: 12px;
    display: inline-block;
    top: 0;

    span {
      height: 2px;
      width: 100%;
      border-radius: 3px;
      background: #FFFFFF;
      display: inline-block;
      float: left;
      position: absolute;
      left: 0;

      &:first-child {
        top: 0;
        transition: all 0.25s;
      }

      &:nth-child(2) {
        top: calc(50% - 1px);
        transition: all 0.25s;
      }

      &:last-child {
        bottom: 0;
        transition: all 0.25s;
      }

    }
  }
}

.mobile-content {
  background: #ffffff;
  z-index: 99;
  padding: 15px;
 
  overflow: hidden;
  transition: max-height 0.8s ease;

  flex-direction: column;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  display: none;

  &.open {
    display: flex;
   
   
  }

  .logo {
    display: flex;
    justify-content: center;
  }

  .menu {
    margin-top: 30px;

    nav {
      ul {
        li {
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid #e6e6e6;

          a {
            font-weight: 300;
            font-size: 16px;
            line-height: 100%;
            color: #0b0f11;
          }
        }
      }
    }
  }

  .button-survey {
    display: flex;
    justify-content: center;
    margin-top: auto;

    a {
      border-radius: 4px;
      padding: 10px 24px;
      width: 100%;
      max-width: 345px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      color: #1f3143;
      box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
      background: #e2a328;

      &:hover {
        box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
        background: #f7b433;
      }

      &:active {
        background: #cc901b;
        box-shadow: none;
      }
    }
  }
}

*/
/*header {
  backdrop-filter: blur(24px);
  background: #131b22;
  position: relative;
  z-index: 99;

  .content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;

    @media only screen and (max-width: 991px) {
      padding: 15px 12px;
      justify-content: center;
    }

    .logo {
      height: 30px;

      a {
        display: block;
        height: 30px;

        img {
          height: 30px;
        }
      }
    }

  !*  .menu {
      max-width: 924px;
      width: 100%;

      @media only screen and (max-width: 991px) {
        display: none;
      }

      nav {
        ul {
          display: flex;
          align-items: center;
          justify-content: space-between;

          li {
           
            width: 100%;
            text-align: center;
            position: relative;
           
            position: relative;
            display: flex;
            gap: 4px;

            &.has-submenu {

              a {
                padding: 22px 40px 22px 24px;
              }

             
              & > img {
                position: absolute;
                right: 16px;
                top: 50%;
                transform: translate(0, -50%);
              }
            }

            &:hover {
              background: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%), #131B22;

              &:before {
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                background: #e2a328;
                width: 100%;
                height: 2px;
                transition: all 0.3s ease;
              }
            }

            &:active {
              background: linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%), #131B22;
            }

            a {
              font-weight: 300;
              font-size: 14px;
              line-height: 100%;
              color: #fff;
              white-space: nowrap;
              padding: 22px 24px;
              width: 100%;
              &.active {
                &:before {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  content: '';
                  background: #e2a328;
                  width: 100%;
                  height: 2px;
                }
              }

             
             
             
             
             
             
             
             
             
             
             
             
            }

            .sub-menu {
              display: none;
              flex-direction: column;
              position: absolute;
              top: 100%;
              left: 0;
              z-index: 100;
              min-width: 100%;
              border-top: 8px solid transparent;
              border-bottom: 8px solid #fff;
              border-radius: 2px;
              box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);

              li {
                border-bottom: 1px solid #AABCC8;
                background: #FFF;
                text-align: left;
                padding: 12px 16px;

                &:hover {
                  background: linear-gradient(0deg, rgba(31, 49, 67, 0.08) 0%, rgba(31, 49, 67, 0.08) 100%), #FFF;

                  &:before {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    content: "";
                    background: #e2a328;
                    width: 2px;
                    height: 100%;
                    transition: all 0.3s ease;
                  }

                  &:active {
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #FFF;
                  }
                }

                &:first-of-type {
                  border-top: 8px solid #ffffff;
                }

                &:last-of-type {
                  border: none !important;
                }
                a {
                  color: #1F3143;
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 300;
                  line-height: 16px;
                  display: flex;
                  align-items: center;
                  gap: 16px;
                  padding: 0;
                }
              }
            }
          }
        }
      }
    }*!

    .sign-in {
      a {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 16px;
        display: flex;
        align-items: center;

        img {
          margin-right: 8px;
        }
      }
    }

    .button-survey {

      @media only screen and (max-width: 991px) {
        display: none;
      }

      a {
        border-radius: 4px;
        padding: 10px 24px;
        width: 145px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: #1f3143;
        box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
        background: #e2a328;

        &:hover {
          box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
          background: #f7b433;
        }

        &:active {
          background: #cc901b;
          box-shadow: none;
        }
      }
    }
  }
}*/
.banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  /* for testing purposes to ensure the animation lined up correctly */
}
@media only screen and (max-width: 991px) {
  .banner {
    padding-bottom: 24px;
  }
}
.banner .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px 0;
}
@media only screen and (max-width: 991px) {
  .banner-content {
    padding: 40px 15px;
  }
}
.banner-content h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #fff;
  max-width: 769px;
  width: 100%;
  margin-bottom: 24px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .banner-content h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
  }
}
.banner-content h1 span:nth-of-type(1) {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .banner-content h1 span:nth-of-type(1) {
    font-size: 20px;
    line-height: 20px;
  }
}
.banner-content h1 span:nth-of-type(2) {
  font-weight: 700;
}
.banner-content h2 {
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .banner-content h2 {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 16px;
  }
}
.banner-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .banner-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }
}
.banner-content .button-survey {
  margin-top: 44px;
}
.banner-content .button-survey a {
  border-radius: 4px;
  width: 239px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #1f3143;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
}
.banner-content .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.banner-content .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}
.banner .logo-slider-wrap {
  position: relative;
  margin-top: 240px;
}
@media only screen and (max-width: 991px) {
  .banner .logo-slider-wrap {
    margin-top: 294px;
  }
}
.banner .logo-slider-wrap h3 {
  max-width: 1440px;
  margin: 0 auto 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .banner .logo-slider-wrap h3 {
    padding: 0 15px;
    margin: 0 auto 10px;
  }
}
.banner .logo-slider {
  height: 83px;
  display: flex;
  align-items: center;
}
.banner .scroller {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.banner .scroller[data-animated=true] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.banner .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  gap: 64px;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.banner .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.banner .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.banner .scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.banner .scroller[data-speed=slow] {
  --_animation-duration: 60000s;
}
.banner .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .banner .scroller__inner {
    gap: 30px;
    display: flex;
    align-items: center;
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 32px));
  }
}
.banner .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.banner .tag-list li {
  display: flex;
  align-items: center;
}
.banner .tag-list li:hover svg g {
  opacity: 1;
}
.banner .tag-list li:hover img {
  opacity: 1;
}
.banner .tag-list li img {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s, easy;
}
.banner .test {
  background: red !important;
}

main {
  max-width: 1440px;
  margin: 0 auto;
}

.main {
  background: #E4E4E4;
  max-width: 1140px;
  width: 100%;
  margin: 20px auto;
}
@media only screen and (max-width: 991px) {
  .main {
    margin: 0 auto;
  }
}

.af-center {
  margin: 100px 40px 58px;
}
@media only screen and (max-width: 991px) {
  .af-center {
    margin: 55px 15px 40px;
  }
}
.af-center h2 {
  color: #0B0F11;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 24px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .af-center h2 {
    margin-bottom: 16px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
  }
}
.af-center p {
  color: rgba(11, 15, 17, 0.8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  max-width: 896px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .af-center p {
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.aspects {
  padding: 64px;
  background: #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .aspects {
    padding: 40px 15px;
  }
}
.aspects-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1301px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .aspects-list {
    flex-wrap: wrap;
    row-gap: 62px;
  }
}
.aspects-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .aspects-list-item {
    width: calc(50% - 10px);
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .aspects-list-item {
    width: 100%;
  }
}
.aspects-list-item img {
  margin-bottom: 32px;
}
.aspects-list-item h3 {
  margin-bottom: 12px;
  color: #0B0F11;
  text-align: center;
  font-family: Merriweather;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .aspects-list-item h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.aspects-list-item p {
  color: rgba(11, 15, 17, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.aspects h2 {
  color: #0B0F11;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 64px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .aspects h2 {
    margin-bottom: 55px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}
.aspects h2 span {
  font-size: 38px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 80px;
  font-family: Merriweather;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .aspects h2 span {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
  }
}

.intelligence-mission {
  padding: 81px 64px 112px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission {
    flex-direction: column;
    padding: 80px 15px;
  }
}
.intelligence-mission-content {
  display: flex;
  padding: 0;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission-content {
    flex-direction: column;
    gap: 0;
  }
}
.intelligence-mission h2 {
  color: #0B0F11;
  font-family: Merriweather;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 28px;
  max-width: 528px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
.intelligence-mission .mission {
  flex: 1;
  max-width: 552px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .mission {
    max-width: 100%;
    padding: 20px 0;
  }
}
.intelligence-mission .mission .our_mission {
  max-width: 552px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .mission .our_mission {
    max-width: 100%;
  }
}
.intelligence-mission .mission h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-bottom: 24px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .mission h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.intelligence-mission .mission h3:nth-of-type(2) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .mission h3:nth-of-type(2) {
    margin-bottom: 24px;
  }
}
.intelligence-mission .mission p {
  color: rgba(11, 15, 17, 0.8);
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .mission p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.intelligence-mission .intelligence {
  flex: 1;
  max-width: 556px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence {
    padding: 0;
    max-width: 100%;
  }
}
.intelligence-mission .intelligence h3 {
  color: #0B0F11;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-bottom: 32px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.intelligence-mission .intelligence .intelligence-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence .intelligence-list {
    gap: 40px;
  }
}
.intelligence-mission .intelligence .intelligence-list-item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence .intelligence-list-item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.intelligence-mission .intelligence .intelligence-list-item .text {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence .intelligence-list-item img {
    width: 78px;
    height: 78px;
  }
}
.intelligence-mission .intelligence .intelligence-list-item h4 {
  color: #0B0F11;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  font-family: Merriweather;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .intelligence-mission .intelligence .intelligence-list-item h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
.intelligence-mission .intelligence .intelligence-list-item p {
  color: #0B0F11;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.intelligence-mission .aim-list-item {
  position: relative;
}
.intelligence-mission .aim-list-item:last-child .aim-text {
  border: none;
  padding-bottom: 0;
}
.intelligence-mission .aim-title {
  display: flex;
  gap: 24px;
}
.intelligence-mission .aim-title img {
  margin: 7px 0;
}
.intelligence-mission .aim-title h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
  margin-top: 5px;
  font-family: "Merriweather";
}
.intelligence-mission .aim-text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  padding-bottom: 27px;
  padding-left: 33px;
  max-width: 452px;
  width: 100%;
}
.intelligence-mission .aim-text p {
  margin: 0;
}

.specialize-mission {
  display: flex;
  margin-bottom: 50px;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .specialize-mission {
    flex-direction: column;
    padding: 0 15px;
  }
}
.specialize-mission .mission {
  padding: 40px;
  background: #315576;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .mission {
    padding: 40px 24px;
  }
}
.specialize-mission .mission h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-bottom: 24px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .specialize-mission .mission h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.specialize-mission .mission h3:nth-of-type(2) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .mission h3:nth-of-type(2) {
    margin-bottom: 24px;
  }
}
.specialize-mission .mission p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 150% */
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .mission p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 32px;
  }
}
.specialize-mission .specialize {
  flex: 1;
  padding: 40px;
  background: #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .specialize {
    padding: 40px 24px;
  }
}
.specialize-mission .specialize h3 {
  color: #0B0F11;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-bottom: 32px;
  font-family: "Merriweather";
}
@media only screen and (max-width: 991px) {
  .specialize-mission .specialize h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.specialize-mission .specialize .specialize-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.specialize-mission .specialize .specialize-list-item {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .specialize .specialize-list-item img {
    width: 48px;
    height: 48px;
  }
}
.specialize-mission .specialize .specialize-list-item h4 {
  color: #0B0F11;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  font-family: Merriweather;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .specialize-mission .specialize .specialize-list-item h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
.specialize-mission .specialize .specialize-list-item p {
  color: #0B0F11;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.specialize-mission .aim-list-item {
  position: relative;
}
.specialize-mission .aim-list-item:last-child .aim-text {
  border: none;
  padding-bottom: 0;
}
.specialize-mission .aim-title {
  display: flex;
  gap: 24px;
}
.specialize-mission .aim-title img {
  margin: 7px 0;
}
.specialize-mission .aim-title h4 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 2px;
  margin-top: 5px;
  font-family: "Merriweather";
}
.specialize-mission .aim-text {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px;
  padding-bottom: 27px;
  padding-left: 33px;
  max-width: 452px;
  width: 100%;
}
.specialize-mission .aim-text p {
  margin: 0;
}

.contribute {
  padding: 52px 63px;
  background-image: url("../images/contribute-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 991px) {
  .contribute {
    padding: 40px 15px 97px;
    background-position: right center;
    background-size: cover;
  }
}
.contribute h2 {
  color: #FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .contribute h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.contribute h2 span {
  font-size: 38px;
  font-style: normal;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Merriweather;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 991px) {
  .contribute h2 span {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.contribute p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 814px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .contribute p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }
}
.contribute .button-survey a {
  border-radius: 4px;
  width: 263px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #1f3143;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
}
.contribute .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.contribute .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}

.contribute-management {
  padding: 52px 63px;
  background-image: url("../images/contribute-management-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .contribute-management {
    padding: 40px 15px 97px;
    background-position: right center;
    background-size: cover;
  }
}
.contribute-management h2 {
  color: #0B0F11;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .contribute-management h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.contribute-management h2 span {
  font-size: 38px;
  font-style: normal;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Merriweather;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 991px) {
  .contribute-management h2 span {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
}
.contribute-management p {
  color: rgba(11, 15, 17, 0.7);
  max-width: 814px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .contribute-management p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }
}
.contribute-management .button-survey a {
  border-radius: 4px;
  width: 263px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  box-shadow: 2px 2px 0 0 rgba(15, 21, 27, 0.2);
  background: #1F3143;
}
.contribute-management .button-survey a:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.contribute-management .button-survey a:active {
  background: #cc901b;
  box-shadow: none;
}

.aspects {
  padding: 64px;
  background: #F2F5F7;
}
@media only screen and (max-width: 991px) {
  .aspects {
    padding: 40px 15px;
  }
}
.aspects-use {
  background-color: #ffffff;
}
.aspects-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1301px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .aspects-list {
    flex-wrap: wrap;
    row-gap: 62px;
  }
}
.aspects-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .aspects-list-item {
    width: calc(50% - 10px);
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .aspects-list-item {
    width: 100%;
  }
}
.aspects-list-item img {
  margin-bottom: 32px;
  width: 80px;
}
.aspects-list-item h3 {
  margin-bottom: 12px;
  color: #0B0F11;
  text-align: center;
  font-family: Merriweather;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .aspects-list-item h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.aspects-list-item p {
  color: rgba(11, 15, 17, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.aspects h2 {
  color: #0B0F11;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 64px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .aspects h2 {
    margin-bottom: 55px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
}
.aspects h2 span {
  font-size: 38px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 80px;
  font-family: Merriweather;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .aspects h2 span {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
  }
}

.collaborative {
  background: #F6F8FA;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .collaborative {
    padding: 40px 15px;
  }
}
.collaborative-content {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .collaborative-content {
    flex-direction: column;
  }
}
.collaborative-content-block {
  max-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .collaborative-content-block {
    max-width: 100%;
  }
}
.collaborative-content-block .fill {
  border-radius: 4px;
  background: #1F3143;
  padding: 24px;
}
.collaborative-content-block .fill p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0;
}
.collaborative-content-block .fill p a {
  color: #E2A328;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border-bottom: 1px solid rgba(226, 163, 40, 0.5);
}
.collaborative-content-block .fill p a:hover {
  background: rgba(226, 163, 40, 0.08);
}
.collaborative-content-block .fill p a:active {
  background: rgba(226, 163, 40, 0.16);
}
.collaborative-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  gap: 25px 40px;
}
.collaborative-list-item {
  border-bottom: 1px solid rgba(49, 85, 118, 0.5);
  width: calc(50% - 20px);
  display: flex;
  align-self: end;
}
@media only screen and (max-width: 768px) {
  .collaborative-list-item {
    flex-direction: column;
    width: 100%;
  }
}
.collaborative-list-item a {
  color: #315576;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.collaborative-list-item a:hover {
  background: rgba(49, 85, 118, 0.08);
}
.collaborative-list-item a:active {
  background: rgba(49, 85, 118, 0.16);
}
.collaborative-logos {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 50px;
  row-gap: 20px;
}
@media only screen and (max-width: 991px) {
  .collaborative-logos {
    padding: 40px 15px 0;
  }
}
.collaborative-logos .logo-item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborative-logos .logo-item:nth-of-type(1) {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .collaborative-logos .logo-item:nth-of-type(1) img {
    width: 182px;
  }
  .collaborative-logos .logo-item:nth-of-type(2) img {
    width: 119px;
  }
  .collaborative-logos .logo-item:nth-of-type(3) img {
    width: 67px;
  }
  .collaborative-logos .logo-item:nth-of-type(4) img {
    width: 37px;
  }
  .collaborative-logos .logo-item:nth-of-type(5) img {
    width: 158px;
  }
  .collaborative-logos .logo-item:nth-of-type(6) img {
    width: 135px;
  }
  .collaborative-logos .logo-item:nth-of-type(7) img {
    width: 53px;
  }
}
.collaborative h2 {
  color: #0B0F11;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 24px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .collaborative h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}
.collaborative p {
  color: rgba(11, 15, 17, 0.8);
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  max-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .collaborative p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 100%;
  }
}

.office-locations {
  padding: 68px 0 80px;
}
.office-locations h2 {
  color: #0B0F11;
  text-align: center;
  font-family: Merriweather;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 991px) {
  .office-locations h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.office-locations .office-locations-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 64px;
}
@media only screen and (max-width: 991px) {
  .office-locations .office-locations-list {
    flex-direction: column;
    gap: 64px;
  }
}
.office-locations .office-locations-list-item {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .office-locations .office-locations-list-item {
    align-items: center;
  }
}
.office-locations .office-locations-list-item img {
  width: 57px;
  margin-bottom: 24px;
}
.office-locations .office-locations-list-item h3 {
  color: #0B0F11;
  font-family: Merriweather;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 991px) {
  .office-locations .office-locations-list-item h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.office-locations .office-locations-list-item p {
  color: rgba(11, 15, 17, 0.7);
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}
@media only screen and (max-width: 991px) {
  .office-locations .office-locations-list-item p {
    text-align: center;
  }
}

.advantages {
  padding: 120px 15px;
}
@media only screen and (max-width: 991px) {
  .advantages {
    padding: 55px 15px 80px;
  }
}
.advantages-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1301px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .advantages-list {
    flex-wrap: wrap;
    row-gap: 40px;
  }
}
.advantages-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .advantages-list-item {
    width: calc(50% - 10px);
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .advantages-list-item {
    width: 100%;
  }
}
.advantages-list-item img {
  margin-bottom: 32px;
}
.advantages-list-item h3 {
  color: #0B0F11;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  margin-bottom: 12px;
}
.advantages-list-item p {
  color: #0B0F11;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}
.advantages h2 {
  color: #0B0F11;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 80px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .advantages h2 {
    margin-bottom: 55px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
}
.advantages h2 span {
  font-size: 38px;
  font-style: normal;
  line-height: 40px;
  margin-bottom: 80px;
  font-family: Merriweather;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .advantages h2 span {
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .survey {
    padding: 0 15px;
  }
}
.survey-help {
  padding: 40px;
  background: #F6F8FA;
}
@media only screen and (max-width: 991px) {
  .survey-help {
    padding: 24px 15px;
  }
}
.survey-help h2 {
  color: #0B0F11;
  font-weight: 400;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 24px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .survey-help h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.survey-help p {
  max-width: 719px;
  color: #0B0F11;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (max-width: 991px) {
  .survey-help p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
.survey .slider .error-message {
  margin: 7px 0 0 0 !important;
  color: #eb162b;
  font-size: 12px;
}
.survey .slider .list-wrap {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #1f3143;
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.survey .slider .list-wrap .book {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .survey .slider .list-wrap .book {
    right: -50px;
    height: 248px;
  }
}
@media only screen and (max-width: 991px) {
  .survey .slider .list-wrap {
    padding: 32px 15px;
    min-height: 729px;
  }
}
.survey .slider .list-wrap h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  padding: 40px 0 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .survey .slider .list-wrap h3 {
    margin-top: 32px;
    padding: 32px 0 16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}
.survey .slider .list-wrap .button {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
  border-radius: 4px;
  width: 104px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.survey .slider .list-wrap .button:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.survey .slider .list-wrap .button:active {
  background: #cc901b;
  box-shadow: none;
}
.survey .slider .list-wrap .button .next-button {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1f3143;
  width: 104px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.survey .slider .list-wrap .current-step {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .survey .slider .list-wrap .current-step {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
  }
}
.stepper {
  display: flex;
  flex-direction: column;
  background: #FFF;
  overflow: hidden;
}
.stepper .step-1 .title {
  background: #000;
}
.stepper .step-1 .title h1 {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 746px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .stepper .step-1 .title h1 {
    font-size: 24px;
    padding: 15px 20px;
  }
}
.stepper .step-1 .text p:nth-child(1) {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .stepper .step-1 .text p:nth-child(1) {
    color: #000;
  }
}
.stepper .step-1 .text p:nth-child(2) {
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .stepper .step-1 .text p:nth-child(2) {
    color: #8F0000;
    font-weight: 700;
    margin-bottom: 50px;
  }
}
.stepper .step-1 .imag-text {
  display: flex;
  max-width: 917px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 100px;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .stepper .step-1 .imag-text {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.stepper .step-1 .imag-text p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .stepper .step-1 .imag-text p {
    text-align: center;
  }
}
.stepper .step-1 .imag-text .img img {
  max-height: 131px;
}
.stepper .step h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .stepper .step h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.stepper .step p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  text-align: left;
  margin: 0;
}
.stepper .step p span {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .stepper .step p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
}
.stepper .step p:nth-of-type(1) {
  margin-bottom: 12px;
}
.stepper .step p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.5);
}
.stepper .step li {
  display: flex;
  align-items: center;
  padding-left: 36px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .stepper .step li {
    padding-left: 38px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    height: auto;
  }
}
@media only screen and (max-width: 350px) {
  .stepper .step li {
    font-size: 14px;
    padding-left: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .stepper .slide {
    padding: 0;
  }
}
.stepper .slide .content {
  display: flex;
  justify-content: space-between;
  min-height: 682px;
}
@media only screen and (max-width: 991px) {
  .stepper .slide .content {
    flex-direction: column;
  }
}
.stepper .slide .list {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .stepper .slide .list {
    gap: 28px;
  }
}
.stepper .slide .list-item {
  position: relative;
  cursor: pointer;
}
.stepper .slide .list-item:before {
  content: "";
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #a0afbd;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .stepper .slide .list-item:before {
    height: 24px;
    width: 24px;
    left: 0;
  }
}
.stepper .slide .list-item.active:before {
  border: 5px solid #fff;
  background-color: #e2a328 !important;
}
.stepper .slide .list-item:hover:before {
  border: 5px solid #fff;
  background-color: #ffd47f;
}
.stepper .slide .contact-us {
  max-width: 452px;
  width: 100%;
  background: #F2F5F7;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .stepper .slide .contact-us {
    max-width: 100%;
    padding: 32px 15px;
  }
}
.stepper .slide .contact-us h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #0b0f11;
  text-align: left;
  font-family: Merriweather;
}
.stepper .slide .contact-us p {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #0b0f11;
  margin: 0;
}
.stepper .slide .contact-us .link {
  text-align: left;
}
.stepper .slide .contact-us .contact-phones {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.stepper .slide .contact-us .phone-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stepper .slide .contact-us .phone-group p {
  color: #0B0F11;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.stepper .slide .contact-us .phone-group p img {
  margin-right: 8px;
}
.stepper .slide .contact-us .phone-group span {
  color: #315576;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.stepper .slide .contact-us .contact-info-block p:nth-of-type(1) {
  color: #0B0F11;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 16px;
}
.stepper .slide .contact-us .contact-info-block p:nth-of-type(2) {
  color: rgba(11, 15, 17, 0.8);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
.stepper .slide .contact-us a {
  height: 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #315576;
  position: relative;
  display: block;
}
.stepper .slide .contact-us a span {
  position: relative;
}
.stepper .slide .contact-us a span:before {
  content: "";
  width: 100%;
  background: #315576;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.stepper .slide .contact-us a:hover span {
  background: rgba(49, 85, 118, 0.08);
}
.stepper .slide .contact-us a:active {
  background: rgba(49, 85, 118, 0.16);
}
.stepper .step-7.form .content {
  display: flex;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .content {
    flex-direction: column;
  }
}
.stepper .step-7.form h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Merriweather;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}
.stepper .step-7.form .image {
  max-width: 684px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .image {
    max-width: none;
  }
}
.stepper .step-7.form .image img {
  width: 100%;
  min-height: 533px;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .stepper .step-7.form .image img {
    max-height: 254px;
    min-height: auto;
  }
}
.stepper .step-7.form .form {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .form {
    margin: 0 auto;
  }
}
.stepper .step-7.form .form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 506px;
  position: relative;
  z-index: 100;
}
.stepper .step-7.form .form form .form-group {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .form form .form-group.name {
    flex-direction: column;
  }
}
.stepper .step-7.form .form form .form-group.email {
  flex-direction: column;
  gap: 0;
}
.stepper .step-7.form .form form .form-group.phone-input {
  flex-direction: column;
  gap: 0;
}
.stepper .step-7.form .form form .form-group-item {
  width: 100%;
  border-radius: 0;
}
.stepper .step-7.form .form h3 {
  text-align: left;
  font-style: normal;
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  padding: 40px 0 0;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .form h3 {
    margin-bottom: 0;
    padding: 32px 0 15px;
  }
}
.stepper .step-7.form .form input {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  outline: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 0px;
  max-width: 241px;
  height: 50px;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .stepper .step-7.form .form input {
    max-width: 100%;
  }
}
.stepper .step-7.form .form input.email {
  max-width: 100%;
}
.stepper .step-7.form .form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.stepper .step-7.form .form .main-form-btn {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
  border-radius: 4px;
  width: 199px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1f3143;
  margin-top: 61px;
  border: none;
}
.stepper .step-7.form .form .main-form-btn:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.stepper .step-7.form .form .main-form-btn:active {
  box-shadow: 0 0 0 0 rgba(15, 21, 27, 0.2);
  background: #cc901b;
}
.stepper .step-7.form .form .error {
  width: 100%;
  font-weight: 400;
  margin-top: 0.25rem;
  padding: 5px;
  color: #fff;
  background-color: #eb162b;
  font-size: 12px;
  display: none;
  text-align: left;
}
.stepper .step-7.form .form .phone-cell1 {
  width: 100%;
}
.stepper .step-7.form .form .phone-cell1 .form-group {
  margin: 0;
  width: 100%;
  gap: 0;
}
.stepper .step-7.form .form .phone-cell1 input {
  border-left: none;
  outline: none;
  max-width: 100%;
  border-radius: 0 !important;
}
.stepper .step-7.form .form .phone-row.flag {
  margin: 0;
}
.stepper .step-7.form .form .phone-row.flag {
  display: flex;
  justify-content: space-between;
  color: #000;
  border-radius: 5px;
  width: 100%;
  gap: 12px;
}
.stepper .step-7.form .form .prefix-cell1.flag {
  border: 1px solid #e1e1e1;
  height: 58px;
  display: flex;
  gap: 6px;
  padding: 0 10px;
  border-radius: 10px 0 0 10px;
  width: 102px;
  align-items: center;
  border-right: none;
  background: #C5C5C5;
}
.stepper .step-7.form .form .form-group.flag {
  height: 55px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.stepper .step-7.form .form .flag span {
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  white-space: nowrap;
}
.stepper .step-7.form .form .select-box {
  position: relative;
  display: block;
  width: 108px;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
  z-index: 9;
}
.stepper .step-7.form .form .select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.stepper .step-7.form .form .select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.stepper .step-7.form .form .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.stepper .step-7.form .form .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.stepper .step-7.form .form .select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.stepper .step-7.form .form .select-box__value {
  display: flex;
  width: 93px;
}
.stepper .step-7.form .form .select-box__input {
  display: none;
}
.stepper .step-7.form .form .select-box__input:checked + .select-box__input-text {
  display: flex;
}
.stepper .step-7.form .form .select-box__input-text {
  display: none;
  margin: 0;
  border: none;
  position: relative;
  align-items: center;
  width: 100%;
  font-style: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.stepper .step-7.form .form .select-box__input-text img:nth-child(1) {
  margin-right: 10px;
}
.stepper .step-7.form .form .select-box__input-text img:nth-child(2) {
  margin-left: 10px;
}
.stepper .step-7.form .form .select-box__list {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  background: #1f3143;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.stepper .step-7.form .form .select-box__list li {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.stepper .step-7.form .form .select-box__list li:hover {
  background-color: #204060;
}
.stepper .step-7.form .form .select-box__list li:hover label {
  background-color: rgba(0, 0, 0, 0.01);
}
.stepper .step-7.form .form .select-box__option {
  background-color: #1f3143;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.stepper .step-7.form .form .select-box__option img:nth-child(1) {
  margin-right: 10px;
  width: 21px;
  height: 15px;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
.stepper .step-8 h2 {
  margin-bottom: 40px;
}
.stepper .step-8 img {
  width: 100%;
  height: 10px;
}
.stepper .step-8 .success-list-title {
  text-align: left;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  margin-bottom: 40px;
}
.stepper .step-8 .success-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 20px;
}
.stepper .step-8 .success-list li {
  display: list-item;
  list-style: disc;
  text-align: left;
  padding-left: 0;
}
.stepper .step-8 .success-list li::marker {
  color: #ffffff;
}

.step {
  display: none;
  text-align: center;
}
.step.active {
  display: block;
}

.dots-container {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-top: 10px;
  z-index: 10;
}
.dots-container > div {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.dots-container .dots {
  gap: 10px;
  display: none !important;
}
.dots-container .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid #8F0000;
  cursor: pointer;
}
.dots-container .dots .dot.active {
  background-color: #8F0000;
}

.dialog {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: scroll;
}

.dialog__wrap {
  padding: 64px 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
}

.dialog h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 273px;
  margin: 10px auto 47px;
}

.dialog__close {
  position: absolute;
  top: -50px;
  right: -34px;
  height: 34px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .dialog__close {
    right: 0;
  }
}
.dialog__content {
  background: #0f1821;
  width: 494px;
  position: relative;
  border: 5px solid #ffffff;
  padding: 15px;
}

@media only screen and (max-width: 991px) {
  .dialog__content {
    max-width: 360px;
    width: 100%;
  }
}
.dialog .form {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .dialog .form {
    margin: 0 auto;
  }
}
.dialog .form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 506px;
}
.dialog .form form .form-group {
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 991px) {
  .dialog .form form .form-group.name {
    flex-direction: column;
  }
}
.dialog .form form .form-group.email {
  flex-direction: column;
  gap: 0;
}
.dialog .form form .form-group.phone-input {
  flex-direction: column;
  gap: 0;
}
.dialog .form form .form-group-item {
  width: 100%;
}
.dialog .form h3 {
  text-align: left;
  font-style: normal;
  margin-bottom: 29px;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  color: #fff;
  padding: 40px 0 0;
}
@media only screen and (max-width: 991px) {
  .dialog .form h3 {
    margin-bottom: 0;
    padding: 32px 0 15px;
  }
}
.dialog .form input {
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  outline: none;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 0px;
  max-width: 241px;
  height: 50px;
}
@media only screen and (max-width: 991px) {
  .dialog .form input {
    max-width: 100%;
  }
}
.dialog .form input.email {
  max-width: 100%;
}
.dialog .form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.dialog .form .main-form-btn {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.2);
  background: #e2a328;
  border-radius: 4px;
  width: 199px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #1f3143;
  margin-top: 61px;
  border: none;
}
.dialog .form .main-form-btn:hover {
  box-shadow: 4px 4px 0 0 rgba(15, 21, 27, 0.5);
  background: #f7b433;
}
.dialog .form .main-form-btn:active {
  box-shadow: 0 0 0 0 rgba(15, 21, 27, 0.2);
  background: #cc901b;
}
.dialog .form .error {
  width: 100%;
  font-weight: 400;
  margin-top: 0.25rem;
  padding: 5px;
  color: #fff;
  background-color: #eb162b;
  font-size: 12px;
  display: none;
  text-align: left;
}
.dialog .form .phone-cell1 {
  width: 100%;
}
.dialog .form .phone-cell1 .form-group {
  margin: 0;
  width: 100%;
  gap: 0;
}
.dialog .form .phone-cell1 input {
  border-left: none;
  border-radius: 0 10px 10px 0 !important;
  outline: none;
  max-width: 100%;
  border-radius: 0 !important;
}
.dialog .form .phone-row.flag {
  margin: 0;
}
.dialog .form .phone-row.flag {
  display: flex;
  justify-content: space-between;
  color: #000;
  border-radius: 5px;
  width: 100%;
  gap: 12px;
}
.dialog .form .prefix-cell1.flag {
  border: 1px solid #e1e1e1;
  height: 58px;
  display: flex;
  gap: 6px;
  padding: 0 10px;
  border-radius: 10px 0 0 10px;
  width: 102px;
  align-items: center;
  border-right: none;
  background: #C5C5C5;
}
.dialog .form .form-group.flag {
  height: 55px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.dialog .form .flag span {
  font-size: 16px;
  font-weight: 400;
  color: rgb(0, 0, 0);
  white-space: nowrap;
}
.dialog .form .select-box {
  position: relative;
  display: block;
  width: 108px;
  margin: 0 auto;
  font-size: 18px;
  color: #60666d;
  z-index: 9;
}
.dialog .form .select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}
.dialog .form .select-box__current:focus + .select-box__list {
  opacity: 1;
  animation-name: none;
}
.dialog .form .select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.dialog .form .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
.dialog .form .select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.dialog .form .select-box__value {
  display: flex;
  width: 93px;
}
.dialog .form .select-box__input {
  display: none;
}
.dialog .form .select-box__input:checked + .select-box__input-text {
  display: flex;
}
.dialog .form .select-box__input-text {
  display: none;
  margin: 0;
  border: none;
  position: relative;
  align-items: center;
  width: 100%;
  font-style: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.dialog .form .select-box__input-text img:nth-child(1) {
  margin-right: 10px;
}
.dialog .form .select-box__input-text img:nth-child(2) {
  margin-left: 10px;
}
.dialog .form .select-box__list {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  background: #1f3143;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.dialog .form .select-box__list li {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
.dialog .form .select-box__list li:hover {
  background-color: #204060;
}
.dialog .form .select-box__list li:hover label {
  background-color: rgba(0, 0, 0, 0.01);
}
.dialog .form .select-box__option {
  background-color: #1f3143;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
}
.dialog .form .select-box__option img:nth-child(1) {
  margin-right: 10px;
  width: 21px;
  height: 15px;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}

/*# sourceMappingURL=style.css.map */
