* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "sofia-pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 300;
  color: #2d3184;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 16px;
  }
}

h2 {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.67rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #717891;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  display: block;
}

h2::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 5rem;
  left: 0;
  bottom: 0;
  background-color: #40c6ea;
}

h2.wh {
  color: #fff;
}

h3 {
  font-family: "sofia-pro", sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #2d3184;
  margin-bottom: 1rem;
}

h4 {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.125rem;
  line-height: 1.67rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  color: #40c6ea;
  margin-bottom: 1rem;
}

p {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  color: #717891;
  font-size: 1rem;
  line-height: 1.45rem;
  letter-spacing: 0;
}

.lg-txt {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  color: #2d3184;
  font-size: 1.75rem;
  line-height: 2.3rem;
  letter-spacing: 0;
  margin: 0 auto 1rem 0;
}

.hidden-text {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

section .container {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding: 7.5rem 1rem;
}

.hero-wrap {
  height: 100vh;
  max-height: 850px;
  position: relative;
  overflow: hidden;
}

.hero-wrap video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-wrap .container {
  text-align: center;
  width: 100%;
  max-width: 975px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.hero-wrap .logo-hero {
  display: block;
  width: 100%;
  max-width: 945px;
  margin: 0 auto 3.4rem auto;
  opacity: 0;
  transition: all 1s ease-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;

}

.hero-wrap .hero-text {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.75rem;
  line-height: 2.3rem;
  color: #fff;
  margin: 0 auto;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
  transition: opacity 1.3s ease;
}

.hero-wrap .hero-text span {
  font-weight: 600;
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

header .nav-wrap {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 975px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

header .nav-wrap .logo {
  display: inline-block;
  width: 263px;
  height: 51px;
}

header .nav-wrap .menu {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: fit-content;
  list-style-type: none;
}

header .nav-wrap .menu li {
  margin-right: 1rem;
}

header .nav-wrap .menu li:last-of-type {
  margin-right: 0;
}

header .nav-wrap .menu a {
  display: inline-block;
  text-decoration: none;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #2d3184;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1rem;
  transition: color .3s ease;
}

header .nav-wrap .menu a:hover {
  color: #5db2d3;
}

.s1 .container {
  padding-bottom: 5rem;
}

.s1 .lg-txt {
  margin-bottom: 2.25rem;
}

.s1 p {
  margin-bottom: 1rem;
}

.s1 p:last-of-type {
  margin-bottom: 0;
}

.s1 p span {
  font-family: "sofia-pro", sans-serif;
}

.s2 {
  background: url(/i/bg_blue.png) no-repeat center/cover;
}

.s2 h2 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.s2 .lg-txt {
  margin-bottom: 2.25rem;
  color: #fff;
}

.s2 p {
  margin-bottom: 2.25rem;
  color: #fff;
}

.s2 p:last-child {
  margin-bottom: 0;
}

.s2 .two-col {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  max-width: 800px;
}

.s2 .two-col p {
  width: 50%;
  max-width: 365px;
}

.s2 .two-col p span {
  font-weight: 700;
}

.s4-new {
  padding: 7.5rem 0;
  background: #fff;
}

.s4-new .container {
  max-width: 975px;
  padding: 0 1rem;
}

.s4-new h2 {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 auto 3.5rem auto;
  padding: 0 0 1.5rem 0;
  color: #323d5f;
}

.s4-new .lg-txt {
  color: #5db2d3;
  margin-bottom: 2.25rem;
}

.s5 {
  background: url(/i/bg_purple.png) no-repeat center/cover;
}

.s5 h2 {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}

.s5 .lg-txt {
  color: #fff;
  margin-bottom: 2.25rem;
}

.s5 .two-col {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.s5 .two-col > div {
  width: 33.33%;
}

.s5 .two-col p, .s5 .two-col a {
  color: #fff;
}

.s5 .two-col p span {
  font-weight: 700;
}

.s5 .two-col p {
  margin-bottom: 1rem;
}

.s5 .two-col a {
  font-size: 0.9rem;
  line-height: 1.5rem;
  display: block;
  text-decoration: none;
  transition: color .3s ease;
}

.s5 .two-col a:hover {
  color: #5db2d3;
}

.s5 .two-col .email {
  background: url(/i/contact_email.svg) 0 center/20px no-repeat;
  padding-left: 30px;
}

.s5 .two-col .phone {
  background: url(/i/contact_phone.svg) 0 center/20px no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
}

footer {
  background: #161617;
  padding: 1.3rem 0;
}

footer .container {
  max-width: 975px;
  padding: 0 1rem;
  margin: 0 auto;
}

footer p {
  display: inline-block;
  margin-right: 10px;
}

footer p, footer a {
  font-size: 13px;
  line-height: 18px;
  color: #90909c;
}

footer a {
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  transition: color .3s ease;
}

footer a:hover {
  color: #5db2d3;
}

#update_pw, #reset_pw {
  background: #fff;
}

#update_pw #logo, #reset_pw #logo {
  display: block;
  width: 230px;
  height: 100px;
  background: url(/i/logo-color.svg) no-repeat center/contain;
}

#update_pw #logo img, #reset_pw #logo img {
  width: 100%;
  display: none;
}

#update_pw header, #reset_pw header {
  background: #fff;
  margin-top: 0;
  padding: 20px 0;
}

#update_pw header::after, #reset_pw header::after {
  display: none;
}

#update_pw section, #reset_pw section {
  padding: 3em 0;
}

#update_pw section h1, #reset_pw section h1 {
  font-family: "sofia-pro", sans-serif;
  margin-bottom: 0.6em;
  font-size: 2rem;
  line-height: 1em;
  text-align: left;
  display: inline-block;
  color: #2d3184;
}

#update_pw section p, #reset_pw section p {
  font-family: "sofia-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

#update_pw section .content, #reset_pw section .content {
  max-width: 1100px;
  margin: 6rem 1rem 0 1rem;
}

#update_pw section .form-buttons, #reset_pw section .form-buttons {
  margin-top: 2rem;
}

#update_pw section .form-buttons a, #reset_pw section .form-buttons a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
  padding: 1em 2em;
  color: #2d3184;
  border: 1px solid #2d3184;
  margin-right: 2em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 0.075em;
}

#update_pw section .form-buttons a:last-of-type, #reset_pw section .form-buttons a:last-of-type {
  margin-right: 0;
}

#update_pw section .form-buttons a:hover, #reset_pw section .form-buttons a:hover {
  color: #fff;
  background: #2d3184;
  border: solid 1px #2d3184;
}

#update_pw section .fx-field, #reset_pw section .fx-field {
  margin-right: 5%;
  margin-bottom: 1.5rem;
}

#update_pw section .fx-field input,
#update_pw section .fx-field textarea, #reset_pw section .fx-field input,
#reset_pw section .fx-field textarea {
  border: 1px solid #abb7c4;
  font-size: 1rem;
  padding: 0.5em;
  width: 100%;
  color: #000;
}

#update_pw section label, #reset_pw section label {
  font-size: 1rem;
  color: #abb7c4;
  background: #fff;
  left: 0.5em;
  padding: 0 0.25em;
}

#update_pw section textarea, #reset_pw section textarea {
  resize: none;
  height: 10em;
}

#update_pw section .fx-msg, #reset_pw section .fx-msg {
  left: 0 !important;
  top: 100% !important;
  color: #ff0000;
  font-size: 0.875em;
}

#update_pw section .fx-input:focus ~ label,
#update_pw section .fx-input.hasData ~ label, #reset_pw section .fx-input:focus ~ label,
#reset_pw section .fx-input.hasData ~ label {
  left: 0.75em;
}

.fx-field label {
  top: 11px;
}

@media screen and (max-width: 1100px) {
  header .nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .nav-wrap .logo {
    margin-bottom: 1rem;
  }
  section .container {
    padding: 5rem 1rem;
  }
  .hero-wrap .logo-hero {
    max-width: 450px;
  }
  .s4-new {
    padding: 5rem 0;
  }
  .s5 .row-1 {
    padding: 5rem 1rem 2rem;
  }
  .s5 .two-col {
    flex-direction: column;
    gap: 3rem;
  }
  .s5 .two-col > div {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .s3 .values-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .s3 .values-wrap .value {
    grid-column: auto;
  }
}

@media screen and (max-width: 800px) {
  .s5 .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .s5 .col {
    width: 100%;
  }
  .s5 .col-1 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lg-txt {
    font-size: 1.5em;
    line-height: 2rem;
  }
  .hero-wrap .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
  .hero-wrap .logo-hero {
    max-width: 300px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 2rem;
    opacity: 1;
  }
  .hero-wrap .hero-text {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    opacity: 1;
  }
  header .nav-wrap .menu li {
    text-align: center;
  }
  header .nav-wrap .menu a {
    font-size: 13px;
    line-height: 19px;
  }
  .s2 .two-col {
    flex-direction: column;
    gap: 0;
  }
  .s2 .two-col p {
    width: 100%;
    max-width: none;
    margin-bottom: 1rem;
  }
  .s2 .two-col p:last-of-type {
    margin-bottom: 0;
  }
  .s2 h2,
  .s4-new h2 {
    margin-bottom: 3rem;
  }
  .s5 .two-col {
    flex-direction: column;
    gap: 3rem;
  }
  .s5 .two-col > div {
    width: 100%;
  }
  footer .container {
    text-align: center;
  }
  footer p {
    display: block;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
}
