@use 'scss-reset/reset';
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.eot");
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.woff2") format("woff2"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.eot");
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.woff2") format("woff2"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal; }

body {
  min-height: 100vh;
  color: white;
  background: #091a47;
  transition: color 0.5s, background-color 0.5s;
  line-height: 1.6;
  font-family: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  height: auto; }

a {
  text-decoration: none; }

.container {
  min-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.dark-color-main {
  color: #091a47; }

.light-color-main {
  color: white; }

.bg-dark-color-main {
  background-color: #091a47; }

.bg-light-color-main {
  background-color: white; }

.text {
  font-family: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #091a47; }
  @media (max-width: 767px) {
    .text {
      font-size: calc($value / 16)rem;
      line-height: calc($value / 16)rem; } }
  @media (min-width: 768px) {
    .text {
      font-size: calc($value / 16)rem;
      line-height: calc($value / 16)rem; } }

.cta {
  width: 180px;
  margin: 0 auto;
  display: inline-block;
  font-family: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid #091a47;
  padding: 1rem;
  color: #091a47;
  background-color: white;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
  -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
  -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
  -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
  transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
  .cta span:after {
    content: "";
    position: relative;
    top: -0.25rem;
    width: 24px;
    height: 7px;
    background-image: url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
  .cta:hover {
    color: #ced1da;
    border-color: #091a47;
    background-color: #091a47; }
    .cta:hover span:after {
      -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
      transform: translateX(0.75rem);
      background-image: url("../images/arrow-right-w.png"); }

#app {
  max-width: 1280px;
  min-height: 100vh;
  margin: 0 auto; }

nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 767px) {
    nav {
      margin: 1.5rem 0; } }
  @media (min-width: 768px) {
    nav {
      padding: 5rem 0 2.5rem; } }
  nav svg {
    margin: 0 auto;
    fill: white; }
    @media (max-width: 767px) {
      nav svg {
        width: 10rem;
        height: 2rem; } }
  nav .select {
    display: flex;
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 4rem;
    height: 2rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      nav .select {
        top: 0; } }
    @media (min-width: 768px) {
      nav .select {
        top: 0.5rem; } }
    nav .selectselect::-ms-expand {
      display: none; }
    nav .select select {
      appearance: none;
      border: 0;
      outline: 0;
      box-shadow: none;
      background-image: none;
      flex: 1;
      padding: 0 1em;
      color: white;
      background-color: #091a47;
      cursor: pointer; }
      nav .select select ::-ms-expand {
        display: none; }
    nav .select::after {
      content: "\25BC";
      position: absolute;
      inset-inline-end: 0;
      background-color: var(--arrow-bg);
      transition: 0.25s all ease;
      pointer-events: none;
      font-size: 0.5rem;
      top: 0.75rem;
      right: 1rem; }
    nav .select:hover::after {
      color: var(--arrow-color); }

#banner .banner_item {
  position: relative; }
  #banner .banner_item .banner_img img {
    width: 100%;
    height: auto; }

#banner .banner_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column; }
  #banner .banner_text .title {
    font-family: "garamond-premier-pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: white;
    background-color: #091a47;
    padding: 0.25rem 0.75rem;
    margin: 0; }
    @media (max-width: 767px) {
      #banner .banner_text .title {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
    @media (min-width: 768px) {
      #banner .banner_text .title {
        font-size: 2.5rem;
        line-height: 2.5rem; } }
  #banner .banner_text .subtitle {
    font-family: "garamond-premier-pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: white;
    background-color: #091a47;
    text-align: center;
    padding: 0.25rem 0.75rem; }
    @media (max-width: 480px) {
      #banner .banner_text .subtitle {
        font-size: 1.5rem;
        line-height: 1.5rem; } }
    @media (min-width: 481px) and (max-width: 767px) {
      #banner .banner_text .subtitle {
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0 0 0 12rem; } }
    @media (min-width: 768px) {
      #banner .banner_text .subtitle {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin: 0 0 0 20rem; } }

#home {
  width: 100%; }
  @media (max-width: 1023px) {
    #home {
      margin: 1.5rem auto 0; } }
  @media (min-width: 1024px) {
    #home {
      margin: 0.5rem auto 0; } }
  #home .home_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #home .home_items .home_item {
      position: relative; }
      @media (max-width: 1023px) {
        #home .home_items .home_item {
          width: 100%; } }
      @media (min-width: 1024px) {
        #home .home_items .home_item {
          width: calc(100% / 3 - 0.25rem); } }
      #home .home_items .home_item .home_img {
        overflow: hidden; }
        #home .home_items .home_item .home_img img {
          -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
      #home .home_items .home_item .home_text {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
        -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
        -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
        -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
        transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
        @media (max-width: 1023px) {
          #home .home_items .home_item .home_text {
            text-align: center; } }
        @media (min-width: 1024px) {
          #home .home_items .home_item .home_text {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; } }
        @media (max-width: 1023px) {
          #home .home_items .home_item .home_text {
            padding: 1.5rem; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          #home .home_items .home_item .home_text {
            padding: 1.5rem 1.5rem 1rem; } }
        @media (min-width: 1280px) {
          #home .home_items .home_item .home_text {
            padding: 2rem 2rem 1rem; } }
        #home .home_items .home_item .home_text p {
          font-family: "Helvetica Neue LT Std", Arial, Helvetica, sans-serif;
          -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
          transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
          @media (max-width: 1023px) {
            #home .home_items .home_item .home_text p {
              max-width: 30rem;
              margin: 0 auto 1.5rem;
              color: white; } }
          @media (min-width: 1024px) {
            #home .home_items .home_item .home_text p {
              color: #091a47;
              opacity: 0; } }
          @media (max-width: 1279px) {
            #home .home_items .home_item .home_text p {
              font-size: 1rem;
              line-height: 1.25rem; } }
          @media (min-width: 1280px) {
            #home .home_items .home_item .home_text p {
              font-size: 1.125rem;
              line-height: 1.375rem; } }
      @media (min-width: 1024px) {
        #home .home_items .home_item:hover .home_img img {
          transform: scale(1.01825); }
        #home .home_items .home_item:hover .home_text {
          background: white;
          /* The Fallback */
          background: rgba(255, 255, 255, 0.65); }
          #home .home_items .home_item:hover .home_text p {
            opacity: 1; } }

footer {
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      margin: 1.5rem 0; } }
  @media (min-width: 768px) {
    footer {
      margin: 2.5rem 0; } }
  footer p {
    font-family: "garamond-premier-pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: white;
    padding: 0.25rem 0.75rem;
    margin: 0; }
    @media (max-width: 767px) {
      footer p {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 768px) {
      footer p {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  footer a {
    color: white;
    /* The Fallback */
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -moz-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -ms-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    -o-transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s;
    transition: all cubic-bezier(0, 0.15, 0.04, 0.32) 0.4s; }
    footer a:hover {
      color: white; }
