@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

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

a {
  transition: all 0.5s ease;
}

.fw-light {
  font-weight: 300;
}

.fw-reg {
  font-weight: 400;
}

.fw-med {
  font-weight: 500 !important;
}

.fw-sb {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-eb {
  font-weight: 800;
}

.fs-i {
  font-style: italic;
}

.page-holder {
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  margin-top: 120px;
}
.page-holder.ss {
  margin-top: 100px;
}

.default-page {
  margin: 180px 0 80px 0;
}

.zi-9 {
  z-index: 999999;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mobile-only {
  display: none;
}

.ff-avenir {
  font-family: "Avenir", sans-serif;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}

.ff-krona {
  font-family: "Krona One", sans-serif;
}

@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  /**
  *  media query:      <768px
  *  font size:        42%
  *
  *  proportion:       21 / 50
  *  10px in rems:     1.488rem = 10px
  *  1rem in px:       1rem = 6.72px, 1.6rem = 10.74px, 2.6rem = 17.46px...
  */
  font-size: 50%;
  /**
  *  media query:      >768px
  *  font size:        50.5%
  *
  *  proportion:       101 / 200
  *  10px in rems:     1.2376rem = 10px
  *  1rem in px:       1rem = 8.08px, 1.6rem = 12.92px, 2.6rem = 21px...
  */
  /**
  *  media query:      >1280px
  *  font size:        58%
  *
  *  proportion:       29 / 50
  *  10px in rems:     0.928rem = 10px
  *  1rem in px:       1rem = 9.28px, 1.6rem = 14.84px, 2.6 = 24.13px...
  */
  /**
  *  media query:      >1440px
  *  font size:        62.5%
  *
  *  proportion:       10 / 16
  *
  *  1rem in px:       1rem = 10px, 1.6rem = 16px, 2.6rem = 26px...
  */
}
@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 58%;
  }
}
@media (min-width: 1661px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Krona One", sans-serif;
}

.gform_heading {
  display: none !important;
}

.clr-white {
  color: #fff;
}

.clr-black {
  color: #000;
}

.clr-red {
  color: #2A302F;
}

.btn {
  font-family: "Avenir", "sans-serif";
}
.btn--bordered {
  min-height: 50px;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.btn--bordered-darkPurple {
  border: 1px solid #11294B;
  color: #11294B;
}
@media (min-width: 768px) {
  .btn--bordered {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.btn--bordered:hover {
  background: #fff;
  color: #11294B;
  text-shadow: none;
}
.btn--darkPurple {
  transition: all 0.5s ease-in-out;
}
.btn--darkPurple:hover {
  background: #11294B;
  color: #fff;
  border: 1px solid #11294B;
}
.btn--ts {
  text-shadow: 0 3px 6px #000000;
}
.btn--lg {
  min-width: 200px;
  max-width: 200px;
  min-height: 35px;
}
@media (min-width: 1280px) {
  .btn--lg {
    max-width: 300px;
    min-width: 300px;
  }
}
.btn--xl {
  min-width: 200px;
  max-width: 200px;
  min-height: 35px;
}
@media (min-width: 1280px) {
  .btn--xl {
    max-width: 350px;
    min-width: 350px;
  }
}
.btn--xxl {
  min-width: 290px;
  max-width: 290px;
}
@media (min-width: 768px) {
  .btn--xxl {
    min-width: 544px;
    max-width: 544px;
  }
}

p {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  p {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  h1 {
    font-size: 10rem;
    line-height: 5rem;
  }
}

h2 {
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.4rem;
    line-height: 5.5rem;
  }
}
h2.ts {
  text-shadow: 3px 3px 6px #020202;
}

h3 {
  font-size: 18px;
  line-height: 23px;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  h3 {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}

h4 {
  font-size: 18px;
  line-height: 23px;
  font-family: "Krona One", sans-serif;
}
@media (min-width: 768px) {
  h4 {
    font-size: 3.2rem;
    line-height: 4.3rem;
  }
}

.posts {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .posts {
    margin-top: 120px;
  }
}
.posts__title {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .posts__title {
    margin-bottom: 60px;
  }
}

.post {
  position: relative;
  max-width: 440px;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  .post {
    margin-bottom: 53px;
  }
}
.post__content {
  min-height: auto;
}
.post__thumbnail {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 22px;
  border-radius: 10px;
}
.post__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #11294B;
  margin-bottom: 18px;
}
.post__excerpt {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #707070;
  margin-bottom: 40px;
}
.post__btn {
  font-family: "Roboto", sans-serif;
  background: #11294B;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.6rem;
  border: 1px solid #11294B;
}
.post__btn:hover {
  background: #fff;
  color: #11294B;
  border: 1px solid #11294B;
}

.header {
  width: 100%;
  background: #11294B;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  z-index: 9999;
  top: 0;
  position: fixed;
  padding: 0 30px;
  height: 120px;
}
.header__logo {
  max-width: 180px;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 220px;
  }
}
.header__menu {
  margin: 0;
  list-style: none;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  padding: 20px 0 20px 40px;
}
@media (min-width: 1400px) {
  .header__menu {
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: inherit;
    padding: 0;
  }
}
.header__menu li {
  padding-right: 40px;
}
.header__menu li:nth-last-child(1) {
  padding-right: 0;
}
.header__menu li a {
  font-family: "Avenir", "sans-serif";
  color: #707070;
  font-size: 20px;
  line-height: 40px;
  transition: none;
  text-align: left;
  position: relative;
  padding: 0;
}
@media (min-width: 1400px) {
  .header__menu li a {
    text-align: center;
    font-size: 2rem;
    line-height: 2.7rem;
    color: #fff;
  }
}
.header__menu li a:hover::before {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 1400px) {
  .header__menu li a:hover::before {
    display: block;
  }
}
.header__menu li ul {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  position: relative;
}
.header__menu li ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .header__menu li ul {
    border: 1px solid #707070;
  }
}
.header__menu li ul li {
  padding-right: 0;
  margin-right: 0;
}
.header__menu li ul li a {
  color: #707070;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  line-height: 100%;
  font-size: 16px;
  transition: all 0.33s ease;
}
@media (min-width: 1400px) {
  .header__menu li ul li a {
    padding: 10px 10px;
    color: #11294B;
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.header__menu li ul li a .nav-icon {
  display: none;
}
@media (min-width: 1400px) {
  .header__menu li ul li a .nav-icon {
    min-width: 45px;
    min-height: 40px;
    margin-right: 14px;
    display: block;
  }
}
.header__menu li ul li a span {
  position: relative;
  top: 0;
}
@media (min-width: 1400px) {
  .header__menu li ul li a span {
    top: 4px;
  }
}
.header__menu li ul li a:hover {
  color: #11294B;
  border-left: 0;
  border-bottom: 0;
}
@media (min-width: 1400px) {
  .header__menu li ul li a:hover {
    border-left: 5px solid #1B7992;
  }
}
.header__menu li ul li a:hover::before {
  display: none;
}
.header__menu li ul li.space-left a {
  padding-left: 0;
}
@media (min-width: 1400px) {
  .header__menu li ul li.space-left a {
    padding-left: 70px;
    font-size: 2rem;
    padding: 1px 10px 1px 70px;
  }
}
.header__menu li ul li.current-menu-item a {
  color: #11294B;
  border-left: 5px solid #1B7992;
  background-color: #e9ecef !important;
}
.header__menu li ul li.current-menu-item a::before {
  display: none;
}
.header__menu li.parent-item {
  margin-top: 10px;
}
@media (min-width: 1400px) {
  .header__menu li.parent-item {
    margin-top: 0;
  }
}
.header__menu li.parent-item a {
  font-size: 20px;
  padding: 3px 10px 3px 0;
}
@media (min-width: 1400px) {
  .header__menu li.parent-item a {
    padding: 3px 10px;
  }
}
.header__menu li.current-menu-item a {
  color: #11294B;
}
@media (min-width: 1400px) {
  .header__menu li.current-menu-item a {
    color: #fff;
  }
}
.header__menu li.current-menu-item a.active {
  background-color: transparent;
}
.header__menu li.current-menu-item a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 1400px) {
  .header__menu li.current-menu-item a::before {
    display: block;
  }
}
.header__menu li.sign-in {
  min-width: 122px;
  max-width: 122px;
  min-height: 36px;
  max-height: 36px;
  background: #1B7992;
  margin-top: 10px;
}
@media (min-width: 1400px) {
  .header__menu li.sign-in {
    min-height: 40px;
    max-height: 40px;
    margin-left: 0;
    margin-top: 0;
  }
}
.header__menu li.sign-in a {
  text-align: center;
  color: #fff;
  line-height: 100%;
  padding: 7px 20px !important;
}
.header__menu li.sign-in a::before {
  display: none;
}
.header__menu li.sign-in a:hover {
  background: #11294B;
  transition: all 0.3s ease-in-out;
  border: 0;
}
@media (min-width: 1400px) {
  .header__menu li.sign-in a:hover {
    border: 1px solid #fff;
  }
}
@media (min-width: 1400px) {
  .header__menu li.sign-in a {
    line-height: 2.7rem;
  }
}
.header__navbar {
  position: static;
}
.header__hamburger {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  position: absolute;
  height: 2px;
  width: 95%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media (max-width: 768px) {
  .header__hamburger-line {
    height: 1px;
  }
}
.header__hamburger-line:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger-line:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger-line:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.header__hamburger.open .header__hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 5px;
}
.header__hamburger.open .header__hamburger-line:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__hamburger.open .header__hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 31px;
  left: 5px;
}
.header.shrink {
  background: rgba(17, 40, 75, 0.9);
  height: 80px;
}
.header.shrink .header__menu li ul li {
  padding-right: 0;
}
.header.shrink .header__menu li ul li.space-left a {
  font-size: 16px;
  padding: 6px 10px 6px 0;
}
@media (min-width: 1400px) {
  .header.shrink .header__menu li ul li.space-left a {
    font-size: 2rem;
    padding: 1px 10px 1px 70px;
  }
}
.header.shrink .header__menu li ul li.parent-item a {
  padding-left: 0;
}
@media (min-width: 1400px) {
  .header.shrink .header__menu li ul li.parent-item a {
    padding: 1px 10px;
  }
}
.header.shrink .header__menu li ul li a {
  font-size: 20px;
  padding: 3px 10px 3px 0;
}
@media (min-width: 1400px) {
  .header.shrink .header__menu li ul li a {
    padding: 10px 10px;
  }
}
.header.shrink .dropdown-menu[data-bs-popper] {
  top: -5px;
}
@media (min-width: 1400px) {
  .header.shrink .dropdown-menu[data-bs-popper] {
    top: 60px;
  }
}

.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  position: relative;
  min-width: unset;
  top: -5px;
  padding-left: 20px;
}
@media (min-width: 1400px) {
  .dropdown-menu[data-bs-popper] {
    position: absolute;
    left: -60%;
    top: 60px;
    min-width: 270px;
    padding-left: 0;
    border: 0;
  }
}
.dropdown-menu[data-bs-popper]::after {
  display: none;
}
@media (min-width: 1400px) {
  .dropdown-menu[data-bs-popper]::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.102' height='18.492' viewBox='0 0 33.102 18.492'%3E%3Cpath id='Path_239' data-name='Path 239' d='M1509.464-12511l16.794-18.492,16.308,18.492Z' transform='translate(-1509.464 12529.492)' fill='%23fff' opacity='0.85'/%3E%3C/svg%3E%0A");
    width: 33px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.dropdown-item:active {
  background-color: transparent;
  color: inherit;
}
.dropdown-item.active {
  border-left: 0;
}
@media (min-width: 1400px) {
  .dropdown-item.active {
    background-color: transparent;
    color: #11294B;
  }
}

.footer__top {
  padding: 60px 0;
}
.footer__top-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__top-block {
    flex-direction: row;
  }
}
.footer__top-block-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 575px) {
  .footer__top-block-2 {
    flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 991px) {
  .footer__top-block-2 {
    justify-content: unset;
    margin-bottom: 0;
  }
}
.footer__top-block-3 {
  text-align: center;
}
@media (min-width: 991px) {
  .footer__top-block-3 {
    text-align: unset;
  }
}
.footer__top-block .footer__pages:nth-child(1) {
  margin-right: 0;
}
@media (min-width: 575px) {
  .footer__top-block .footer__pages:nth-child(1) {
    margin-right: 50px;
  }
}
.footer__holder {
  max-width: 1070px;
  margin: 0 auto;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__info {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 991px) {
  .footer__info {
    text-align: left;
  }
}
.footer__info-text {
  padding: 15px 0;
}
@media (min-width: 991px) {
  .footer__info-text {
    padding: 30px 0;
  }
}
.footer__info a {
  color: #fff;
}
.footer__info a:hover {
  color: #A2A2A2 !important;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  .footer__social {
    justify-content: unset;
    margin-bottom: 0;
  }
}
.footer__social > a {
  margin-right: 20px;
}
.footer__social > a:hover {
  opacity: 0.5;
}
.footer__social > a:nth-last-child(1) {
  margin-right: 0;
}
.footer__pages-link {
  font-family: "Avenir", "sans-serif";
  font-size: 2.4rem;
  line-height: 4.6rem;
  text-decoration: none;
}
.footer__pages-link:hover {
  color: #1B7992 !important;
}
.footer__copyright {
  padding: 25px 0;
}
.footer__copyright-text, .footer__copyright-link {
  font-size: 1.8rem;
  font-family: "Avenir", "sans-serif";
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 0;
}
@media (min-width: 991px) {
  .footer__copyright-text, .footer__copyright-link {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .footer__copyright-text:nth-last-child(1), .footer__copyright-link:nth-last-child(1) {
    margin-right: 0;
  }
}
.footer__copyright-text {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .footer__copyright-text {
    margin-bottom: 0;
  }
}
.footer__copyright-link:nth-last-child(1) {
  margin-bottom: 0;
}
.footer__copyright-link:hover {
  color: #1B7992 !important;
}
.footer__copyright-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__copyright-block {
    flex-direction: row;
  }
}
.footer .thirdCol {
  padding-left: 60px;
}

.hiwtab {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
}
@media (min-width: 768px) {
  .hiwtab {
    min-height: 700px;
  }
}
.hiwtab__title {
  margin-bottom: 30px;
}
@media (min-width: 1440px) {
  .hiwtab__title {
    margin-bottom: 50px;
  }
}
.hiwtab__subtitle {
  font-size: 2.2rem;
  line-height: 2.2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hiwtab__btn {
    display: none;
  }
}
.hiwtab__btn > span {
  position: relative;
  top: 1px;
}
.hiwtab.hiwtas {
  margin-bottom: 60px;
}
.hiwtab.hiwtas .hiwtas__mask {
  background-color: transparent;
  background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hchiog {
  padding: 40px 0 0 0;
}
@media (min-width: 1280px) {
  .hchiog {
    padding: 100px 0 80px 0;
  }
}
.hchiog .col-lg-6 {
  flex: 0 0 100%;
  width: 100%;
}
@media (min-width: 1280px) {
  .hchiog .col-lg-6 {
    flex: 0 0 auto;
    width: 54%;
    padding-left: 60px;
  }
}
.hchiog__subtitle {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .hchiog__subtitle {
    margin-bottom: 60px;
    text-align: left;
  }
}
.hchiog__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hchiog__title {
    margin-bottom: 40px;
    text-align: left;
  }
}
.hchiog__text {
  max-width: 325px;
  margin: 0 auto 50px auto;
}
@media (min-width: 575px) {
  .hchiog__text {
    max-width: 90%;
    margin: 0 0 70px 0;
  }
}
.hchiog__text h1 {
  color: #8FD0B8;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .hchiog__text h1 {
    margin-bottom: 40px;
    font-size: 10rem;
    line-height: 5rem;
    text-align: left;
  }
}
.hchiog__text p {
  margin-bottom: 30px;
}
.hchiog__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.hchiog__btn {
  margin: 0 auto;
  color: var(--clr);
  border: 1px solid var(--border-clr);
  background: var(--bgd-clr);
}
.hchiog__btn > span {
  position: relative;
  top: 2px;
}
.hchiog__btn:hover {
  color: var(--hover-clr);
  border: 1px solid var(--hover-border-clr);
  background: var(--hover-bgd-clr);
}
@media (min-width: 768px) {
  .hchiog__btn {
    margin: 0;
  }
}
.hchiog__image {
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .hchiog__image {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}

.hcrhiog {
  padding: 40px 0 0 0;
  min-height: auto;
}
@media (min-width: 991px) {
  .hcrhiog {
    min-height: 730px;
  }
}
@media (min-width: 1280px) {
  .hcrhiog {
    padding: 100px 0 80px 0;
  }
}
.hcrhiog .col-lg-6 {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 1280px) {
  .hcrhiog .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
}
.hcrhiog__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hcrhiog__title {
    margin-bottom: 40px;
    text-align: left;
  }
}
.hcrhiog__text {
  max-width: 325px;
  margin: 0 auto 50px auto;
}
@media (min-width: 575px) {
  .hcrhiog__text {
    max-width: 90%;
    margin: 0 0 70px 0;
  }
}
.hcrhiog__text h1 {
  color: #8FD0B8;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .hcrhiog__text h1 {
    margin-bottom: 40px;
    font-size: 10rem;
    line-height: 5rem;
    text-align: left;
  }
}
.hcrhiog__text p {
  margin-bottom: 30px;
}
.hcrhiog__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.hcrhiog__image {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .hcrhiog__image {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.hcrhiog__content {
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 575px) {
  .hcrhiog__content {
    max-width: 535px;
    text-align: left;
  }
}

.cnwi {
  padding: 30px 0 10px 0;
}
@media (min-width: 768px) {
  .cnwi {
    padding: 138px 0;
  }
}
.cnwi__col {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .cnwi__col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) {
  .cnwi__col {
    margin-bottom: 0;
  }
}
.cnwi__numbers {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cnwi__numbers {
    font-size: 5.5rem;
    line-height: 6.9rem;
    margin-bottom: 30px;
  }
}
.cnwi__numbers-plus {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .cnwi__numbers-plus {
    font-size: 5.5rem;
    line-height: 6.9rem;
    margin-bottom: 30px;
  }
}
.cnwi__desc {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cnwi__desc {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.cnwi__icon {
  min-height: auto;
  max-width: 95px;
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  .cnwi__icon {
    min-height: 144px;
    margin: 0;
    max-width: 100%;
  }
}

.htshiog {
  padding: 50px 0 0 0;
}
@media (min-width: 1280px) {
  .htshiog {
    padding: 100px 0;
  }
}
.htshiog__subtitle {
  margin-bottom: 20px;
  color: #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .htshiog__subtitle {
    margin-bottom: 40px;
    text-align: left;
  }
}
.htshiog__title {
  color: #F04E53;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .htshiog__title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.htshiog p {
  margin-bottom: 30px;
}
.htshiog p:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .htshiog p {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .htshiog__col {
    margin-left: 0;
    flex: 0 0 100%;
    width: 100%;
  }
}
.htshiog__image {
  position: relative;
  width: 100%;
}
@media (min-width: 1280px) {
  .htshiog__image {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.htshiog__content {
  max-width: 325px;
  flex: 0 0 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 575px) {
  .htshiog__content {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .htshiog__content {
    max-width: 630px;
    padding-right: 40px;
    margin-right: 0;
  }
}
.htshiog__swiper {
  display: none;
}
@media (min-width: 1280px) {
  .htshiog__swiper {
    display: block;
    padding-bottom: 30px;
  }
}
.htshiog__swiper-wrapper {
  margin-bottom: 40px;
}
.htshiog__swiper-pagination {
  text-align: left;
}
.htshiog__swiper-pagination .swiper-pagination-bullet {
  background: #DBDBDB;
  width: 25px;
  height: 25px;
  margin-right: 15px !important;
  margin-left: 0 !important;
  opacity: 1;
}
.htshiog__swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0 !important;
}
.htshiog__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A2A2A2;
}
.htshiog__desc {
  display: block;
}
@media (min-width: 1280px) {
  .htshiog__desc {
    display: none;
  }
}
.htshiog__btn {
  margin: 90px 0 30px 0;
  color: var(--clr);
  border: 1px solid var(--border-clr);
  background: var(--bgd-clr);
}
.htshiog__btn:hover {
  color: var(--hover-clr);
  border: 1px solid var(--hover-border-clr);
  background: var(--hover-bgd-clr);
}
@media (min-width: 1280px) {
  .htshiog__btn {
    margin: 0;
  }
}

.stsbsi {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .stsbsi {
    min-height: 450px;
  }
}
.stsbsi__swiper-slide {
  text-align: center;
  width: 100% !important;
}
.stsbsi__swiper-slide p {
  max-width: 325px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .stsbsi__swiper-slide p {
    max-width: 1020px;
    padding: 0 20px;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.stsbsi__swiper-pagination {
  bottom: 30px !important;
}
@media (min-width: 768px) {
  .stsbsi__swiper-pagination {
    bottom: 100px !important;
  }
}
.stsbsi__swiper-pagination .swiper-pagination-bullet {
  background: #DBDBDB;
  width: 12px;
  height: 12px;
  margin-right: 15px !important;
  margin-left: 0 !important;
  opacity: 1;
}
@media (min-width: 768px) {
  .stsbsi__swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
}
.stsbsi__swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0 !important;
}
.stsbsi__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A2A2A2;
}

.pl {
  padding: 50px 0 20px 0;
}
@media (min-width: 768px) {
  .pl {
    padding: 90px 0;
  }
}
.pl__title {
  margin-bottom: 30px;
}
.pl__logos {
  display: block;
}
@media (min-width: 768px) {
  .pl__logos {
    display: none;
  }
}
.pl__swiper {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pl__swiper {
    display: block;
  }
}
.pl__swiper-pagination {
  bottom: 50px !important;
}
@media (min-width: 768px) {
  .pl__swiper-pagination {
    bottom: 70px !important;
  }
}
.pl__swiper-pagination .swiper-pagination-bullet {
  background: #DBDBDB;
  width: 12px;
  height: 12px;
  margin-right: 15px !important;
  margin-left: 0 !important;
  opacity: 1;
}
@media (min-width: 768px) {
  .pl__swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
}
.pl__swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0 !important;
}
.pl__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A2A2A2;
}

.newsletter {
  padding: 70px 0;
}
.newsletter__text {
  margin-bottom: 40px;
}
.newsletter__text h3 {
  color: #fff;
  margin-bottom: 20px;
}
.newsletter__text p {
  color: #fff;
}
.newsletter input {
  min-height: 50px;
  font-family: "Avenir", "sans-serif";
  font-size: 16px !important;
  line-height: 21px;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  .newsletter input {
    min-height: 70px;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
  }
}
.newsletter input.button {
  min-height: 35px;
  min-width: 200px;
  max-width: 200px;
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  line-height: 24px;
  padding-left: 0 !important;
  color: #fff;
  margin: 0 auto;
}
.newsletter input.button:hover {
  background: #fff;
  color: #11294B;
}
@media (min-width: 768px) {
  .newsletter input.button {
    max-width: 300px;
    min-height: 50px;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.newsletter select {
  min-height: 50px;
  width: 100% !important;
  font-family: "Avenir", "sans-serif";
  font-size: 16px !important;
  line-height: 21px;
  color: #707070;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  .newsletter select {
    min-height: 70px;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
  }
}
.newsletter .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.newsletter .gform_body {
  margin-bottom: 50px;
}

.ph {
  padding: 50px 0;
}
@media (min-width: 1280px) {
  .ph {
    padding: 100px 0 80px 0;
  }
}
.ph__title {
  text-align: center;
  margin-bottom: 50px;
}
.ph__tl {
  position: relative;
  padding: 70px 0 20px 0;
}
.ph__tl::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  background: black;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .ph__tl::before {
    left: 0;
    right: 0;
  }
}
.ph__tl-card {
  display: flex;
  position: relative;
  z-index: 1;
}
.ph__tl-card--content {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 575px) {
  .ph__tl-card--content {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.ph__tl-card--year {
  position: relative;
  margin-bottom: 20px;
}
.ph__tl-card--year::before {
  content: "";
  width: 46px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #11294B;
  margin-left: 0;
}
@media (min-width: 575px) {
  .ph__tl-card--year::before {
    margin: 0 auto;
  }
}
.ph__tl-card:nth-child(odd) {
  text-align: left;
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(odd) {
    text-align: right;
  }
}
.ph__tl-card:nth-child(odd) .ph__tl-card--content > * {
  padding-right: 30px;
  padding-left: 100px;
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(odd) .ph__tl-card--content > * {
    padding-right: 70px;
    padding-left: 0;
  }
}
.ph__tl-card:nth-child(odd) .ph__tl-card--year::before {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(odd) .ph__tl-card--year::before {
    left: unset;
  }
}
.ph__tl-card:nth-child(even) {
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.ph__tl-card:nth-child(even) .ph__tl-card--content > * {
  padding-right: 30px;
  padding-left: 100px;
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(even) .ph__tl-card--content > * {
    padding-left: 70px;
    padding-right: 0;
  }
}
.ph__tl-card:nth-child(even) .ph__tl-card--year::before {
  right: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 575px) {
  .ph__tl-card:nth-child(even) .ph__tl-card--year::before {
    left: 0;
  }
}

.tbc {
  padding: 75px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .tbc {
    padding: 125px 0;
  }
}
.tbc__subtitle {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tbc__subtitle {
    margin-bottom: 50px;
  }
}
.tbc__title {
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .tbc__title {
    font-size: 6.5rem;
    line-height: 8rem;
    padding: 0 20px;
  }
}

.hilhtsr__subtitle {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hilhtsr__subtitle {
    margin-bottom: 50px;
  }
}
.hilhtsr__title {
  font-weight: bold;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hilhtsr__title {
    margin-bottom: 15px;
  }
}
.hilhtsr__titles {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0;
  order: 2;
}
@media (min-width: 991px) {
  .hilhtsr__titles {
    width: 50%;
    flex: 0 0 50%;
    padding: 0;
    order: unset;
  }
}
@media (min-width: 1440px) {
  .hilhtsr__titles {
    display: none;
  }
}
.hilhtsr__left {
  width: 100%;
  flex: 0 0 100%;
  text-align: right;
  order: 1;
}
@media (min-width: 991px) {
  .hilhtsr__left {
    width: 50%;
    flex: 0 0 50%;
    order: unset;
  }
}
.hilhtsr__right {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  order: 3;
}
@media (min-width: 1440px) {
  .hilhtsr__right {
    flex: 0 0 50%;
    width: 50%;
    order: unset;
  }
}
.hilhtsr__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1440px) {
  .hilhtsr__wrapper {
    flex-direction: row;
  }
}
.hilhtsr__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
@media (min-width: 1440px) {
  .hilhtsr__content {
    padding-left: 70px;
  }
}
.hilhtsr__content-titles {
  display: none;
}
@media (min-width: 1440px) {
  .hilhtsr__content-titles {
    display: block;
  }
}
.hilhtsr__slider {
  position: relative;
}
.hilhtsr__slider::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: -200px;
  width: 400px;
  height: 100%;
  background: #1B7992;
}
@media (min-width: 1440px) {
  .hilhtsr__slider::before {
    display: block;
  }
}
.hilhtsr__swiper {
  overflow: hidden;
  background: #1B7992;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 380px;
  padding-bottom: 0;
}
@media (min-width: 575px) {
  .hilhtsr__swiper {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .hilhtsr__swiper {
    min-height: 490px;
  }
}
.hilhtsr__swiper-slide h3 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 1440px) {
  .hilhtsr__swiper-slide h3 {
    padding-right: 160px;
  }
}
.hilhtsr__swiper-slide > p {
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 575px) {
  .hilhtsr__swiper-slide > p {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .hilhtsr__swiper-slide > p {
    padding-right: 170px;
  }
}
.hilhtsr__swiper-pagination {
  text-align: center;
  width: 100%;
  padding: 0 12px;
  bottom: 15px !important;
}
@media (min-width: 1440px) {
  .hilhtsr__swiper-pagination {
    padding-right: 170px;
    bottom: 30px !important;
  }
}
.hilhtsr__swiper-pagination .swiper-pagination-bullet {
  background: #DBDBDB;
  width: 12px;
  height: 12px;
  margin-right: 15px !important;
  margin-left: 0 !important;
  opacity: 1;
}
@media (min-width: 768px) {
  .hilhtsr__swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
}
.hilhtsr__swiper-pagination .swiper-pagination-bullet:nth-last-child(1) {
  margin-right: 0 !important;
}
.hilhtsr__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A2A2A2;
}

.bcwbc {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
@media (min-width: 1280px) {
  .bcwbc {
    min-height: 300px;
  }
}
.bcwbc__text {
  max-width: 325px;
  margin: 0 auto 40px auto;
}
@media (min-width: 575px) {
  .bcwbc__text {
    max-width: 100%;
  }
}
.bcwbc__text p {
  margin-bottom: 5px;
}
.bcwbc__btn {
  margin: 0 auto;
  color: var(--clr);
  border: 1px solid var(--border-clr);
  background: var(--bgd-clr);
}
.bcwbc__btn > span {
  position: relative;
  top: 1px;
}
.bcwbc__btn:hover {
  color: var(--hover-clr);
  border: 1px solid var(--hover-border-clr);
  background: var(--hover-bgd-clr);
}
@media (min-width: 768px) {
  .bcwbc__btn {
    margin: 0;
  }
}
.bcwbc.bcwbc-t {
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .bcwbc.bcwbc-t {
    padding: 0;
  }
}

.tf {
  padding-top: 60px;
  padding-bottom: 10px;
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .tf {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .tf {
    padding: 85px 60px 10px 60px;
  }
}
.tf h4 {
  font-family: "Avenir", "sans-serif";
}
.tf a {
  color: #c36;
  text-decoration: none;
}
.tf ol, .tf ul {
  margin: 20px 0;
}
.tf ol li, .tf ul li {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .tf ol li, .tf ul li {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
  .tf ol li:nth-last-child(1), .tf ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.tf.ss-title {
  margin: 0 auto 40px auto;
}
@media (min-width: 575px) {
  .tf.ss-title {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media (min-width: 991px) {
  .tf.ss-title {
    margin: 0 auto 100px auto;
  }
}
.tf.forpages-tf {
  padding-bottom: 60px;
}
@media (min-width: 991px) {
  .tf.itf {
    width: 1120px;
    margin: 0 auto;
  }
}

.pttf {
  padding: 60px 0;
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .pttf {
    max-width: 100%;
  }
}
.pttf__text {
  max-width: 1120px;
  margin: 0 auto;
}
.pttf__text p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pttf__text p {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
.pttf__text ul li, .pttf__text ol li {
  font-family: "Avenir", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pttf__text ul li, .pttf__text ol li {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}

.tm {
  margin-top: 60px;
}
.tm__title {
  color: #707070;
  margin-bottom: 40px;
  text-align: center;
}
.tm__box {
  margin-bottom: 60px;
}
.tm__box-thumb {
  width: 100%;
  min-height: 420px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  filter: grayscale(1);
  transition: all 0.33s ease-in-out;
}
.tm__box-thumb:hover {
  filter: none;
}
@media (min-width: 575px) {
  .tm__box-thumb {
    min-height: 500px;
    max-height: 500px;
  }
}
.tm__link {
  text-decoration: none;
}
.tm__name {
  font-family: "Krona One", "sans-serif";
  font-size: 2.4rem;
  line-height: 3rem;
  color: #707070;
  margin-bottom: 5px;
}
.tm__position {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #707070;
  margin-bottom: 0;
}

.ta-sp {
  display: flex;
  flex-direction: column;
}

.tm-sp {
  padding: 80px 0;
}
@media (min-width: 1280px) {
  .tm-sp {
    padding: 150px 0;
  }
}
.tm-sp__col1 {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .tm-sp__col1 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
}
.tm-sp__col2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  .tm-sp__col2 {
    flex: 0 0 auto;
    width: 58.3333333333%;
    padding: 0 40px;
  }
}
.tm-sp__title {
  font-family: "Krona One", "sans-serif";
  margin-bottom: 5px;
  text-align: center;
}
@media (min-width: 768px) {
  .tm-sp__title {
    text-align: left;
  }
}
.tm-sp__position {
  font-family: "Avenir", "sans-serif";
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .tm-sp__position {
    text-align: left;
  }
}
.tm-sp__bio {
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tm-sp__bio {
    max-width: 100%;
  }
}
.tm-sp__image-thumb {
  min-width: 340px;
  max-width: 340px;
  min-height: 340px;
  max-height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 575px) {
  .tm-sp__image-thumb {
    min-width: 500px;
    max-width: 500px;
    min-height: 500px;
    max-height: 500px;
  }
}

.c4wid {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .c4wid {
    padding: 80px 0;
  }
}
.c4wid .col {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.c4wid .col:nth-child(1) {
  margin-bottom: 0;
}
@media (min-width: 575px) {
  .c4wid .col {
    flex: 1 0 50%;
    align-items: unset;
  }
}
@media (min-width: 768px) {
  .c4wid .col {
    flex: 1 0 0;
  }
}
.c4wid__icon {
  min-height: 100px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .c4wid__icon {
    min-height: 100px;
  }
}
.c4wid__box {
  max-width: 260px;
}
.c4wid__btn {
  margin-top: 60px;
  color: var(--clr);
  border: 1px solid var(--border-clr);
  background: var(--bgd-clr);
}
.c4wid__btn > span {
  position: relative;
  top: 2px;
}
.c4wid__btn:hover {
  color: var(--hover-clr);
  border: 1px solid var(--hover-border-clr);
  background: var(--hover-bgd-clr);
}
@media (min-width: 1280px) {
  .c4wid__btn {
    margin-top: 100px;
  }
}

.c2widl {
  padding-top: 20px;
}
.c2widl__box {
  max-width: 325px;
  margin: 0 auto 60px auto;
}
@media (min-width: 575px) {
  .c2widl__box {
    max-width: 625px;
    margin: 0 auto 120px auto;
  }
}
.c2widl__icon {
  margin-bottom: 20px;
  min-height: 90px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.c2widl__title {
  font-family: "Krona One", "sans-serif";
}

.hchi {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}
@media (min-width: 991px) {
  .hchi {
    min-height: 650px;
  }
}
.hchi.hirhcl .hchi__image {
  left: unset;
  right: 0;
}
.hchi__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: none;
}
@media (min-width: 991px) {
  .hchi__image {
    display: block;
  }
}
.hchi__image-mob {
  display: block;
}
@media (min-width: 991px) {
  .hchi__image-mob {
    display: none;
  }
}
.hchi__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 325px;
  margin: 0 auto;
  padding: 40px 6px;
}
@media (min-width: 575px) {
  .hchi__content {
    max-width: 710px;
    padding: 70px 40px;
    margin-left: auto !important;
  }
}
.hchi__content h3 {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .hchi__content h3 {
    text-align: left;
  }
}
.hchi__content p {
  margin-bottom: 15px;
}
.hchi__content p:nth-child(1) {
  margin-bottom: 40px;
}

.thbwitb__box {
  flex-direction: column;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .thbwitb__box {
    min-height: 500px;
  }
}
.thbwitb__icon {
  margin-bottom: 30px;
  max-width: 125px;
}
.thbwitb__icon > img {
  min-width: 125px;
}
.thbwitb__title {
  max-width: 550px;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  .thbwitb__title {
    margin: 0 auto 70px auto;
  }
}
.thbwitb__btn {
  margin: 0 auto;
  color: var(--clr);
  border: 1px solid var(--border-clr);
  background: var(--bgd-clr);
}
.thbwitb__btn > span {
  position: relative;
  top: 1px;
}
.thbwitb__btn:hover {
  color: var(--hover-clr);
  border: 1px solid var(--hover-border-clr);
  background: var(--hover-bgd-clr);
}
@media (min-width: 768px) {
  .thbwitb__btn {
    margin: 0;
  }
}

.contact-us__text {
  margin: 80px 0;
}
.contact-us__form {
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .contact-us__form {
    max-width: 1000px;
  }
}
.contact-us__form label,
.contact-us__form legend {
  color: #707070;
  font-size: 2.4rem !important;
  font-family: "Avenir", "sans-serif";
  font-weight: 400 !important;
}
.contact-us__form input {
  min-height: 70px;
  border: 1px solid #D5D5D5;
  padding-left: 15px;
}
.contact-us__form select {
  width: 100% !important;
  font-family: "Avenir", "sans-serif";
  font-size: 16px !important;
  line-height: 21px;
  color: #707070;
  padding-left: 20px !important;
}
@media (min-width: 768px) {
  .contact-us__form select {
    min-height: 70px;
    font-size: 2.4rem !important;
    line-height: 3.2rem;
  }
}
.contact-us__form textarea {
  border: 1px solid #D5D5D5;
  padding-left: 15px !important;
}
.contact-us__form .gform_fields > div {
  margin-bottom: 30px;
}
.contact-us__form .gform_button {
  width: 100%;
  min-height: 70px;
  font-family: "Avenir", "sans-serif";
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #11294B;
  color: #fff;
  padding-left: 0 !important;
  transition: all 0.33s ease-in-out;
}
.contact-us__form .gform_button:hover {
  background-color: #fff;
  color: #11294B;
}

.cs-sp__block {
  margin-top: 50px;
}
.cs-sp__titles {
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .cs-sp__titles {
    max-width: 100%;
  }
}
.cs-sp__mt {
  font-size: 24px;
  line-height: 30px;
  font-family: "Avenir", "sans-serif";
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cs-sp__mt {
    font-size: 3rem;
    line-height: 4.1rem;
    margin-bottom: 30px;
  }
}
.cs-sp__title {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cs-sp__title {
    margin-bottom: 35px;
  }
}
.cs-sp__bt {
  font-family: "Roboto", "sans-serif";
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .cs-sp__bt {
    font-size: 10rem;
    line-height: 8.5rem;
    margin-bottom: 70px;
  }
}
.cs-sp__tf {
  max-width: 325px;
  margin: 0 auto 30px auto;
}
@media (min-width: 575px) {
  .cs-sp__tf {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0 50px;
  }
  .cs-sp__tf:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.cs-sp__tf h3 {
  font-family: "Avenir", "sans-serif";
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 30px;
  font-weight: 900;
  text-align: center;
}
@media (min-width: 575px) {
  .cs-sp__tf h3 {
    text-align: left;
  }
}
.cs-sp__btf {
  text-align: center;
  max-width: 325px;
  margin: 40px auto;
}
@media (min-width: 575px) {
  .cs-sp__btf {
    max-width: 100%;
    margin: 70px 0 50px 0;
  }
}
.cs-sp__btf h3 {
  font-family: "Avenir", "sans-serif";
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin-bottom: 30px;
}
.cs-sp__tfwbc {
  padding: 50px 0;
}
.cs-sp__tfwbc-content {
  max-width: 325px;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .cs-sp__tfwbc-content {
    max-width: 100%;
  }
}
.cs-sp__tfwbc-content p {
  margin-bottom: 0;
  text-align: center;
}

.ovs {
  padding: 60px 0 20px 0;
}
@media (min-width: 768px) {
  .ovs {
    padding: 80px 0;
  }
}
.ovs__title {
  text-align: center;
  margin-bottom: 50px;
}
.ovs__desc {
  margin-bottom: 50px;
}
.ovs__swiper {
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ovs__swiper {
    max-width: 80%;
  }
}
.ovs__swiper-slide-text {
  margin: 0 auto;
  display: none;
}
.ovs__swiper-slide.swiper-slide-active .ovs__swiper-slide-text {
  display: block;
}
.ovs__swiper-slide.swiper-slide-active .ovs__swiper-icon {
  opacity: 1;
  max-width: 100%;
}
.ovs__swiper-icon {
  margin-bottom: 40px;
  opacity: 0.2;
  max-width: 60%;
}
.ovs__swiper-title {
  font-family: "Krona One", "sans-serif";
  margin-bottom: 30px;
}
.ovs__swiper-subtitle {
  font-size: 2rem;
}

.insights {
  padding-bottom: 80px;
}
.insights .video-embed__video {
  margin-bottom: 40px;
}
.insights .tf {
  padding: 0;
}
.insights .tf:nth-child(1) {
  margin-top: 60px;
  margin-bottom: 30px;
}

.video-embed__video {
  text-align: center;
  width: 100%;
}
.video-embed__video iframe {
  min-height: auto;
  width: 100%;
}
@media (min-width: 1280px) {
  .video-embed__video iframe {
    width: 1120px;
    margin: 0 auto;
    min-height: 540px;
  }
}

.page-not-found {
  margin: 200px 0 80px 0;
}
/*# sourceMappingURL=app.css.map */
