@font-face {
  font-family: 'Space Grotesk';
  src: url(../fonts/SpaceGrotesk-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url(../fonts/SpaceGrotesk-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url(../fonts/SpaceGrotesk-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Commissioner';
  src: url(../fonts/Commissioner-ExtraLight.ttf);
  font-weight: 200;
}

@font-face {
  font-family: 'Commissioner';
  src: url(../fonts/Commissioner-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Commissioner';
  src: url(../fonts/Commissioner-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Commissioner';
  src: url(../fonts/Commissioner-SemiBold.ttf);
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
body {
  font-family: 'Commissioner', serif;
  color: #17364b;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::marker {
  text-indent: initial !important;
  text-align: initial !important;
  text-transform: none;
  display: none;
}

.space-grotesk {
  font-family: 'Space Grotesk', sans-serif;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 127px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.023;
  color: #fff;
  letter-spacing: -8.89px;
  font-weight: 400;
}

h2 {
  font-size: 79px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.275;
  letter-spacing: -5.53px;
  font-weight: 400;
  color: #99a401;
}

h3 {
  font-size: 79px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.275;
  letter-spacing: -5.53px;
  font-weight: 600;
}

h4 {
  font-size: 48px;
  letter-spacing: -0.96px;
  font-weight: 600;
}

h5 {
  color: #fff;
  font-size: 33px;
  line-height: 1.223;
  color: #fff;
}

h6 {
  font-size: 24px;
}
li {
  list-style: none;
}

a {
  transition: ease all 0.25s;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-family: 'Space Grotesk', sans-serif;
  color: #fff;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a.main-btn {
  font-size: 15px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  color: #edff00;
  border: 1.5px solid #edff00;
  border-radius: 40px;
  background-color: var(--yellow);
  padding: 9.5px 45px;
  line-height: 1.276;
  transition: all 0.25s ease;
}

a.main-btn:hover {
  color: #9fd0e2;
  border-color: #9fd0e2;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }

  .inner-container {
    max-width: 1124px;
  }
}

/* Home Page */

.mobile {
  display: none;
}

.desktop {
  display: block;
}

header {
  position: absolute;
  top: 22px;
  width: 100%;
  z-index: 15;
}
.active_link a {
  font-weight: 700 !important;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mtaLogoDark {
  display: none;
}
.dark-header .mtaLogoLight {
  display: none;
}
.dark-header .mtaLogoDark {
  display: block;
}

.dark-header a.main-btn {
  color: #d3e301;
  border-color: #d3e301;
}

.dark-header .navbar-light .navbar-toggler-icon {
  background: url('https://res.cloudinary.com/dyuuf6gor/image/upload/v1746808097/title/gold-menu_eyz9ba.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 32px;
  width: 37px;
}

.dark-header .mta-header-menu li.dropdown a {
  color: #fff;
}

a.navbar-brand img {
  max-width: 154px;
  height: auto;
  object-fit: cover;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 16px;
}
.navbar-light .navbar-toggler-icon {
  background: url(../img/toggle-icon.svg);
  height: 32px;
  width: 37px;
  background-size: contain;
  background-repeat: no-repeat !important;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  transition: all 0.5s ease;
}
div#navbarSupportedContent {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
  text-align: center !important;
  height: 100vh;
  background: var(--Gradient-dark-blue, linear-gradient(90deg, #17364b 0%, #0f181f 100%));
  transition: all 0.5s ease;
}
.mobile-menu-header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 12px 0;
}

.mta-header-menu {
  padding: 60px 30px;
  background-color: var(--Gradient-dark-blue, linear-gradient(90deg, #17364b 0%, #0f181f 100%));
  height: 100vh;
}
.mta-header-menu > ul {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.mta-header-menu li.dropdown a {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
.mta-header-menu li.dropdown a:hover {
  color: #9fd0e2;
}
.mta-header-menu ul li.dropdown {
  width: 100%;
  padding-right: 0;
}
.dropdown_buttonWrap {
  margin-top: 36px;
}
.dropdown_buttonWrap a.main-btn {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-lg .navbar-collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

@media (min-width: 1024px) {
  header {
    top: 58px;
  }
  .header-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 96px;
  }

  .mobile-menu-header_wrap {
    display: none !important;
  }
  .navbar {
    padding: 0;
  }
  .navbar-brand {
    margin-right: 92px;
  }
  /* .collapse.navbar-collapse  */
  div#navbarSupportedContent {
    position: relative;
    background: none;
    top: unset;
    left: unset;
    z-index: 0;
    height: auto;
    display: flex;
    gap: 40px;
  }
  .dark-header .mta-header-menu li.dropdown a {
    color: #17364b;
  }

  .mta-header-menu {
    padding: 0;
    background-color: transparent;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mta-header-menu li.dropdown a {
    font-size: 13px;
    font-family: 'Space Grotesk', sans-serif;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .mta-header-menu > ul {
    flex-direction: row;
  }
  .dropdown_buttonWrap {
    margin-top: 0;
  }
  .dropdown_buttonWrap a.main-btn {
    width: 123px;
    height: 38px;
    font-size: 12px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1366px) {
  .header-container {
    max-width: 1366px;
    padding: 0 182px;
  }
  .navbar-brand {
    margin-right: 164px;
  }
  a.navbar-brand img {
    max-width: 183px;
  }
}
@media (min-width: 1920px) {
  header {
    top: 60px;
  }
  .header-container {
    max-width: 1920px;
    padding: 0 252px;
  }
  .navbar-brand {
    margin-right: 280px;
  }
  a.navbar-brand img {
    max-width: 192px;
  }
  .mta-header-menu li.dropdown a {
    font-size: 15px;
    padding: 8px;
  }
  .dropdown_buttonWrap a.main-btn {
    font-size: 15px;
    padding: 0 24px;
    height: 40px;
    padding: 0 16px;
    width: 182px;
  }
}

footer {
  background: var(--blue-2-main-color, #17364b);
  color: #fff;
}
.footer_container {
  padding: 48px 20px;
}
.footer_logo img {
  width: 154px;
  height: auto;
  object-fit: cover;
}
.footer_mobile_address {
  display: none;
}
.footer-links {
  display: none;
}

.sectionThree a,
.footer_links-wrap h5 {
  border-top: 1px solid #ffffff33;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
}

.sectionThree a,
.footer_links-wrap h5 a {
  font-family: 'Commissioner';
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}

.sectionTwo {
  margin-top: 48px;
}

.sectionFour {
  margin-top: 48px;
}

.sectionFour a {
  display: block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: #9fd0e2;
  border-bottom: 1px solid #9fd0e2;
  height: 40px;
  display: flex;
  align-items: center;
}
.sectionFour a:last-of-type {
  border-bottom: none;
}

.order_portal-wrap {
  display: none;
}

.sectionFive {
  margin-top: 48px;
}

.fine_right_sider {
  display: flex;
  align-items: center;
  gap: 36px;
}

@media (min-width: 1024px) {
  .footer_container {
    max-width: 1024px;
    padding: 78px 96px;
    margin: 0 auto;
  }
  .footer_logo img {
    width: 100%;
  }
  .sectionFour,
  .sectionThree {
    display: none;
  }

  .footer_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_mobile_address {
    display: block;
    margin-top: 78px;
  }

  .footer_mobile_address a {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    color: #9fd0e2;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .footer_mobile_address a:last-of-type {
    border-bottom: none;
  }
  .sectionFive {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .sectionOne {
    width: 245px;
  }

  .sectionTwo {
    max-width: 468px;
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;

    flex-direction: column;
    max-height: 320px;
    column-gap: 80px;
    row-gap: 20px;
  }
  .footer_links-wrap h5 {
    border-top: none;
    height: auto;
  }
  .footer_links-wrap h5 a {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #9fd0e2;
  }
  .footer_links-wrap {
    max-width: 194px;
    width: 100%;
  }
  .footer-links {
    display: block;
    margin-top: 18px;
  }
  .footer-links li {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-links li:first-of-type {
    padding-top: 0;
  }
  .footer-links li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer_process h5 a,
  .footer_value h5 a,
  .footer_about h5 a {
    line-height: 1;
  }
  .footer_about {
    order: 1;
  }
  .footer_value {
    order: 3;
  }
  .footer_process {
    order: 2;
  }
  .order_portal-wrap {
    display: flex;
    gap: 72px;
  }
  .order_portal-wrap a {
    display: flex;
    width: 200px;
    height: 36px;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9fd0e2;
    border-radius: 40px;
    color: #9fd0e2;
  }
  .fine_right_sider a {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .footer_container {
    max-width: 1366px;
    padding: 96px 181px;
  }
  .sectionOne {
    width: 282px;
  }
  .footer_logo img {
    width: 245px;
  }
  /* .footer_mobile_address  */
  .sectionTwo {
    flex-direction: row;
    max-width: 630px;
    column-gap: 36px;
  }
  .footer_links-wrap {
    max-width: 186px;
  }
}
@media (min-width: 1920px) {
  .footer_container {
    max-width: 1920px;
    padding: 102px 252px;
  }
  .sectionOne {
    width: 399px;
  }
  .footer_logo img {
    width: 294px;
  }
  .footer_mobile_address {
    margin-top: 82px;
  }
  .footer_mobile_address a {
    font-size: 24px;
    padding: 20px 0;
  }
  .sectionTwo {
    gap: 72px;
    width: 810px;
    max-width: 100%;
  }
  .footer_links-wrap {
    max-width: 220px;
  }
  .footer_links-wrap h5 a {
    font-size: 33px;
    font-weight: 400;
  }
  .footer_about {
    order: 1;
  }
  .footer_value {
    order: 2;
  }
  .footer_process {
    order: 3;
  }
  .footer-links li {
    font-size: 16px;
    font-weight: 400;
  }
  .sectionFive {
    margin-top: 69px;
  }
  .fine_right_sider {
    align-items: flex-end;
  }
  .fine_right_sider a {
    font-size: 16px;
  }
  .order_portal-wrap a {
    width: 219px;
    height: 61px;
    font-size: 24px;
    font-weight: 700;
  }
}

/* ---- LEARN MORE SECTION  -- */

.learn-more {
  padding-bottom: 80px;
}

.learn-more_wrap {
  color: #387da0;
  padding: 0 20px;
  text-align: center;
}
.learn-more_wrap h4 {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -2.59px;
  font-size: 37px;
  font-weight: 600;
}
.learn-more_wrap p {
  margin: 7px 0 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.learn-more-buttons {
  column-gap: 22px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 380px;
  row-gap: 32px;
}

.learn-more-buttons a {
  align-items: center;
  background-color: #ddeff5;
  border-radius: 40px;
  border: none;
  color: #17364b;
  display: flex;
  font-size: 17px;
  gap: 9px;
  height: 48px;
  justify-content: center;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
}
@media (min-width: 1024px) {
  .learn-more {
    padding-bottom: 124px;
  }
  .learn-more_wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 96px;
  }
  .learn-more_wrap h4 {
    font-size: 44px;
    letter-spacing: -2.2px;
    font-weight: 600;
  }
  .learn-more_wrap p {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 52px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
  }
  .learn-more-buttons {
    flex-direction: row;
    max-width: unset;
    justify-content: center;
    gap: 36px;
  }
  .learn-more-buttons a.main-btn {
    width: 100%;
    font-size: 12px;
    max-width: 205px;
    padding: 0;
  }
  .learn-more-buttons a.main-btn:hover {
    background-color: #edff00;
    color: #17364b;
  }
}

@media (min-width: 1366px) {
  .learn-more {
    padding-bottom: 155px;
  }
}

@media (min-width: 1920px) {
  .learn-more {
    padding-bottom: 236px;
  }
  .learn-more_wrap h4 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .learn-more_wrap p {
    font-size: 24px;
    margin-bottom: 60px;
  }
  .learn-more-buttons a.main-btn {
    max-width: 226px;
    font-size: 15px;
  }
}
