@font-face {
  font-family: "GT America Condensed";
  src: url(fonts/GT-America-Condensed-Black.woff2) format("woff2"), url(fonts/GTA-merica-Condensed-Black.woff) format("woff"), url(fonts/GT-America-Condensed-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GT America";
  src: url(fonts/GT-America-Standard-Bold.woff2) format("woff2"), url(fonts/GT-America-Standard-Bold.woff) format("woff"), url(fonts/GT-America-Standard-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "GT America";
  src: url(fonts/GT-America-Standard-Medium.woff2) format("woff2"), url(fonts/GT-America-Standard-Medium.woff) format("woff"), url(fonts/GT-America-Standard-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:focus-visible {
  outline: 0 !important;
}
html {
  scroll-behavior: unset !important;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: clip !important;
  position: relative;
}
body,
html {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "GT America";
}
@media (max-width: 991.9px) {
  body,
  html {
    font-size: 10.8px;
    line-height: normal;
  }
}
@media (max-width: 767.9px) {
  body,
  html {
    font-size: 12px;
    line-height: normal;
  }
}
section {
  max-width: 100vw;
  overflow-x: clip !important;
  overflow-y: visible;
}
h1,
h2 {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  h1,
  h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
h1 {
  font-size: 79px;
  line-height: 1.353;
}
@media (max-width: 767.9px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 575.9px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 55px;
  line-height: 1.2;
}
@media (max-width: 767.9px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575.9px) {
  h2 {
    font-size: 34px;
  }
}
a {
  color: inherit;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.6;
}
p {
  margin: 0 0 27px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  p {
    margin-bottom: 15px;
  }
}
ul {
  padding-left: 30px;
}
ul li {
  position: relative;
}
ul li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
img {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
@media (max-width: 991.9px) {
  .content {
    padding: 0 20px;
  }
}
.content h1 {
  margin-top: 0;
}
header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  padding: 25.3px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .content {
  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;
}
header .content .header-logo {
  font-size: 0;
  max-width: 153px;
  margin: 0;
  margin-right: 30px;
}
header .content .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .content .header-logo a .logo-black {
  position: relative;
}
header .content .header-logo a:hover {
  opacity: 1;
}
.banner {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}
.banner > div {
  width: 50%;
  flex: 1 0 50%;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner > div:first-child {
  display: flex;
  align-items: center;
}

.banner h2 {
  color: #000;
  font-family: "GT America Condensed";
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 97.063%; /* 69.885px */
  letter-spacing: -2.16px;
  text-transform: uppercase;
  padding: 30px;
  max-width: 690px;
}

@media (max-width: 991px) {
  .banner {
    flex-direction: column;
  }
  .banner > div {
    width: 100%;
    flex: 1 0 100%;
  }
  .banner img {
    aspect-ratio: 1 / 1;
  }

  .banner h2 {
    color: #000;
    font-size: 40px;
    line-height: 97.063%; /* 38.825px */
    letter-spacing: -1.2px;
    padding: 20px;
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

footer {
  background-color: #001aff;
  color: #fff;
}
footer .content {
  padding: 0 28px;
}
@media (max-width: 767.9px) {
  footer .content {
    padding: 0 20px;
  }
}
footer .footer-top {
  padding: 39.81px 0 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.9px) {
  footer .footer-top {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 45px;
  }
}
footer .footer-top .left-text {
  width: 100%;
  max-width: 434px;
  margin-right: 40px;
}
@media (max-width: 767.9px) {
  footer .footer-top .left-text {
    margin-right: 0;
    max-width: 293px;
  }
}
footer .footer-top .left-text h2 {
  font-family: "GT America Condensed";
  font-weight: 900;
  font-size: 44.9123px;
  line-height: 1.2023432334;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 25px;
}
@media (max-width: 991.9px) {
  footer .footer-top .left-text h2 {
    font-size: 31.31px;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .left-text h2 {
    font-size: 30px;
    line-height: 99.2%;
  }
}
@media (max-width: 767.9px) {
  footer .footer-top .left-text h2 {
    margin-right: 0;
    margin-bottom: 77px;
  }
}
footer .footer-top .right-text {
  width: 100%;
  max-width: 684px;
  padding-top: 8px;
}
@media (max-width: 767.9px) {
  footer .footer-top .right-text {
    padding-top: 0;
    max-width: 714px;
    padding-right: 30px;
  }
}
footer .footer-top .right-text .text-body {
  margin-left: 0;
  margin-right: auto;
  max-width: 536px;
}
footer .footer-bottom {
  padding: 42px 0 49.11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 12px 0 22.5px;
  }
}
footer .footer-bottom .copy {
  width: 100%;
  max-width: 434px;
  margin-right: 40px;
}
@media (max-width: 767.9px) {
  footer .footer-bottom .copy {
    margin-top: 56px;
    margin-right: 0;
  }
}
footer .footer-bottom .footer-nav {
  width: 100%;
  max-width: 684px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer-bottom .footer-nav ul {
  margin-left: 0;
  margin-right: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 148px;
}
@media (max-width: 767.9px) {
  footer .footer-bottom .footer-nav ul {
    margin-right: 121px;
  }
}
footer .footer-bottom .footer-nav ul:last-child {
  margin-right: 0;
}
footer .footer-bottom .footer-nav ul li {
  padding: 0;
  margin: 0;
}
footer .footer-bottom .footer-nav ul li a {
  text-decoration: none;
  display: inline-block;
}
