@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.logo {
  width: 6rem;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .logo {
    width: 9rem;
  }
}
@media screen and (min-width: 1270px) {
  .logo {
    width: 12rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1456px) {
  .logo {
    margin-left: 2.5rem;
  }
}

.menu {
  margin-left: 2rem;
  white-space: nowrap;
  display: none;
  position: relative;
}
.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-left: 2.2rem;
  color: #FFFFFF;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__item__link, .menu__item__expandable-link {
  text-decoration: none;
  padding: 4rem 1rem;
  border-bottom: 2px solid transparent;
}
.menu__item__link:hover, .menu__item__expandable-link:hover {
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}
.menu__item--language {
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.menu__item--language:hover .current-language--mask {
  background-color: #1668B2;
}
.menu__item--language:hover .current-language__icon--expand {
  display: none;
}
.menu__item--language:hover .current-language__icon--collapse {
  display: block;
}
.menu__item--language:hover .current-language__text {
  border-bottom: 2px solid #FFFFFF;
}
.menu__item--language:hover > .language-dropdown {
  max-height: 20rem;
}
.menu__item--language--mask {
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.menu__item--language--mask:hover {
  color: #FFFFFF;
  background-color: #1668B2;
}
.menu__item--language .current-language {
  display: inline-flex;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
.menu__item--language .current-language--mask {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  transform: none;
  padding-left: 2.5rem;
  padding-right: 2.7rem;
  top: 0;
  margin-top: 2.4rem;
  margin-bottom: 2.3rem;
}
.menu__item--language .current-language__text {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.menu__item--language .current-language__icon {
  margin-left: 1rem;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.menu__item--language .current-language__icon--mask {
  margin-bottom: 0;
}
.menu__item--language .current-language__icon--expand {
  display: block;
}
.menu__item--language .current-language__icon--collapse {
  display: none;
}
.menu__item--language .current-language:hover {
  cursor: pointer;
}
@media screen and (min-width: 1480px) {
  .menu__item--language .current-language {
    position: absolute;
    right: -10rem;
    bottom: 0;
    transform: translateY(-56%);
  }
  .menu__item--language .current-language--mask {
    transform: none;
  }
}
.menu__item--language .language-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 7rem;
  left: 0.01rem;
  background: #1668B2;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.menu__item--language .language-dropdown--site-map {
  top: 4rem;
}
.menu__item--language .language-dropdown--site-map--mask {
  top: 7.3rem;
}
.menu__item--language .language-dropdown__option {
  color: rgba(255, 255, 255, 0.5);
  padding: 1.3rem 2.5rem;
  padding-right: 5rem;
  text-decoration: none;
}
.menu__item--language .language-dropdown__option--mask {
  padding-right: 5.6rem;
  text-transform: uppercase;
}
.menu__item--language .language-dropdown__option:hover {
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 1270px) {
  .menu {
    display: flex;
  }
}

.hambuger-button {
  width: 2.667rem;
  height: 3.2rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.hambuger-button span {
  display: block;
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hambuger-button span:nth-child(1) {
  top: 0.667rem;
}
.hambuger-button span:nth-child(2), .hambuger-button span:nth-child(3) {
  top: 1.467rem;
}
.hambuger-button span:nth-child(4) {
  top: 2.267rem;
}
.hambuger-button--not-found span {
  background: #000000;
}
.hambuger-button--mobile {
  width: 2.4rem;
  height: 1.8rem;
}
.hambuger-button--mobile span {
  height: 0.2rem;
}
.hambuger-button--mobile span:nth-child(1) {
  top: 0;
}
.hambuger-button--mobile span:nth-child(2), .hambuger-button--mobile span:nth-child(3) {
  top: 0.8rem;
}
.hambuger-button--mobile span:nth-child(4) {
  top: 1.6rem;
}

.mobile-hambuger {
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1270px) {
  .mobile-hambuger {
    display: none;
  }
}

.mask-navbar .menu__item {
  color: #1668B2;
}
.mask-navbar .menu__item__link:hover {
  border-bottom: 0.2rem solid #1668B2;
}
.mask-navbar--mobile {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.navbar {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  top: 0;
  width: 100%;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
@media screen and (min-width: 992px) {
  .navbar:not(.navbar--not-found):hover {
    transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
    background-color: #1668B2;
  }
}
.navbar:not(.navbar--not-found):hover .custom-button-contact {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
@media screen and (min-width: 768px) {
  .navbar--not-found {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }
}
.navbar__container {
  width: 100%;
}
.navbar__container__hambuger {
  position: absolute;
  left: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1355px) {
  .navbar__container__hambuger {
    display: block;
  }
}
.navbar__container .main-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.3rem 0 1.6rem;
}
@media screen and (min-width: 1270px) {
  .navbar__container .main-content {
    padding: 0;
  }
}
.navbar__container .main-content--active {
  background-color: #1668B2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.navbar__container .main-content--bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__container #siteMap, .navbar__container #mobileMenu {
  display: none;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(1) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(4) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(1) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(4) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__site-map {
  position: absolute;
  width: 100%;
  max-height: 0;
  background-color: #FFFFFF;
  top: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
}
.navbar__site-map--open {
  max-height: 100rem;
}
.navbar__site-map__content {
  min-height: 30rem;
}
.navbar__site-map__content__flex {
  display: flex;
  padding-right: 3.2rem;
  justify-content: flex-end;
}
.navbar__site-map__content__flex .site-map-column {
  padding: 1rem;
}
.navbar__site-map__content__flex .site-map-column--contact {
  padding: 0;
}
.navbar__site-map__content__flex .site-map-column__heading {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 2.8rem;
}
.navbar__site-map__content__flex .site-map-column__heading--hidden {
  visibility: hidden;
  grid-area: 10;
}
.navbar__site-map__content__flex .site-map-column__detail {
  display: grid;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child {
  position: absolute;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child ul {
  position: static;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:last-child {
  margin-bottom: 0;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__expand-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__collapse-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__expand-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__collapse-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content--expand {
  max-height: 60rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item__link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item:hover {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column + .site-map-column {
  margin-left: 2.2rem;
}
.navbar__site-map__content__contact {
  margin-top: 3.4rem;
  text-align: right;
}
.navbar__site-map__content__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 4rem;
  text-decoration: none;
}
.navbar__site-map__content__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.navbar__site-map__content__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.navbar__site-map__content__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.navbar__expand-menu .detail-content {
  background-color: #FFFFFF;
  display: flex;
  width: 100%;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
}
.navbar__expand-menu .detail-content--active {
  max-height: 90rem;
  z-index: 0;
}
.navbar__expand-menu .detail-content__section {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3.6rem;
}
.navbar__expand-menu .detail-content__child-option {
  color: #979797;
}
.navbar__expand-menu .detail-content__child-option .parent-option-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 2.8rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option {
  grid-column: 1/span 1;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 1rem 0;
  padding-right: 3.6rem;
  border-right: 1px solid #E5E5E5;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__link {
  text-decoration: none;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title i {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover + .grand-child-option {
  opacity: 1;
  z-index: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option {
  position: relative;
  grid-column: 2/span 1;
  grid-row: 1/-1;
  padding-left: 3.6rem;
  height: 100%;
  opacity: 0;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option:hover {
  z-index: 1;
  opacity: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option .child-option {
  border-right: none;
}
.navbar__mobile-menu {
  position: absolute;
  width: 100%;
  top: 0;
  max-height: 0;
  background-color: #FFFFFF;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.navbar__mobile-menu--open {
  max-height: 100rem;
}
.navbar__mobile-menu .mobile-menu__option {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option:last-child {
  border-bottom: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option__link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  width: 100%;
}
.navbar__mobile-menu .mobile-menu__option__link--child {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  padding-left: 3rem;
}
.navbar__mobile-menu .mobile-menu__option__link--child:last-child {
  margin-bottom: 1.5rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child {
  font-size: 1.3rem;
  line-height: 2.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  font-weight: 500;
  text-transform: capitalize;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child:first-child {
  margin-top: 1rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child .grand-child-icon {
  font-size: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable {
  padding-top: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  font-size: 2.5rem;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active {
  padding-bottom: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option {
  padding-left: 15px;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option .current-language__text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms, background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
  padding-bottom: 0;
  background-color: transparent;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area--expand {
  max-height: 50rem;
  background-color: #F2F2F2;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child {
  display: flex;
  align-items: center;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  font-size: 2.1rem;
  margin-left: 1.2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child--expand {
  max-height: 50rem;
}

.main-content .menu-container .menu .menu__item {
  position: relative;
  margin: 0 16px;
}
.main-content .menu-container .menu .menu__item .menu__item__link {
  border-bottom: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  line-height: 2.1rem;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  padding: 15px 16px;
  background-color: #ffffff;
  color: #1668B2;
  border-radius: 6px;
}
.main-content .menu-container .menu .menu__item .menu__item__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  opacity: 1;
  transition: all ease 0.4s;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover {
  opacity: 0.8;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover::before {
  width: 0;
  background-color: transparent;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover {
  border-bottom: none;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.main-content .menu-container .menu .menu__item:hover .sub-menu {
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.main-content .menu-container .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  height: 100%;
  z-index: -1;
  transform: translateY(15px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .sub-menu .child-menu {
  position: static;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 13px 24px 18px;
}
.main-content .menu-container .menu .sub-menu .child-menu li a {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.main-content .menu-container .menu .sub-menu .child-menu li a:hover {
  border-bottom: 1px solid #000000;
}

.bottom-shadow .menu__item__link#contact-us-option, .bottom-shadow .menu__item__expandable-link#contact-us-option {
  background-color: #1668B2;
  color: #FFFFFF;
  padding: 15px 16px;
  border-radius: 6px;
  opacity: 1;
  transition: all ease 0.4s;
}
.bottom-shadow .menu__item__link#contact-us-option:hover, .bottom-shadow .menu__item__expandable-link#contact-us-option:hover {
  opacity: 0.9;
}
.bottom-shadow .menu__item--language .current-language {
  color: #1668B2;
}

.navbar__site-map__content .option-child ul .site-map-item {
  margin-bottom: 0;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link:hover {
  border-bottom: 1px solid #000000;
}

.navbar-fixed {
  position: fixed;
  background-color: #1668B2;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}

.top-bar {
  z-index: 999;
  position: relative;
}
.top-bar .container {
  background-color: #ffffff;
}
.top-bar h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-bar h1 {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-bar h1 {
    height: 20px;
    line-height: 20px;
    font-size: 8px;
  }
}

@media (max-width: 575px) {
  .footer.container {
    padding-bottom: 135px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 3.4rem;
  grid-column-gap: 1rem;
  padding-bottom: 2.3rem;
}
.footer__grid .footer-column {
  position: relative;
  padding-bottom: 3rem;
}
.footer__grid .footer-column__logo img {
  max-width: 12rem;
}
.footer__grid .footer-item a {
  text-decoration: none;
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__grid .footer-item a:hover {
  color: #000000;
}
.footer__grid .footer-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.footer__grid .footer-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.footer__grid .footer-item .item-expandable--active {
  color: #000000;
}
.footer__grid .footer-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.footer__grid .footer-item .expanded-content--expand {
  max-height: 60rem;
}
.footer__grid .footer-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.footer__grid .footer-item .expanded-content__item__link {
  text-decoration: none;
}
.footer__grid .footer-item .expanded-content__item:hover {
  color: #000000;
}
.footer__grid .footer-item__head a, .footer__grid .footer-item__foot a {
  color: #000000;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.footer__grid .footer-item__foot a {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.footer__contact {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footer__contact .copyright {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 1.7rem;
}
.footer__contact .links {
  list-style: none;
  display: flex;
  margin: 1rem 0 0 0;
}
.footer__contact .links li {
  margin: 0 3rem 0.5rem 0;
}
.footer__contact .links li a {
  color: #979797;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer__contact .links li a:hover {
  color: #000000;
}
.footer__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.footer__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.footer__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.footer__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.footer__contact .social-network-contact + .social-network-contact {
  margin-left: 1rem;
}
.footer__pmark--claim {
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer__pmark--claim-title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 10px;
}
.footer__pmark--claim-content {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__pmark--claim-download {
  font-size: 14px;
  color: #1668B2;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 3.9rem;
  }
  .footer__grid {
    padding-bottom: 6rem;
  }
  .footer__contact {
    margin-top: 3.4rem;
    flex-direction: row;
  }
  .footer__contact .copyright {
    font-size: 1.8rem;
    line-height: 2.1rem;
    text-align: left;
    margin-bottom: 0;
  }
  .footer__contact .social-network-contact + .social-network-contact {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .footer .button {
    padding: 1.1rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .button {
    padding: 1.1rem 3.4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer__grid {
    display: none;
  }
  .footer .footer__contact .copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer__contact .links {
    flex-wrap: wrap;
    margin: 0 0 0.8rem 0;
  }
  .footer .footer__contact .links li {
    width: 50%;
    margin: 0 0 1.6rem 0;
    padding: 0 10px;
  }
  .footer .footer__contact .links li a {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
  }
}

.footer__top-mobile {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.footer__top-child {
  width: 50%;
}
.footer__top-item {
  margin: 0 0 3.6rem 0;
}
.footer__top-item:last-child {
  margin-bottom: 4.8rem;
}
.footer__top-logo img {
  height: 5.2rem;
}
.footer__top-btn-contact {
  font-size: 1.7rem !important;
  line-height: 1.7rem !important;
  display: block;
  padding: 1.5rem 1rem !important;
  text-align: center;
  margin-bottom: 4rem;
}
.footer__top-link {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.8rem;
  color: #979797;
  text-decoration: none;
  display: block;
}
.footer__top-link.bold {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 992px) {
  .footer__top-mobile {
    display: flex;
  }
}

.footer__top-mobile .menu__item__link, .footer__grid .menu__item__link {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}

.footer__top-mobile .menu__item__link {
  margin-bottom: 40px;
}

.footer__grid .menu__item__link {
  left: 0;
  bottom: 0;
  position: absolute;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}
.footer__grid .footer-item__foot a {
  right: 0;
  text-align: right;
}
.footer__grid .footer-column:last-child .footer-column__detail {
  text-align: right;
}
.footer__grid .footer-column:nth-child(2) .footer-item:last-child a {
  right: -85px;
}
.footer__grid .footer-column:nth-child(3) .footer-item:last-child a {
  right: -80px;
}

.page-banner-slider {
  width: 100%;
}
@media (min-width: 768px) {
  .page-banner-slider {
    height: 47rem;
  }
}
@media (max-width: 767px) {
  .page-banner-slider {
    height: 43rem;
  }
}
.page-banner-slider--blog {
  height: 25rem;
}
@media screen and (min-width: 576px) {
  .page-banner-slider {
    height: 51rem;
  }
  .page-banner-slider--blog {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider {
    height: 55rem;
  }
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider {
    height: 74rem;
  }
}

.page-banner-slider-pagination.swiper-pagination-bullets {
  bottom: 30.6rem;
  left: 50%;
  transform: translateX(-96%) rotate(90deg);
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 0.1rem solid #FFFFFF;
  background-color: transparent;
  margin: 0 0.6rem;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 32.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.9rem;
    width: 0.9rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 38.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 1rem;
  }
}

.slider {
  position: relative;
}

.slides__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: center;
  align-items: flex-end;
  display: flex;
}
.slides__item .title {
  font-weight: bold;
  margin: 0 auto 1rem;
  margin-bottom: 9rem;
}
.slides__item .title__main {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.slides__item .title__sub {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.slides__item .subtitle {
  font-weight: bold;
  max-width: 100%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0 auto 0.8rem;
}
.slides__item .action-container {
  display: flex;
  justify-content: center;
}
.slides__item .action-container .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 16rem;
  height: 4.8rem;
}
@media screen and (min-width: 576px) {
  .slides__item .title {
    margin-bottom: 3.6rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3rem;
  }
  .slides__item .title__sub {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .slides__item .title {
    margin-bottom: 1.3rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3.9rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 3rem;
    line-height: 3.9rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 1.4rem;
    width: 80%;
  }
  .slides__item .action-container {
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1.6rem;
  }
  .slides__item .action-container .button {
    font-size: 1.4rem;
    line-height: 1.7rem;
    width: 12.3rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slides__item .title {
    margin-bottom: 4rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .title__sub {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .subtitle {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.9rem;
  }
  .slides__item .action-container .button {
    font-size: 1.7rem;
    line-height: 1.7rem;
    width: 16.35rem;
    height: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .slides__item .title {
    margin-bottom: 5.6rem;
  }
  .slides__item .title__main {
    font-size: 6.4rem;
    line-height: 5.6rem;
    margin-bottom: 1rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .slides__item .subtitle {
    font-size: 4.8rem;
    line-height: 7.1rem;
    margin: 0 0 1.6rem;
    width: 80%;
  }
  .slides__item .action-container .button {
    font-size: 2.4rem;
    line-height: 2.4rem;
    width: 23rem;
    height: 6.4rem;
  }
}

.banner {
  height: 25rem;
}
.banner__item {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.banner__item--center {
  justify-content: center;
}
.banner__item--image-top {
  background-position: top;
}
.banner .slogan {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.banner .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;
  max-width: 70%;
  text-transform: uppercase;
  margin-top: 3rem;
}
.banner .title--center {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  margin: auto;
}
.banner .subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 70%;
  margin-top: 1.2rem;
}
.banner .subtitle--uppercase {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 40rem;
  }
  .banner .slogan {
    font-size: 6.4rem;
    line-height: 9.5rem;
  }
  .banner .title {
    font-size: 3.6rem !important;
    line-height: 3rem;
    max-width: 91.5rem;
    margin-top: 6rem;
  }
  .banner .title--center {
    max-width: 87rem;
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
  .banner .subtitle {
    font-size: 1.6rem !important;
    line-height: 3rem;
    max-width: 78.9rem;
    margin-top: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .banner .subtitle--uppercase {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    height: 55rem;
  }
}

#pagination {
  font-size: 1.3rem;
  line-height: 2rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4rem;
}
#pagination .page {
  text-decoration: none;
  padding: 0.5rem 1.2rem;
}
#pagination .page:hover {
  color: #1668B2;
  cursor: pointer;
}
#pagination .page--chevron {
  color: #979797;
}
#pagination .page--chevron--left {
  padding: 0.6rem 1.2rem 0 0;
}
#pagination .page--chevron--right {
  padding: 0.6rem 0 0 1.2rem;
}
#pagination .page--active {
  background-color: #1668B2;
  color: #FFFFFF;
  border-radius: 0.6rem;
}
#pagination .page--active:hover {
  color: #FFFFFF;
}
#pagination .page--etc {
  letter-spacing: 0.5rem;
}
#pagination .page--etc:hover {
  color: #000000;
}
@media screen and (min-width: 768px) {
  #pagination {
    display: flex;
  }
}

.newsletter__container {
  display: flex;
  flex-wrap: wrap;
}
.newsletter__input {
  max-width: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.3rem 2rem;
  color: #979797;
  margin-right: 0;
  border-radius: 0.6rem;
  border: none;
  margin-bottom: 1.8rem;
}
.newsletter .button {
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 576px) {
  .newsletter__input {
    max-width: 47rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  color: #000000;
  margin: 0 auto;
  background-color: #FFFFFF;
}
body * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-text-size-adjust: inherit;
     -moz-text-size-adjust: inherit;
          text-size-adjust: inherit;
}
body a, body span, body i, body b, body u {
  display: inline-block;
  color: inherit;
}
body > main {
  position: relative;
  z-index: 0;
  margin-top: -6rem;
}
@media screen and (min-width: 576px) {
  body > main {
    margin-top: -10rem;
  }
}

.container {
  max-width: 120rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container--navbar {
  max-width: 131rem;
}
.container--full-width {
  width: 100%;
}
.container--flex {
  display: flex;
  align-items: center;
}
.container--flex--space-between {
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .grid--c55-45 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c45-55 {
    grid-template-columns: 45% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c60-40 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 992px) {
  .grid--c60-40 {
    grid-template-columns: 57.4% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c40-60 {
    grid-template-columns: auto 55%;
  }
}
@media screen and (min-width: 992px) {
  .grid--c40-60 {
    grid-template-columns: auto 57.4%;
  }
}
@media screen and (min-width: 768px) {
  .grid--c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid--c2-keep {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid--c3-keep {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--c4 {
  grid-template-columns: minmax(0, 1fr);
}
.grid--c4--xs-c2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .grid--c5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

.button {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.button--big {
  padding: 1.4rem 3.4rem;
}
.button--primary {
  background-color: #1668B2;
  color: #FFFFFF;
}
.button--primary-reverse {
  background-color: #FFFFFF;
  color: #1668B2;
}
.button--secondary {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
.button--secondary--bg-transparent {
  background-color: transparent;
}
.button--secondary--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button:hover {
  opacity: 0.6;
}
.button--disable {
  background-color: #F7F9FC;
  color: #B0BDC8;
  border-color: #DFE5EA;
  cursor: not-allowed;
}
.button--disable:hover {
  opacity: 1;
}
.button--full-width {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .button {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.1rem 3.4rem;
  }
}

.section-heading {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05rem;
}
.section-heading--black {
  color: #000000;
}
.section-heading--white {
  color: #FFFFFF;
}
.section-heading--blue {
  color: #1668B2;
}
.section-heading--center {
  text-align: center;
}
.section-heading--bold {
  font-weight: bold;
}
.section-heading--pd-left {
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .section-heading {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    letter-spacing: 0.05rem;
    margin-bottom: 3.6rem;
  }
}

.section-description {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2.4rem;
  white-space: pre-wrap;
}
.section-description--center {
  text-align: center;
}
.section-description--center p {
  text-align: center;
}
.section-description--rich-text {
  white-space: unset;
}
.section-description--rich-text h1 {
  font-size: 3rem;
  line-height: 8.1rem;
}
.section-description--rich-text h2 {
  font-size: 2.4rem;
  line-height: 7rem;
}
.section-description--rich-text h3 {
  font-size: 1.8rem;
  line-height: 4.8rem;
}
.section-description--rich-text h4 {
  font-size: 1.7rem;
  line-height: 3.7rem;
}
.section-description--rich-text h5 {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.section-description--rich-text h6 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.section-description--rich-text em {
  font-style: italic;
}
.section-description--rich-text strong {
  font-weight: bold;
}
.section-description--rich-text a {
  text-decoration: none;
  color: #1668B2;
}
.section-description--rich-text a:hover {
  text-decoration: underline;
}
.section-description--rich-text p {
  min-height: 2.1rem;
}
.section-description--rich-text ul li {
  display: flex;
  align-items: flex-start;
}
.section-description--rich-text ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ul ul {
  margin-left: 1.5rem;
}
.section-description--rich-text ul ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ol {
  list-style: decimal;
  list-style-position: inside;
}
.section-description--rich-text ol li div {
  display: inline-block;
}
.section-description--rich-text img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
.section-description--rich-text .right {
  text-align: right;
}
.section-description--rich-text .center {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .section-description {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 1.9rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .section-description {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 3.6rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 3.5rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}

.breadcrumb {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: rgba(151, 151, 151, 0.4);
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}
.breadcrumb i {
  font-size: 1.5rem;
}
.breadcrumb .link {
  text-decoration: none;
  max-width: 25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: flex-start;
  color: #979797;
  margin: 0 0.8rem;
}
.breadcrumb .link--active {
  color: #1668B2 !important;
  display: inline-block;
}
.breadcrumb .link--normal {
  text-transform: none;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 8rem;
  }
}

.ad {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 39rem;
  display: flex;
  align-items: center;
}
.ad .ad-container {
  text-align: center;
}
.ad__title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.ad__title--max-width {
  max-width: 42.5rem;
}
.ad__title--light-blue {
  color: #0CD4EF;
}
.ad__content {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.ad--full-width {
  padding: 0;
}
.ad--full-width .ad-container {
  width: 100%;
}
.ad .button {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.1rem 3.5rem;
}
.ad .button i {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .ad {
    height: 27.7rem;
  }
  .ad .ad-container {
    text-align: left;
  }
  .ad__title {
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 1.7rem;
  }
  .ad__content {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .ad {
    height: 39rem;
  }
  .ad__title {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-bottom: 2.4rem;
  }
  .ad__content {
    font-size: 2.1rem;
  }
}

.material-icons--blue {
  color: #1668B2;
}

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

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

.font-weight-500 {
  font-weight: 500;
}

@-webkit-keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
p:empty {
  min-height: 2.4rem;
}

.position-relative {
  position: relative;
}

.scroll-to-top-container {
  position: fixed;
  right: 0.5rem;
  bottom: 17.5rem;
  text-align: center;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
.scroll-to-top-container--visible {
  opacity: 1;
}
.scroll-to-top-container .scroll-to-top-button {
  padding: 0;
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.25);
}
.scroll-to-top-container .scroll-to-top-button .material-icons {
  pointer-events: none;
}
.scroll-to-top-container .scroll-to-top-button:hover {
  opacity: 1;
}
.scroll-to-top-container .scroll-to-top-text {
  display: none;
}
@media screen and (min-width: 576px) {
  .scroll-to-top-container {
    bottom: 38rem;
    right: 0;
    transform: translateX(-50%);
  }
  .scroll-to-top-container .scroll-to-top-button {
    border-radius: 50%;
    width: 5.1rem;
    height: 5.1rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
  }
  .scroll-to-top-container .scroll-to-top-button .material-icons {
    font-size: 3rem;
  }
  .scroll-to-top-container .scroll-to-top-button:hover {
    opacity: 0.6;
  }
  .scroll-to-top-container .scroll-to-top-text {
    display: block;
    line-height: 2.1rem;
  }
}

.desktop-popup-contact__content {
  position: fixed;
  right: 0.5rem;
  bottom: 3rem;
  text-align: center;
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  min-width: 20.4rem;
  max-width: 20.4rem;
  min-height: 28.8rem;
  padding: 2.4rem 1.6rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 1.2rem;
  flex-direction: column;
  grid-gap: 2.4rem;
  gap: 2.4rem;
  display: none;
}
.desktop-popup-contact__content--visible {
  opacity: 1;
}
.desktop-popup-contact__content a {
  text-decoration: none;
}
.desktop-popup-contact__content .button-popup {
  width: 100%;
  padding: 1.1rem 1.2rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.desktop-popup-contact__content .button-popup__primary {
  color: #fff;
  background-color: #2574DB;
  border-radius: 8px;
}
.desktop-popup-contact__content .popup_icon {
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  margin-right: 1.3rem;
}
.desktop-popup-contact__content .desktop-popup_image {
  display: flex;
}
.desktop-popup-contact__content .desktop-popup_image--person, .desktop-popup-contact__content .desktop-popup_image--logo {
  width: 100%;
  height: 6rem;
  background-repeat: no-repeat;
}
.desktop-popup-contact__content .desktop-popup_mail, .desktop-popup-contact__content .desktop-popup_download, .desktop-popup-contact__content .desktop-popup_phone {
  width: 100%;
}
.desktop-popup-contact__content .desktop-popup_phone .button-popup {
  padding: 0 1.2rem;
}
@media screen and (min-width: 576px) {
  .desktop-popup-contact__content {
    display: flex;
  }
}

.mobile-popup-contact {
  opacity: 0;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 300ms;
}
.mobile-popup-contact--visible {
  opacity: 1;
}
.mobile-popup-contact__icon {
  width: 5.6rem;
  height: 5.6rem;
  background-repeat: no-repeat;
  position: fixed;
  right: 0.5rem;
  bottom: 10rem;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .mobile-popup-contact__icon {
    display: none;
  }
}
.mobile-popup-contact__content {
  width: 97%;
  height: 11.8rem;
  background-repeat: no-repeat;
  position: fixed;
  right: 0.5rem;
  bottom: 0;
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 16px 12px;
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-popup-contact__content--visible {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-popup-contact__content .mobile-popup__button {
  width: 100%;
}
.mobile-popup-contact__content .mobile-popup__button .button {
  background-color: #2574DB;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  .mobile-popup-contact__content {
    display: none;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.logo {
  width: 6rem;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .logo {
    width: 9rem;
  }
}
@media screen and (min-width: 1270px) {
  .logo {
    width: 12rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1456px) {
  .logo {
    margin-left: 2.5rem;
  }
}

.menu {
  margin-left: 2rem;
  white-space: nowrap;
  display: none;
  position: relative;
}
.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-left: 2.2rem;
  color: #FFFFFF;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__item__link, .menu__item__expandable-link {
  text-decoration: none;
  padding: 4rem 1rem;
  border-bottom: 2px solid transparent;
}
.menu__item__link:hover, .menu__item__expandable-link:hover {
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}
.menu__item--language {
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.menu__item--language:hover .current-language--mask {
  background-color: #1668B2;
}
.menu__item--language:hover .current-language__icon--expand {
  display: none;
}
.menu__item--language:hover .current-language__icon--collapse {
  display: block;
}
.menu__item--language:hover .current-language__text {
  border-bottom: 2px solid #FFFFFF;
}
.menu__item--language:hover > .language-dropdown {
  max-height: 20rem;
}
.menu__item--language--mask {
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.menu__item--language--mask:hover {
  color: #FFFFFF;
  background-color: #1668B2;
}
.menu__item--language .current-language {
  display: inline-flex;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
.menu__item--language .current-language--mask {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  transform: none;
  padding-left: 2.5rem;
  padding-right: 2.7rem;
  top: 0;
  margin-top: 2.4rem;
  margin-bottom: 2.3rem;
}
.menu__item--language .current-language__text {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.menu__item--language .current-language__icon {
  margin-left: 1rem;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.menu__item--language .current-language__icon--mask {
  margin-bottom: 0;
}
.menu__item--language .current-language__icon--expand {
  display: block;
}
.menu__item--language .current-language__icon--collapse {
  display: none;
}
.menu__item--language .current-language:hover {
  cursor: pointer;
}
@media screen and (min-width: 1480px) {
  .menu__item--language .current-language {
    position: absolute;
    right: -10rem;
    bottom: 0;
    transform: translateY(-56%);
  }
  .menu__item--language .current-language--mask {
    transform: none;
  }
}
.menu__item--language .language-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 7rem;
  left: 0.01rem;
  background: #1668B2;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.menu__item--language .language-dropdown--site-map {
  top: 4rem;
}
.menu__item--language .language-dropdown--site-map--mask {
  top: 7.3rem;
}
.menu__item--language .language-dropdown__option {
  color: rgba(255, 255, 255, 0.5);
  padding: 1.3rem 2.5rem;
  padding-right: 5rem;
  text-decoration: none;
}
.menu__item--language .language-dropdown__option--mask {
  padding-right: 5.6rem;
  text-transform: uppercase;
}
.menu__item--language .language-dropdown__option:hover {
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 1270px) {
  .menu {
    display: flex;
  }
}

.hambuger-button {
  width: 2.667rem;
  height: 3.2rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.hambuger-button span {
  display: block;
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hambuger-button span:nth-child(1) {
  top: 0.667rem;
}
.hambuger-button span:nth-child(2), .hambuger-button span:nth-child(3) {
  top: 1.467rem;
}
.hambuger-button span:nth-child(4) {
  top: 2.267rem;
}
.hambuger-button--not-found span {
  background: #000000;
}
.hambuger-button--mobile {
  width: 2.4rem;
  height: 1.8rem;
}
.hambuger-button--mobile span {
  height: 0.2rem;
}
.hambuger-button--mobile span:nth-child(1) {
  top: 0;
}
.hambuger-button--mobile span:nth-child(2), .hambuger-button--mobile span:nth-child(3) {
  top: 0.8rem;
}
.hambuger-button--mobile span:nth-child(4) {
  top: 1.6rem;
}

.mobile-hambuger {
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1270px) {
  .mobile-hambuger {
    display: none;
  }
}

.mask-navbar .menu__item {
  color: #1668B2;
}
.mask-navbar .menu__item__link:hover {
  border-bottom: 0.2rem solid #1668B2;
}
.mask-navbar--mobile {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.navbar {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  top: 0;
  width: 100%;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
@media screen and (min-width: 992px) {
  .navbar:not(.navbar--not-found):hover {
    transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
    background-color: #1668B2;
  }
}
.navbar:not(.navbar--not-found):hover .custom-button-contact {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
@media screen and (min-width: 768px) {
  .navbar--not-found {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }
}
.navbar__container {
  width: 100%;
}
.navbar__container__hambuger {
  position: absolute;
  left: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1355px) {
  .navbar__container__hambuger {
    display: block;
  }
}
.navbar__container .main-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.3rem 0 1.6rem;
}
@media screen and (min-width: 1270px) {
  .navbar__container .main-content {
    padding: 0;
  }
}
.navbar__container .main-content--active {
  background-color: #1668B2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.navbar__container .main-content--bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__container #siteMap, .navbar__container #mobileMenu {
  display: none;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(1) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(4) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(1) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(4) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__site-map {
  position: absolute;
  width: 100%;
  max-height: 0;
  background-color: #FFFFFF;
  top: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
}
.navbar__site-map--open {
  max-height: 100rem;
}
.navbar__site-map__content {
  min-height: 30rem;
}
.navbar__site-map__content__flex {
  display: flex;
  padding-right: 3.2rem;
  justify-content: flex-end;
}
.navbar__site-map__content__flex .site-map-column {
  padding: 1rem;
}
.navbar__site-map__content__flex .site-map-column--contact {
  padding: 0;
}
.navbar__site-map__content__flex .site-map-column__heading {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 2.8rem;
}
.navbar__site-map__content__flex .site-map-column__heading--hidden {
  visibility: hidden;
  grid-area: 10;
}
.navbar__site-map__content__flex .site-map-column__detail {
  display: grid;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child {
  position: absolute;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child ul {
  position: static;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:last-child {
  margin-bottom: 0;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__expand-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__collapse-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__expand-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__collapse-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content--expand {
  max-height: 60rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item__link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item:hover {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column + .site-map-column {
  margin-left: 2.2rem;
}
.navbar__site-map__content__contact {
  margin-top: 3.4rem;
  text-align: right;
}
.navbar__site-map__content__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 4rem;
  text-decoration: none;
}
.navbar__site-map__content__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.navbar__site-map__content__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.navbar__site-map__content__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.navbar__expand-menu .detail-content {
  background-color: #FFFFFF;
  display: flex;
  width: 100%;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
}
.navbar__expand-menu .detail-content--active {
  max-height: 90rem;
  z-index: 0;
}
.navbar__expand-menu .detail-content__section {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3.6rem;
}
.navbar__expand-menu .detail-content__child-option {
  color: #979797;
}
.navbar__expand-menu .detail-content__child-option .parent-option-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 2.8rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option {
  grid-column: 1/span 1;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 1rem 0;
  padding-right: 3.6rem;
  border-right: 1px solid #E5E5E5;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__link {
  text-decoration: none;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title i {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover + .grand-child-option {
  opacity: 1;
  z-index: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option {
  position: relative;
  grid-column: 2/span 1;
  grid-row: 1/-1;
  padding-left: 3.6rem;
  height: 100%;
  opacity: 0;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option:hover {
  z-index: 1;
  opacity: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option .child-option {
  border-right: none;
}
.navbar__mobile-menu {
  position: absolute;
  width: 100%;
  top: 0;
  max-height: 0;
  background-color: #FFFFFF;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.navbar__mobile-menu--open {
  max-height: 100rem;
}
.navbar__mobile-menu .mobile-menu__option {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option:last-child {
  border-bottom: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option__link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  width: 100%;
}
.navbar__mobile-menu .mobile-menu__option__link--child {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  padding-left: 3rem;
}
.navbar__mobile-menu .mobile-menu__option__link--child:last-child {
  margin-bottom: 1.5rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child {
  font-size: 1.3rem;
  line-height: 2.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  font-weight: 500;
  text-transform: capitalize;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child:first-child {
  margin-top: 1rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child .grand-child-icon {
  font-size: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable {
  padding-top: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  font-size: 2.5rem;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active {
  padding-bottom: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option {
  padding-left: 15px;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option .current-language__text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms, background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
  padding-bottom: 0;
  background-color: transparent;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area--expand {
  max-height: 50rem;
  background-color: #F2F2F2;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child {
  display: flex;
  align-items: center;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  font-size: 2.1rem;
  margin-left: 1.2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child--expand {
  max-height: 50rem;
}

.main-content .menu-container .menu .menu__item {
  position: relative;
  margin: 0 16px;
}
.main-content .menu-container .menu .menu__item .menu__item__link {
  border-bottom: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  line-height: 2.1rem;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  padding: 15px 16px;
  background-color: #ffffff;
  color: #1668B2;
  border-radius: 6px;
}
.main-content .menu-container .menu .menu__item .menu__item__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  opacity: 1;
  transition: all ease 0.4s;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover {
  opacity: 0.8;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover::before {
  width: 0;
  background-color: transparent;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover {
  border-bottom: none;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.main-content .menu-container .menu .menu__item:hover .sub-menu {
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.main-content .menu-container .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  height: 100%;
  z-index: -1;
  transform: translateY(15px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .sub-menu .child-menu {
  position: static;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 13px 24px 18px;
}
.main-content .menu-container .menu .sub-menu .child-menu li a {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.main-content .menu-container .menu .sub-menu .child-menu li a:hover {
  border-bottom: 1px solid #000000;
}

.bottom-shadow .menu__item__link#contact-us-option, .bottom-shadow .menu__item__expandable-link#contact-us-option {
  background-color: #1668B2;
  color: #FFFFFF;
  padding: 15px 16px;
  border-radius: 6px;
  opacity: 1;
  transition: all ease 0.4s;
}
.bottom-shadow .menu__item__link#contact-us-option:hover, .bottom-shadow .menu__item__expandable-link#contact-us-option:hover {
  opacity: 0.9;
}
.bottom-shadow .menu__item--language .current-language {
  color: #1668B2;
}

.navbar__site-map__content .option-child ul .site-map-item {
  margin-bottom: 0;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link:hover {
  border-bottom: 1px solid #000000;
}

.navbar-fixed {
  position: fixed;
  background-color: #1668B2;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}

.top-bar {
  z-index: 999;
  position: relative;
}
.top-bar .container {
  background-color: #ffffff;
}
.top-bar h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-bar h1 {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-bar h1 {
    height: 20px;
    line-height: 20px;
    font-size: 8px;
  }
}

@media (max-width: 575px) {
  .footer.container {
    padding-bottom: 135px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 3.4rem;
  grid-column-gap: 1rem;
  padding-bottom: 2.3rem;
}
.footer__grid .footer-column {
  position: relative;
  padding-bottom: 3rem;
}
.footer__grid .footer-column__logo img {
  max-width: 12rem;
}
.footer__grid .footer-item a {
  text-decoration: none;
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__grid .footer-item a:hover {
  color: #000000;
}
.footer__grid .footer-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.footer__grid .footer-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.footer__grid .footer-item .item-expandable--active {
  color: #000000;
}
.footer__grid .footer-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.footer__grid .footer-item .expanded-content--expand {
  max-height: 60rem;
}
.footer__grid .footer-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.footer__grid .footer-item .expanded-content__item__link {
  text-decoration: none;
}
.footer__grid .footer-item .expanded-content__item:hover {
  color: #000000;
}
.footer__grid .footer-item__head a, .footer__grid .footer-item__foot a {
  color: #000000;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.footer__grid .footer-item__foot a {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.footer__contact {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footer__contact .copyright {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 1.7rem;
}
.footer__contact .links {
  list-style: none;
  display: flex;
  margin: 1rem 0 0 0;
}
.footer__contact .links li {
  margin: 0 3rem 0.5rem 0;
}
.footer__contact .links li a {
  color: #979797;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer__contact .links li a:hover {
  color: #000000;
}
.footer__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.footer__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.footer__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.footer__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.footer__contact .social-network-contact + .social-network-contact {
  margin-left: 1rem;
}
.footer__pmark--claim {
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer__pmark--claim-title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 10px;
}
.footer__pmark--claim-content {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__pmark--claim-download {
  font-size: 14px;
  color: #1668B2;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 3.9rem;
  }
  .footer__grid {
    padding-bottom: 6rem;
  }
  .footer__contact {
    margin-top: 3.4rem;
    flex-direction: row;
  }
  .footer__contact .copyright {
    font-size: 1.8rem;
    line-height: 2.1rem;
    text-align: left;
    margin-bottom: 0;
  }
  .footer__contact .social-network-contact + .social-network-contact {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .footer .button {
    padding: 1.1rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .button {
    padding: 1.1rem 3.4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer__grid {
    display: none;
  }
  .footer .footer__contact .copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer__contact .links {
    flex-wrap: wrap;
    margin: 0 0 0.8rem 0;
  }
  .footer .footer__contact .links li {
    width: 50%;
    margin: 0 0 1.6rem 0;
    padding: 0 10px;
  }
  .footer .footer__contact .links li a {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
  }
}

.footer__top-mobile {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.footer__top-child {
  width: 50%;
}
.footer__top-item {
  margin: 0 0 3.6rem 0;
}
.footer__top-item:last-child {
  margin-bottom: 4.8rem;
}
.footer__top-logo img {
  height: 5.2rem;
}
.footer__top-btn-contact {
  font-size: 1.7rem !important;
  line-height: 1.7rem !important;
  display: block;
  padding: 1.5rem 1rem !important;
  text-align: center;
  margin-bottom: 4rem;
}
.footer__top-link {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.8rem;
  color: #979797;
  text-decoration: none;
  display: block;
}
.footer__top-link.bold {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 992px) {
  .footer__top-mobile {
    display: flex;
  }
}

.footer__top-mobile .menu__item__link, .footer__grid .menu__item__link {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}

.footer__top-mobile .menu__item__link {
  margin-bottom: 40px;
}

.footer__grid .menu__item__link {
  left: 0;
  bottom: 0;
  position: absolute;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}
.footer__grid .footer-item__foot a {
  right: 0;
  text-align: right;
}
.footer__grid .footer-column:last-child .footer-column__detail {
  text-align: right;
}
.footer__grid .footer-column:nth-child(2) .footer-item:last-child a {
  right: -85px;
}
.footer__grid .footer-column:nth-child(3) .footer-item:last-child a {
  right: -80px;
}

.page-banner-slider {
  width: 100%;
}
@media (min-width: 768px) {
  .page-banner-slider {
    height: 47rem;
  }
}
@media (max-width: 767px) {
  .page-banner-slider {
    height: 43rem;
  }
}
.page-banner-slider--blog {
  height: 25rem;
}
@media screen and (min-width: 576px) {
  .page-banner-slider {
    height: 51rem;
  }
  .page-banner-slider--blog {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider {
    height: 55rem;
  }
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider {
    height: 74rem;
  }
}

.page-banner-slider-pagination.swiper-pagination-bullets {
  bottom: 30.6rem;
  left: 50%;
  transform: translateX(-96%) rotate(90deg);
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 0.1rem solid #FFFFFF;
  background-color: transparent;
  margin: 0 0.6rem;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 32.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.9rem;
    width: 0.9rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 38.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 1rem;
  }
}

.slider {
  position: relative;
}

.slides__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: center;
  align-items: flex-end;
  display: flex;
}
.slides__item .title {
  font-weight: bold;
  margin: 0 auto 1rem;
  margin-bottom: 9rem;
}
.slides__item .title__main {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.slides__item .title__sub {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.slides__item .subtitle {
  font-weight: bold;
  max-width: 100%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0 auto 0.8rem;
}
.slides__item .action-container {
  display: flex;
  justify-content: center;
}
.slides__item .action-container .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 16rem;
  height: 4.8rem;
}
@media screen and (min-width: 576px) {
  .slides__item .title {
    margin-bottom: 3.6rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3rem;
  }
  .slides__item .title__sub {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .slides__item .title {
    margin-bottom: 1.3rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3.9rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 3rem;
    line-height: 3.9rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 1.4rem;
    width: 80%;
  }
  .slides__item .action-container {
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1.6rem;
  }
  .slides__item .action-container .button {
    font-size: 1.4rem;
    line-height: 1.7rem;
    width: 12.3rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slides__item .title {
    margin-bottom: 4rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .title__sub {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .subtitle {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.9rem;
  }
  .slides__item .action-container .button {
    font-size: 1.7rem;
    line-height: 1.7rem;
    width: 16.35rem;
    height: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .slides__item .title {
    margin-bottom: 5.6rem;
  }
  .slides__item .title__main {
    font-size: 6.4rem;
    line-height: 5.6rem;
    margin-bottom: 1rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .slides__item .subtitle {
    font-size: 4.8rem;
    line-height: 7.1rem;
    margin: 0 0 1.6rem;
    width: 80%;
  }
  .slides__item .action-container .button {
    font-size: 2.4rem;
    line-height: 2.4rem;
    width: 23rem;
    height: 6.4rem;
  }
}

.banner {
  height: 25rem;
}
.banner__item {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.banner__item--center {
  justify-content: center;
}
.banner__item--image-top {
  background-position: top;
}
.banner .slogan {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.banner .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;
  max-width: 70%;
  text-transform: uppercase;
  margin-top: 3rem;
}
.banner .title--center {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  margin: auto;
}
.banner .subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 70%;
  margin-top: 1.2rem;
}
.banner .subtitle--uppercase {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 40rem;
  }
  .banner .slogan {
    font-size: 6.4rem;
    line-height: 9.5rem;
  }
  .banner .title {
    font-size: 3.6rem !important;
    line-height: 3rem;
    max-width: 91.5rem;
    margin-top: 6rem;
  }
  .banner .title--center {
    max-width: 87rem;
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
  .banner .subtitle {
    font-size: 1.6rem !important;
    line-height: 3rem;
    max-width: 78.9rem;
    margin-top: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .banner .subtitle--uppercase {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    height: 55rem;
  }
}

#pagination {
  font-size: 1.3rem;
  line-height: 2rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4rem;
}
#pagination .page {
  text-decoration: none;
  padding: 0.5rem 1.2rem;
}
#pagination .page:hover {
  color: #1668B2;
  cursor: pointer;
}
#pagination .page--chevron {
  color: #979797;
}
#pagination .page--chevron--left {
  padding: 0.6rem 1.2rem 0 0;
}
#pagination .page--chevron--right {
  padding: 0.6rem 0 0 1.2rem;
}
#pagination .page--active {
  background-color: #1668B2;
  color: #FFFFFF;
  border-radius: 0.6rem;
}
#pagination .page--active:hover {
  color: #FFFFFF;
}
#pagination .page--etc {
  letter-spacing: 0.5rem;
}
#pagination .page--etc:hover {
  color: #000000;
}
@media screen and (min-width: 768px) {
  #pagination {
    display: flex;
  }
}

.newsletter__container {
  display: flex;
  flex-wrap: wrap;
}
.newsletter__input {
  max-width: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.3rem 2rem;
  color: #979797;
  margin-right: 0;
  border-radius: 0.6rem;
  border: none;
  margin-bottom: 1.8rem;
}
.newsletter .button {
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 576px) {
  .newsletter__input {
    max-width: 47rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  color: #000000;
  margin: 0 auto;
  background-color: #FFFFFF;
}
body * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-text-size-adjust: inherit;
     -moz-text-size-adjust: inherit;
          text-size-adjust: inherit;
}
body a, body span, body i, body b, body u {
  display: inline-block;
  color: inherit;
}
body > main {
  position: relative;
  z-index: 0;
  margin-top: -6rem;
}
@media screen and (min-width: 576px) {
  body > main {
    margin-top: -10rem;
  }
}

.container {
  max-width: 120rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container--navbar {
  max-width: 131rem;
}
.container--full-width {
  width: 100%;
}
.container--flex {
  display: flex;
  align-items: center;
}
.container--flex--space-between {
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .grid--c55-45 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c45-55 {
    grid-template-columns: 45% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c60-40 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 992px) {
  .grid--c60-40 {
    grid-template-columns: 57.4% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c40-60 {
    grid-template-columns: auto 55%;
  }
}
@media screen and (min-width: 992px) {
  .grid--c40-60 {
    grid-template-columns: auto 57.4%;
  }
}
@media screen and (min-width: 768px) {
  .grid--c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid--c2-keep {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid--c3-keep {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--c4 {
  grid-template-columns: minmax(0, 1fr);
}
.grid--c4--xs-c2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .grid--c5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

.button {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.button--big {
  padding: 1.4rem 3.4rem;
}
.button--primary {
  background-color: #1668B2;
  color: #FFFFFF;
}
.button--primary-reverse {
  background-color: #FFFFFF;
  color: #1668B2;
}
.button--secondary {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
.button--secondary--bg-transparent {
  background-color: transparent;
}
.button--secondary--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button:hover {
  opacity: 0.6;
}
.button--disable {
  background-color: #F7F9FC;
  color: #B0BDC8;
  border-color: #DFE5EA;
  cursor: not-allowed;
}
.button--disable:hover {
  opacity: 1;
}
.button--full-width {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .button {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.1rem 3.4rem;
  }
}

.section-heading {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05rem;
}
.section-heading--black {
  color: #000000;
}
.section-heading--white {
  color: #FFFFFF;
}
.section-heading--blue {
  color: #1668B2;
}
.section-heading--center {
  text-align: center;
}
.section-heading--bold {
  font-weight: bold;
}
.section-heading--pd-left {
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .section-heading {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    letter-spacing: 0.05rem;
    margin-bottom: 3.6rem;
  }
}

.section-description {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2.4rem;
  white-space: pre-wrap;
}
.section-description--center {
  text-align: center;
}
.section-description--center p {
  text-align: center;
}
.section-description--rich-text {
  white-space: unset;
}
.section-description--rich-text h1 {
  font-size: 3rem;
  line-height: 8.1rem;
}
.section-description--rich-text h2 {
  font-size: 2.4rem;
  line-height: 7rem;
}
.section-description--rich-text h3 {
  font-size: 1.8rem;
  line-height: 4.8rem;
}
.section-description--rich-text h4 {
  font-size: 1.7rem;
  line-height: 3.7rem;
}
.section-description--rich-text h5 {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.section-description--rich-text h6 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.section-description--rich-text em {
  font-style: italic;
}
.section-description--rich-text strong {
  font-weight: bold;
}
.section-description--rich-text a {
  text-decoration: none;
  color: #1668B2;
}
.section-description--rich-text a:hover {
  text-decoration: underline;
}
.section-description--rich-text p {
  min-height: 2.1rem;
}
.section-description--rich-text ul li {
  display: flex;
  align-items: flex-start;
}
.section-description--rich-text ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ul ul {
  margin-left: 1.5rem;
}
.section-description--rich-text ul ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ol {
  list-style: decimal;
  list-style-position: inside;
}
.section-description--rich-text ol li div {
  display: inline-block;
}
.section-description--rich-text img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
.section-description--rich-text .right {
  text-align: right;
}
.section-description--rich-text .center {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .section-description {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 1.9rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .section-description {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 3.6rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 3.5rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}

.breadcrumb {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: rgba(151, 151, 151, 0.4);
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}
.breadcrumb i {
  font-size: 1.5rem;
}
.breadcrumb .link {
  text-decoration: none;
  max-width: 25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: flex-start;
  color: #979797;
  margin: 0 0.8rem;
}
.breadcrumb .link--active {
  color: #1668B2 !important;
  display: inline-block;
}
.breadcrumb .link--normal {
  text-transform: none;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 8rem;
  }
}

.ad {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 39rem;
  display: flex;
  align-items: center;
}
.ad .ad-container {
  text-align: center;
}
.ad__title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.ad__title--max-width {
  max-width: 42.5rem;
}
.ad__title--light-blue {
  color: #0CD4EF;
}
.ad__content {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.ad--full-width {
  padding: 0;
}
.ad--full-width .ad-container {
  width: 100%;
}
.ad .button {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.1rem 3.5rem;
}
.ad .button i {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .ad {
    height: 27.7rem;
  }
  .ad .ad-container {
    text-align: left;
  }
  .ad__title {
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 1.7rem;
  }
  .ad__content {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .ad {
    height: 39rem;
  }
  .ad__title {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-bottom: 2.4rem;
  }
  .ad__content {
    font-size: 2.1rem;
  }
}

.material-icons--blue {
  color: #1668B2;
}

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

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

.font-weight-500 {
  font-weight: 500;
}

@-webkit-keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
p:empty {
  min-height: 2.4rem;
}

.position-relative {
  position: relative;
}

main {
  background: #EFF5FA;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .container.box-main-contact {
    max-width: 1440px;
  }
  .container.box-main-contact .section-left-ct {
    max-width: 539px;
  }
}

.section-title {
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.section-description {
  margin-bottom: 3.6rem;
}
.section-description p strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.75px;
}
@media (max-width: 767px) {
  .section-description p strong {
    font-size: 18px;
    line-height: 26.06px;
  }
}
@media screen and (min-width: 992px) {
  .section-description {
    margin-bottom: 4.2rem;
  }
}

.section-title h2 {
  font-size: 36px;
  line-height: 52.13px;
  font-weight: 700;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 34.75px;
    margin-bottom: 16px;
  }
}

.section--first {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 992px) {
  .section--first {
    margin-bottom: 11rem;
  }
}
.section__form {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section__form .grid {
  grid-gap: 3.6rem 0;
}
.section__form .contact-form {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .section__form .contact-form {
    margin-top: 1rem;
  }
}
.section__form .contact-form__input-container label, .section__form .contact-form__select-container label {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #979797;
  margin-bottom: 0.6rem;
  display: inline-block;
}
.section__form .contact-form__input {
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 1.3rem 1.5rem;
  border-radius: 0.4rem;
  border: 1px solid #D2D2D2;
}
.section__form .contact-form__select-container select {
  font-size: 1.5rem;
  line-height: 2.2rem;
  border-radius: 0.4rem;
  border: 1px solid #D2D2D2;
  padding: 1.3rem 1.2rem;
  width: 100%;
  background: #fff;
}
.section__form .contact-form__action {
  text-align: center;
  margin-top: 3rem;
}
.section__form .contact-form__submit {
  font-size: 1.7rem;
  line-height: 4.6rem;
  width: 17.6rem;
  text-align: center;
  padding: 0;
  font-weight: 500;
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .section__form .contact-form__submit {
    margin-bottom: 4.8rem;
  }
}
.section__form .contact-form__recaptcha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3rem;
  grid-gap: 10px;
  gap: 10px;
}
@media screen and (min-width: 576px) {
  .section__form .grid {
    grid-gap: 3rem;
  }
  .section__form .contact-form__select-container {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
@media screen and (min-width: 768px) {
  .section__form .contact-form__action {
    text-align: left;
  }
  .section__form .contact-form__submit {
    line-height: 6.2rem;
    width: 23rem;
    font-size: 2.4rem;
  }
}
.section__contact-info .contact-info {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .section__contact-info .contact-info {
    margin-top: 3.4rem;
  }
}
.section__contact-info .contact-info__location {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
.section__contact-info .contact-info__detail {
  display: flex;
  margin-bottom: 1.5rem;
}
.section__contact-info .contact-info__detail:last-child {
  margin-bottom: 0;
}
.section__contact-info .contact-info__detail .icon {
  height: 5.8rem;
  width: 5.8rem;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #ECECEC;
  background: #fff;
}
@media (max-width: 767px) {
  .section__contact-info .contact-info__detail .icon {
    height: 4.8rem;
    width: 4.8rem;
  }
}
.section__contact-info .contact-info__detail .icon span {
  font-size: 2rem;
  color: #979797;
}
.section__contact-info .contact-info__detail .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .section__contact-info .contact-info__detail .info {
    margin-left: 16px;
  }
}
.section__contact-info .contact-info__detail .info__title {
  font-size: 1.3rem;
  line-height: 1.9rem;
  color: #979797;
  margin-bottom: 0.4rem;
}
.section__contact-info .contact-info__detail .info__detail {
  font-size: 24px;
  line-height: 34.75px;
  font-weight: 500;
  color: #1668B2;
}
@media (max-width: 767px) {
  .section__contact-info .contact-info__detail .info__detail {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section__contact-info {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .section__contact-info {
    margin-left: 13rem;
  }
}
.section--complete {
  text-align: center;
}
.section--complete .noti--first-line {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.2rem;
}
.section--complete .noti--second-line {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.section--complete .button {
  font-size: 1.6rem;
  padding: 1.5rem 3.5rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .section--complete .noti--first-line {
    font-size: 4.5rem;
    line-height: 6rem;
  }
  .section--complete .noti--second-line {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 2rem;
  }
  .section--complete .button {
    margin-top: 8rem;
  }
}

.noti-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  overflow: auto;
}
.noti-modal--active {
  display: block;
}
.noti-modal__content {
  max-width: 92rem;
  max-height: 35rem;
  margin: 7% 1.5rem;
  width: auto;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 4.8rem 2.4rem 3.6rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.noti-modal__close-icon {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  color: #A5B1BC;
}
.noti-modal__close-icon:hover {
  cursor: pointer;
}
.noti-modal__message {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  text-align: center;
}
.noti-modal__button {
  margin-top: 3.6rem;
  text-align: center;
}
.noti-modal__button .button {
  width: 17.6rem;
  line-height: 4.8rem;
  font-size: 1.7rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .noti-modal__content {
    margin: 7% auto;
    max-width: 70rem;
  }
}
@media screen and (min-width: 992px) {
  .noti-modal__content {
    max-height: 35rem;
    width: 100%;
  }
  .noti-modal__close-icon {
    top: 1.6rem;
    right: 1.6rem;
  }
  .noti-modal__button {
    margin-top: 3rem;
  }
  .noti-modal__button .button {
    width: 23rem;
    line-height: 6.4rem;
    font-size: 2.4rem;
  }
}

.section--first {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .section--first {
    display: flex;
    justify-content: flex-end;
  }
}
.section--first .section-left-ct .section__contact-info {
  margin-left: 0;
}
.section--first .section-left-ct .section__contact-info .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.section--first .section-left-ct .section__contact-info .contact-info__detail {
  margin-bottom: 0;
}
.section--first .section-left-ct .section__form .grid .contact-form__input-container {
  grid-column-end: span 2;
}
.section--first .section-left-ct .section__form .grid .contact-form__input-container textarea {
  max-width: 100%;
  min-height: 168px;
}

.banner .slogan {
  font-size: 3.6rem;
  line-height: 4rem;
  text-align: left;
}
.banner .subHeading {
  font-size: 1.6rem;
  line-height: 3rem;
  max-width: 98rem;
}

@media (min-width: 992px) {
  .section-block-complete {
    padding-bottom: 100px;
  }

  .section--complete {
    margin-bottom: 65px;
  }

  .contact-form__action {
    padding-bottom: 45px;
  }

  .section-right-ct img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }

  .section-left-ct {
    margin-right: 40px;
  }

  .box-main-contact {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .section-right-ct {
    display: none;
  }

  .grid--c2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.policy-contact {
  margin-top: 30px;
}
.policy-contact > p {
  font-size: 16px;
  line-height: 23px;
}
.policy-contact > p a {
  color: #1668B2;
}
.policy-contact .check-policy {
  margin-top: 16px;
}
.policy-contact .check-policy label {
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 4rem;
  }

  .banner .slogan {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}
.contact-form__action button {
  background-color: #cacaca;
  pointer-events: none;
}

.contact-form__action .active-contact {
  pointer-events: visible;
  background-color: #1668B2;
}

.breadcrumb .link--normal {
  text-transform: uppercase;
}

.section__form .contact-form__select-container select {
  background: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 10px;
  padding: 1rem;
  padding-right: 2rem;
}

.section-privacy-policy {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.4rem 0.9rem 2.4rem 2.4rem;
  border-radius: 0.4rem;
  border: 1px solid #D2D2D2;
  background: #fff;
  margin-top: 30px;
}
.section-privacy-policy ul {
  list-style: disc;
  margin: 0 0 2rem 2rem;
}
.section-privacy-policy h1, .section-privacy-policy h2, .section-privacy-policy h3, .section-privacy-policy h4, .section-privacy-policy h5, .section-privacy-policy h6, .section-privacy-policy strong, .section-privacy-policy b {
  font-weight: 700;
}
.section-privacy-policy h2, .section-privacy-policy h3 {
  margin-bottom: 2rem;
}
.section-privacy-policy__inner {
  padding-right: 1rem;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}

.logo {
  width: 6rem;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .logo {
    width: 9rem;
  }
}
@media screen and (min-width: 1270px) {
  .logo {
    width: 12rem;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1456px) {
  .logo {
    margin-left: 2.5rem;
  }
}

.menu {
  margin-left: 2rem;
  white-space: nowrap;
  display: none;
  position: relative;
}
.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  margin-left: 2.2rem;
  color: #FFFFFF;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__item__link, .menu__item__expandable-link {
  text-decoration: none;
  padding: 4rem 1rem;
  border-bottom: 2px solid transparent;
}
.menu__item__link:hover, .menu__item__expandable-link:hover {
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}
.menu__item--language {
  position: relative;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.menu__item--language:hover .current-language--mask {
  background-color: #1668B2;
}
.menu__item--language:hover .current-language__icon--expand {
  display: none;
}
.menu__item--language:hover .current-language__icon--collapse {
  display: block;
}
.menu__item--language:hover .current-language__text {
  border-bottom: 2px solid #FFFFFF;
}
.menu__item--language:hover > .language-dropdown {
  max-height: 20rem;
}
.menu__item--language--mask {
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.menu__item--language--mask:hover {
  color: #FFFFFF;
  background-color: #1668B2;
}
.menu__item--language .current-language {
  display: inline-flex;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  z-index: 1;
}
.menu__item--language .current-language--mask {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  transform: none;
  padding-left: 2.5rem;
  padding-right: 2.7rem;
  top: 0;
  margin-top: 2.4rem;
  margin-bottom: 2.3rem;
}
.menu__item--language .current-language__text {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.menu__item--language .current-language__icon {
  margin-left: 1rem;
  font-size: 2rem;
  margin-bottom: 0.2rem;
}
.menu__item--language .current-language__icon--mask {
  margin-bottom: 0;
}
.menu__item--language .current-language__icon--expand {
  display: block;
}
.menu__item--language .current-language__icon--collapse {
  display: none;
}
.menu__item--language .current-language:hover {
  cursor: pointer;
}
@media screen and (min-width: 1480px) {
  .menu__item--language .current-language {
    position: absolute;
    right: -10rem;
    bottom: 0;
    transform: translateY(-56%);
  }
  .menu__item--language .current-language--mask {
    transform: none;
  }
}
.menu__item--language .language-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 7rem;
  left: 0.01rem;
  background: #1668B2;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.menu__item--language .language-dropdown--site-map {
  top: 4rem;
}
.menu__item--language .language-dropdown--site-map--mask {
  top: 7.3rem;
}
.menu__item--language .language-dropdown__option {
  color: rgba(255, 255, 255, 0.5);
  padding: 1.3rem 2.5rem;
  padding-right: 5rem;
  text-decoration: none;
}
.menu__item--language .language-dropdown__option--mask {
  padding-right: 5.6rem;
  text-transform: uppercase;
}
.menu__item--language .language-dropdown__option:hover {
  cursor: pointer;
  color: white;
}
@media screen and (min-width: 1270px) {
  .menu {
    display: flex;
  }
}

.hambuger-button {
  width: 2.667rem;
  height: 3.2rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}
.hambuger-button span {
  display: block;
  position: absolute;
  height: 0.3rem;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hambuger-button span:nth-child(1) {
  top: 0.667rem;
}
.hambuger-button span:nth-child(2), .hambuger-button span:nth-child(3) {
  top: 1.467rem;
}
.hambuger-button span:nth-child(4) {
  top: 2.267rem;
}
.hambuger-button--not-found span {
  background: #000000;
}
.hambuger-button--mobile {
  width: 2.4rem;
  height: 1.8rem;
}
.hambuger-button--mobile span {
  height: 0.2rem;
}
.hambuger-button--mobile span:nth-child(1) {
  top: 0;
}
.hambuger-button--mobile span:nth-child(2), .hambuger-button--mobile span:nth-child(3) {
  top: 0.8rem;
}
.hambuger-button--mobile span:nth-child(4) {
  top: 1.6rem;
}

.mobile-hambuger {
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1270px) {
  .mobile-hambuger {
    display: none;
  }
}

.mask-navbar .menu__item {
  color: #1668B2;
}
.mask-navbar .menu__item__link:hover {
  border-bottom: 0.2rem solid #1668B2;
}
.mask-navbar--mobile {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.navbar {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  top: 0;
  width: 100%;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
@media screen and (min-width: 992px) {
  .navbar:not(.navbar--not-found):hover {
    transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
    background-color: #1668B2;
  }
}
.navbar:not(.navbar--not-found):hover .custom-button-contact {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
@media screen and (min-width: 768px) {
  .navbar--not-found {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
  }
}
.navbar__container {
  width: 100%;
}
.navbar__container__hambuger {
  position: absolute;
  left: 3.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1355px) {
  .navbar__container__hambuger {
    display: block;
  }
}
.navbar__container .main-content {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 1.3rem 0 1.6rem;
}
@media screen and (min-width: 1270px) {
  .navbar__container .main-content {
    padding: 0;
  }
}
.navbar__container .main-content--active {
  background-color: #1668B2;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
}
.navbar__container .main-content--bottom-shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  transition: box-shadow cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__container #siteMap, .navbar__container #mobileMenu {
  display: none;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(1) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #siteMap:checked + .navbar__container__hambuger > .hambuger-button span:nth-child(4) {
  top: 1.467rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span {
  background: #1668B2;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(1) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar__container #mobileMenu:checked + .mobile-hambuger > .hambuger-button span:nth-child(4) {
  top: 0.8rem;
  width: 0%;
  left: 50%;
}
.navbar__site-map {
  position: absolute;
  width: 100%;
  max-height: 0;
  background-color: #FFFFFF;
  top: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
}
.navbar__site-map--open {
  max-height: 100rem;
}
.navbar__site-map__content {
  min-height: 30rem;
}
.navbar__site-map__content__flex {
  display: flex;
  padding-right: 3.2rem;
  justify-content: flex-end;
}
.navbar__site-map__content__flex .site-map-column {
  padding: 1rem;
}
.navbar__site-map__content__flex .site-map-column--contact {
  padding: 0;
}
.navbar__site-map__content__flex .site-map-column__heading {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-bottom: 2.8rem;
}
.navbar__site-map__content__flex .site-map-column__heading--hidden {
  visibility: hidden;
  grid-area: 10;
}
.navbar__site-map__content__flex .site-map-column__detail {
  display: grid;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child {
  position: absolute;
}
.navbar__site-map__content__flex .site-map-column__detail .option-child ul {
  position: static;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:last-child {
  margin-bottom: 0;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__expand-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable__collapse-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__expand-icon {
  display: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .item-expandable--active .item-expandable__collapse-icon {
  display: block;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content--expand {
  max-height: 60rem;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item__link {
  text-decoration: none;
}
.navbar__site-map__content__flex .site-map-column__detail .site-map-item .expanded-content__item:hover {
  color: #000000;
}
.navbar__site-map__content__flex .site-map-column + .site-map-column {
  margin-left: 2.2rem;
}
.navbar__site-map__content__contact {
  margin-top: 3.4rem;
  text-align: right;
}
.navbar__site-map__content__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 4rem;
  text-decoration: none;
}
.navbar__site-map__content__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.navbar__site-map__content__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.navbar__site-map__content__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.navbar__expand-menu .detail-content {
  background-color: #FFFFFF;
  display: flex;
  width: 100%;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
}
.navbar__expand-menu .detail-content--active {
  max-height: 90rem;
  z-index: 0;
}
.navbar__expand-menu .detail-content__section {
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 3.6rem;
}
.navbar__expand-menu .detail-content__child-option {
  color: #979797;
}
.navbar__expand-menu .detail-content__child-option .parent-option-title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 2.8rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option {
  grid-column: 1/span 1;
  font-size: 1.5rem;
  line-height: 2.1rem;
  padding: 1rem 0;
  padding-right: 3.6rem;
  border-right: 1px solid #E5E5E5;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__link {
  text-decoration: none;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option__title i {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover {
  cursor: pointer;
  color: #000000;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .child-option:hover + .grand-child-option {
  opacity: 1;
  z-index: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option {
  position: relative;
  grid-column: 2/span 1;
  grid-row: 1/-1;
  padding-left: 3.6rem;
  height: 100%;
  opacity: 0;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option:hover {
  z-index: 1;
  opacity: 1;
}
.navbar__expand-menu .detail-content__child-option .child-option-container .grand-child-option .child-option {
  border-right: none;
}
.navbar__mobile-menu {
  position: absolute;
  width: 100%;
  top: 0;
  max-height: 0;
  background-color: #FFFFFF;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
}
.navbar__mobile-menu--open {
  max-height: 100rem;
}
.navbar__mobile-menu .mobile-menu__option {
  color: #000000;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  border-top: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option:last-child {
  border-bottom: 0.1rem solid #cacaca;
}
.navbar__mobile-menu .mobile-menu__option__link {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  width: 100%;
}
.navbar__mobile-menu .mobile-menu__option__link--child {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  padding-left: 3rem;
}
.navbar__mobile-menu .mobile-menu__option__link--child:last-child {
  margin-bottom: 1.5rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child {
  font-size: 1.3rem;
  line-height: 2.1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  font-weight: 500;
  text-transform: capitalize;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child:first-child {
  margin-top: 1rem;
}
.navbar__mobile-menu .mobile-menu__option__link--grand-child .grand-child-icon {
  font-size: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable {
  padding-top: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  font-size: 2.5rem;
  width: 40px;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active {
  padding-bottom: 0;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text--active .display-text__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option {
  padding-left: 15px;
}
.navbar__mobile-menu .mobile-menu__option__expandable .language-option .current-language__text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms, background-color cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
  padding-bottom: 0;
  background-color: transparent;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area--expand {
  max-height: 50rem;
  background-color: #F2F2F2;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child {
  display: flex;
  align-items: center;
  transition: padding-bottom cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__expand-icon, .navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  font-size: 2.1rem;
  margin-left: 1.2rem;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child__collapse-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__expand-icon {
  display: none;
}
.navbar__mobile-menu .mobile-menu__option__expandable .display-text-child--active .display-text-child__collapse-icon {
  display: block;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child {
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
  overflow: hidden;
}
.navbar__mobile-menu .mobile-menu__option__expandable .expand-area-child--expand {
  max-height: 50rem;
}

.main-content .menu-container .menu .menu__item {
  position: relative;
  margin: 0 16px;
}
.main-content .menu-container .menu .menu__item .menu__item__link {
  border-bottom: none;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  line-height: 2.1rem;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  padding: 15px 16px;
  background-color: #ffffff;
  color: #1668B2;
  border-radius: 6px;
}
.main-content .menu-container .menu .menu__item .menu__item__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: transparent;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option {
  opacity: 1;
  transition: all ease 0.4s;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover {
  opacity: 0.8;
}
.main-content .menu-container .menu .menu__item .menu__item__link#contact-us-option:hover::before {
  width: 0;
  background-color: transparent;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover {
  border-bottom: none;
}
.main-content .menu-container .menu .menu__item .menu__item__link:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #ffffff;
}
.main-content .menu-container .menu .menu__item:hover .sub-menu {
  transform: translateY(0);
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.main-content .menu-container .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  height: 100%;
  z-index: -1;
  transform: translateY(15px);
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
}
.main-content .menu-container .menu .sub-menu .child-menu {
  position: static;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  padding: 13px 24px 18px;
}
.main-content .menu-container .menu .sub-menu .child-menu li a {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.main-content .menu-container .menu .sub-menu .child-menu li a:hover {
  border-bottom: 1px solid #000000;
}

.bottom-shadow .menu__item__link#contact-us-option, .bottom-shadow .menu__item__expandable-link#contact-us-option {
  background-color: #1668B2;
  color: #FFFFFF;
  padding: 15px 16px;
  border-radius: 6px;
  opacity: 1;
  transition: all ease 0.4s;
}
.bottom-shadow .menu__item__link#contact-us-option:hover, .bottom-shadow .menu__item__expandable-link#contact-us-option:hover {
  opacity: 0.9;
}
.bottom-shadow .menu__item--language .current-language {
  color: #1668B2;
}

.navbar__site-map__content .option-child ul .site-map-item {
  margin-bottom: 0;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link {
  color: black;
  line-height: 36px;
  font-size: 15px;
  text-decoration: none;
  transition: all ease 0.4s;
  border-bottom: 1px solid transparent;
  width: 100%;
}
.navbar__site-map__content .option-child ul .site-map-item .child-link:hover {
  border-bottom: 1px solid #000000;
}

.navbar-fixed {
  position: fixed;
  background-color: #1668B2;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}

.top-bar {
  z-index: 999;
  position: relative;
}
.top-bar .container {
  background-color: #ffffff;
}
.top-bar h1 {
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-bar h1 {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .top-bar h1 {
    height: 20px;
    line-height: 20px;
    font-size: 8px;
  }
}

@media (max-width: 575px) {
  .footer.container {
    padding-bottom: 135px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-row-gap: 3.4rem;
  grid-column-gap: 1rem;
  padding-bottom: 2.3rem;
}
.footer__grid .footer-column {
  position: relative;
  padding-bottom: 3rem;
}
.footer__grid .footer-column__logo img {
  max-width: 12rem;
}
.footer__grid .footer-item a {
  text-decoration: none;
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__grid .footer-item a:hover {
  color: #000000;
}
.footer__grid .footer-item .item-expandable {
  display: flex;
  align-items: baseline;
}
.footer__grid .footer-item .item-expandable i {
  margin-left: 1.2rem;
  font-size: 1.2rem;
}
.footer__grid .footer-item .item-expandable--active {
  color: #000000;
}
.footer__grid .footer-item .expanded-content {
  font-size: 1.3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height cubic-bezier(0.4, 0, 0.2, 1) 650ms;
}
.footer__grid .footer-item .expanded-content--expand {
  max-height: 60rem;
}
.footer__grid .footer-item .expanded-content__item {
  margin-top: 1.5rem;
  padding-left: 2rem;
  color: #979797;
}
.footer__grid .footer-item .expanded-content__item__link {
  text-decoration: none;
}
.footer__grid .footer-item .expanded-content__item:hover {
  color: #000000;
}
.footer__grid .footer-item__head a, .footer__grid .footer-item__foot a {
  color: #000000;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.footer__grid .footer-item__foot a {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
}
.footer__contact {
  margin-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.footer__contact .copyright {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin-bottom: 1.7rem;
}
.footer__contact .links {
  list-style: none;
  display: flex;
  margin: 1rem 0 0 0;
}
.footer__contact .links li {
  margin: 0 3rem 0.5rem 0;
}
.footer__contact .links li a {
  color: #979797;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer__contact .links li a:hover {
  color: #000000;
}
.footer__contact .social-network-contact {
  width: 3.2rem;
  height: 3.2rem;
  display: inline-flex;
  background-color: rgba(151, 151, 151, 0.1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.footer__contact .social-network-contact i {
  font-size: 1.5rem;
  color: #ccd1db;
}
.footer__contact .social-network-contact:hover {
  background-color: #1668B2;
}
.footer__contact .social-network-contact:hover i {
  color: #FFFFFF;
}
.footer__contact .social-network-contact + .social-network-contact {
  margin-left: 1rem;
}
.footer__pmark--claim {
  margin-top: 30px;
  padding-bottom: 30px;
}
.footer__pmark--claim-title {
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin-bottom: 10px;
}
.footer__pmark--claim-content {
  color: #979797;
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.05rem;
}
.footer__pmark--claim-download {
  font-size: 14px;
  color: #1668B2;
}
@media screen and (min-width: 992px) {
  .footer {
    padding-top: 8rem;
    padding-bottom: 3.9rem;
  }
  .footer__grid {
    padding-bottom: 6rem;
  }
  .footer__contact {
    margin-top: 3.4rem;
    flex-direction: row;
  }
  .footer__contact .copyright {
    font-size: 1.8rem;
    line-height: 2.1rem;
    text-align: left;
    margin-bottom: 0;
  }
  .footer__contact .social-network-contact + .social-network-contact {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .footer .button {
    padding: 1.1rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .button {
    padding: 1.1rem 3.4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer__grid {
    display: none;
  }
  .footer .footer__contact .copyright {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .footer__contact .links {
    flex-wrap: wrap;
    margin: 0 0 0.8rem 0;
  }
  .footer .footer__contact .links li {
    width: 50%;
    margin: 0 0 1.6rem 0;
    padding: 0 10px;
  }
  .footer .footer__contact .links li a {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
  }
}

.footer__top-mobile {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.footer__top-child {
  width: 50%;
}
.footer__top-item {
  margin: 0 0 3.6rem 0;
}
.footer__top-item:last-child {
  margin-bottom: 4.8rem;
}
.footer__top-logo img {
  height: 5.2rem;
}
.footer__top-btn-contact {
  font-size: 1.7rem !important;
  line-height: 1.7rem !important;
  display: block;
  padding: 1.5rem 1rem !important;
  text-align: center;
  margin-bottom: 4rem;
}
.footer__top-link {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.8rem;
  color: #979797;
  text-decoration: none;
  display: block;
}
.footer__top-link.bold {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 992px) {
  .footer__top-mobile {
    display: flex;
  }
}

.footer__top-mobile .menu__item__link, .footer__grid .menu__item__link {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}

.footer__top-mobile .menu__item__link {
  margin-bottom: 40px;
}

.footer__grid .menu__item__link {
  left: 0;
  bottom: 0;
  position: absolute;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000000;
  padding: 0;
}
.footer__grid .footer-item__foot a {
  right: 0;
  text-align: right;
}
.footer__grid .footer-column:last-child .footer-column__detail {
  text-align: right;
}
.footer__grid .footer-column:nth-child(2) .footer-item:last-child a {
  right: -85px;
}
.footer__grid .footer-column:nth-child(3) .footer-item:last-child a {
  right: -80px;
}

.page-banner-slider {
  width: 100%;
}
@media (min-width: 768px) {
  .page-banner-slider {
    height: 47rem;
  }
}
@media (max-width: 767px) {
  .page-banner-slider {
    height: 43rem;
  }
}
.page-banner-slider--blog {
  height: 25rem;
}
@media screen and (min-width: 576px) {
  .page-banner-slider {
    height: 51rem;
  }
  .page-banner-slider--blog {
    height: 25rem;
  }
}
@media screen and (min-width: 768px) {
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider {
    height: 55rem;
  }
  .page-banner-slider--blog {
    height: 50rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider {
    height: 74rem;
  }
}

.page-banner-slider-pagination.swiper-pagination-bullets {
  bottom: 30.6rem;
  left: 50%;
  transform: translateX(-96%) rotate(90deg);
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  border: 0.1rem solid #FFFFFF;
  background-color: transparent;
  margin: 0 0.6rem;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus {
  outline: none;
}
.page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 32.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.9rem;
    width: 0.9rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.2rem;
    width: 1.2rem;
    margin: 0 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-slider-pagination.swiper-pagination-bullets {
    bottom: 38.6rem;
  }
  .page-banner-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 1.6rem;
    width: 1.6rem;
    margin: 0 1rem;
  }
}

.slider {
  position: relative;
}

.slides__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  color: #FFFFFF;
  text-align: center;
  align-items: flex-end;
  display: flex;
}
.slides__item .title {
  font-weight: bold;
  margin: 0 auto 1rem;
  margin-bottom: 9rem;
}
.slides__item .title__main {
  font-size: 2.4rem;
  line-height: 2.7rem;
}
.slides__item .title__sub {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.slides__item .subtitle {
  font-weight: bold;
  max-width: 100%;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0 auto 0.8rem;
}
.slides__item .action-container {
  display: flex;
  justify-content: center;
}
.slides__item .action-container .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
  width: 16rem;
  height: 4.8rem;
}
@media screen and (min-width: 576px) {
  .slides__item .title {
    margin-bottom: 3.6rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3rem;
  }
  .slides__item .title__sub {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .slides__item .title {
    margin-bottom: 1.3rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 3.9rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 3rem;
    line-height: 3.9rem;
  }
  .slides__item .subtitle {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 0 0 1.4rem;
    width: 80%;
  }
  .slides__item .action-container {
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1.6rem;
  }
  .slides__item .action-container .button {
    font-size: 1.4rem;
    line-height: 1.7rem;
    width: 12.3rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 992px) {
  .slides__item .title {
    margin-bottom: 4rem;
  }
  .slides__item .title__main {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .title__sub {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .slides__item .subtitle {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 1.9rem;
  }
  .slides__item .action-container .button {
    font-size: 1.7rem;
    line-height: 1.7rem;
    width: 16.35rem;
    height: 4.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .slides__item .title {
    margin-bottom: 5.6rem;
  }
  .slides__item .title__main {
    font-size: 6.4rem;
    line-height: 5.6rem;
    margin-bottom: 1rem;
    width: 80%;
  }
  .slides__item .title__sub {
    font-size: 4.8rem;
    line-height: 5.6rem;
  }
  .slides__item .subtitle {
    font-size: 4.8rem;
    line-height: 7.1rem;
    margin: 0 0 1.6rem;
    width: 80%;
  }
  .slides__item .action-container .button {
    font-size: 2.4rem;
    line-height: 2.4rem;
    width: 23rem;
    height: 6.4rem;
  }
}

.banner {
  height: 25rem;
}
.banner__item {
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.banner__item--center {
  justify-content: center;
}
.banner__item--image-top {
  background-position: top;
}
.banner .slogan {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.banner .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;
  max-width: 70%;
  text-transform: uppercase;
  margin-top: 3rem;
}
.banner .title--center {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-transform: capitalize;
  margin: auto;
}
.banner .subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 70%;
  margin-top: 1.2rem;
}
.banner .subtitle--uppercase {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 40rem;
  }
  .banner .slogan {
    font-size: 6.4rem;
    line-height: 9.5rem;
  }
  .banner .title {
    font-size: 3.6rem !important;
    line-height: 3rem;
    max-width: 91.5rem;
    margin-top: 6rem;
  }
  .banner .title--center {
    max-width: 87rem;
    font-size: 4.8rem;
    line-height: 6.4rem;
  }
  .banner .subtitle {
    font-size: 1.6rem !important;
    line-height: 3rem;
    max-width: 78.9rem;
    margin-top: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .banner .subtitle--uppercase {
    font-size: 3.6rem;
    line-height: 4.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    height: 55rem;
  }
}

#pagination {
  font-size: 1.3rem;
  line-height: 2rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4rem;
}
#pagination .page {
  text-decoration: none;
  padding: 0.5rem 1.2rem;
}
#pagination .page:hover {
  color: #1668B2;
  cursor: pointer;
}
#pagination .page--chevron {
  color: #979797;
}
#pagination .page--chevron--left {
  padding: 0.6rem 1.2rem 0 0;
}
#pagination .page--chevron--right {
  padding: 0.6rem 0 0 1.2rem;
}
#pagination .page--active {
  background-color: #1668B2;
  color: #FFFFFF;
  border-radius: 0.6rem;
}
#pagination .page--active:hover {
  color: #FFFFFF;
}
#pagination .page--etc {
  letter-spacing: 0.5rem;
}
#pagination .page--etc:hover {
  color: #000000;
}
@media screen and (min-width: 768px) {
  #pagination {
    display: flex;
  }
}

.newsletter__container {
  display: flex;
  flex-wrap: wrap;
}
.newsletter__input {
  max-width: 100%;
  width: 100%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 1.3rem 2rem;
  color: #979797;
  margin-right: 0;
  border-radius: 0.6rem;
  border: none;
  margin-bottom: 1.8rem;
}
.newsletter .button {
  padding: 1.1rem 2rem;
}
@media screen and (min-width: 576px) {
  .newsletter__input {
    max-width: 47rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  color: #000000;
  margin: 0 auto;
  background-color: #FFFFFF;
}
body * {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  -webkit-text-size-adjust: inherit;
     -moz-text-size-adjust: inherit;
          text-size-adjust: inherit;
}
body a, body span, body i, body b, body u {
  display: inline-block;
  color: inherit;
}
body > main {
  position: relative;
  z-index: 0;
  margin-top: -6rem;
}
@media screen and (min-width: 576px) {
  body > main {
    margin-top: -10rem;
  }
}

.container {
  max-width: 120rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container--navbar {
  max-width: 131rem;
}
.container--full-width {
  width: 100%;
}
.container--flex {
  display: flex;
  align-items: center;
}
.container--flex--space-between {
  justify-content: space-between;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 768px) {
  .grid--c55-45 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c45-55 {
    grid-template-columns: 45% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c60-40 {
    grid-template-columns: 55% auto;
  }
}
@media screen and (min-width: 992px) {
  .grid--c60-40 {
    grid-template-columns: 57.4% auto;
  }
}
@media screen and (min-width: 768px) {
  .grid--c40-60 {
    grid-template-columns: auto 55%;
  }
}
@media screen and (min-width: 992px) {
  .grid--c40-60 {
    grid-template-columns: auto 57.4%;
  }
}
@media screen and (min-width: 768px) {
  .grid--c2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid--c2-keep {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid--c3-keep {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid--c4 {
  grid-template-columns: minmax(0, 1fr);
}
.grid--c4--xs-c2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .grid--c4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .grid--c5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

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

.button {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 0.6rem;
  border: 0.1rem solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.button--big {
  padding: 1.4rem 3.4rem;
}
.button--primary {
  background-color: #1668B2;
  color: #FFFFFF;
}
.button--primary-reverse {
  background-color: #FFFFFF;
  color: #1668B2;
}
.button--secondary {
  background-color: #FFFFFF;
  color: #1668B2;
  border-color: #1668B2;
}
.button--secondary--bg-transparent {
  background-color: transparent;
}
.button--secondary--white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button:hover {
  opacity: 0.6;
}
.button--disable {
  background-color: #F7F9FC;
  color: #B0BDC8;
  border-color: #DFE5EA;
  cursor: not-allowed;
}
.button--disable:hover {
  opacity: 1;
}
.button--full-width {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .button {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 1.1rem 3.4rem;
  }
}

.section-heading {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 2.4rem;
  letter-spacing: 0.05rem;
}
.section-heading--black {
  color: #000000;
}
.section-heading--white {
  color: #FFFFFF;
}
.section-heading--blue {
  color: #1668B2;
}
.section-heading--center {
  text-align: center;
}
.section-heading--bold {
  font-weight: bold;
}
.section-heading--pd-left {
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .section-heading {
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
@media screen and (min-width: 992px) {
  .section-heading {
    letter-spacing: 0.05rem;
    margin-bottom: 3.6rem;
  }
}

.section-description {
  font-size: 1.3rem;
  line-height: 2.1rem;
  margin-bottom: 2.4rem;
  white-space: pre-wrap;
}
.section-description--center {
  text-align: center;
}
.section-description--center p {
  text-align: center;
}
.section-description--rich-text {
  white-space: unset;
}
.section-description--rich-text h1 {
  font-size: 3rem;
  line-height: 8.1rem;
}
.section-description--rich-text h2 {
  font-size: 2.4rem;
  line-height: 7rem;
}
.section-description--rich-text h3 {
  font-size: 1.8rem;
  line-height: 4.8rem;
}
.section-description--rich-text h4 {
  font-size: 1.7rem;
  line-height: 3.7rem;
}
.section-description--rich-text h5 {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.section-description--rich-text h6 {
  font-size: 1.5rem;
  line-height: 3rem;
}
.section-description--rich-text em {
  font-style: italic;
}
.section-description--rich-text strong {
  font-weight: bold;
}
.section-description--rich-text a {
  text-decoration: none;
  color: #1668B2;
}
.section-description--rich-text a:hover {
  text-decoration: underline;
}
.section-description--rich-text p {
  min-height: 2.1rem;
}
.section-description--rich-text ul li {
  display: flex;
  align-items: flex-start;
}
.section-description--rich-text ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ul ul {
  margin-left: 1.5rem;
}
.section-description--rich-text ul ul li::before {
  content: "";
  display: inline-table;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000000;
  margin-right: 0.7rem;
  margin-top: 0.9rem;
}
.section-description--rich-text ol {
  list-style: decimal;
  list-style-position: inside;
}
.section-description--rich-text ol li div {
  display: inline-block;
}
.section-description--rich-text img {
  border-radius: 0.8rem;
}
@media screen and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
.section-description--rich-text .right {
  text-align: right;
}
.section-description--rich-text .center {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .section-description {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 1.9rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 576px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 576px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .section-description {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 3.6rem;
  }
  .section-description--rich-text h1 {
    font-size: 3rem;
    line-height: 8.1rem;
  }
  .section-description--rich-text h2 {
    font-size: 2.4rem;
    line-height: 7rem;
  }
  .section-description--rich-text h3 {
    font-size: 1.8rem;
    line-height: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .section-description--rich-text h5 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .section-description--rich-text em {
    font-style: italic;
  }
  .section-description--rich-text strong {
    font-weight: bold;
  }
  .section-description--rich-text a {
    text-decoration: none;
    color: #1668B2;
  }
  .section-description--rich-text a:hover {
    text-decoration: underline;
  }
  .section-description--rich-text p {
    min-height: 3.5rem;
  }
  .section-description--rich-text ul li {
    display: flex;
    align-items: flex-start;
  }
  .section-description--rich-text ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ul ul {
    margin-left: 1.5rem;
  }
  .section-description--rich-text ul ul li::before {
    content: "";
    display: inline-table;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000000;
    margin-right: 0.7rem;
    margin-top: 0.9rem;
  }
  .section-description--rich-text ol {
    list-style: decimal;
    list-style-position: inside;
  }
  .section-description--rich-text ol li div {
    display: inline-block;
  }
  .section-description--rich-text img {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 992px) and (min-width: 576px) {
  .section-description--rich-text h1 {
    font-size: 8rem;
  }
  .section-description--rich-text h2 {
    font-size: 6rem;
  }
  .section-description--rich-text h3 {
    font-size: 4.8rem;
  }
  .section-description--rich-text h4 {
    font-size: 3rem;
  }
  .section-description--rich-text h5 {
    font-size: 2.4rem;
  }
  .section-description--rich-text h6 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .section-description--rich-text .center {
    text-align: center;
  }
}

.breadcrumb {
  margin-top: 2.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  color: rgba(151, 151, 151, 0.4);
  display: flex;
  align-items: center;
  margin-bottom: 4.8rem;
}
.breadcrumb i {
  font-size: 1.5rem;
}
.breadcrumb .link {
  text-decoration: none;
  max-width: 25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-self: flex-start;
  color: #979797;
  margin: 0 0.8rem;
}
.breadcrumb .link--active {
  color: #1668B2 !important;
  display: inline-block;
}
.breadcrumb .link--normal {
  text-transform: none;
}
@media screen and (min-width: 576px) {
  .breadcrumb {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    margin-bottom: 8rem;
  }
}

.ad {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 39rem;
  display: flex;
  align-items: center;
}
.ad .ad-container {
  text-align: center;
}
.ad__title {
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.ad__title--max-width {
  max-width: 42.5rem;
}
.ad__title--light-blue {
  color: #0CD4EF;
}
.ad__content {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
}
.ad--full-width {
  padding: 0;
}
.ad--full-width .ad-container {
  width: 100%;
}
.ad .button {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.1rem 3.5rem;
}
.ad .button i {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .ad {
    height: 27.7rem;
  }
  .ad .ad-container {
    text-align: left;
  }
  .ad__title {
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 1.7rem;
  }
  .ad__content {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .ad {
    height: 39rem;
  }
  .ad__title {
    font-size: 4.8rem;
    line-height: 6.4rem;
    margin-bottom: 2.4rem;
  }
  .ad__content {
    font-size: 2.1rem;
  }
}

.material-icons--blue {
  color: #1668B2;
}

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

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

.font-weight-500 {
  font-weight: 500;
}

@-webkit-keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

@keyframes xv {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
p:empty {
  min-height: 2.4rem;
}

.position-relative {
  position: relative;
}

.banner .slogan {
  font-size: 4.8rem;
  line-height: 4.8rem;
  text-align: left;
}

.navbar {
  background-color: #1668B2;
}

@media (min-width: 576px) {
  main {
    padding-top: 10rem;
  }
}
@media (max-width: 575px) {
  main {
    padding-top: 5rem;
  }
}

.section-block-complete {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .section-block-complete .box-block-complete {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .section-block-complete .box-block-complete {
    width: 33.33%;
    margin-bottom: 37px;
  }
}
@media (max-width: 991px) {
  .section-block-complete .box-block-complete {
    margin-bottom: 25px;
  }
}
.section-block-complete .box-block-complete:hover .block-complete {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(6, 22, 73, 0.06), 0px 32px 40px -2px rgba(6, 22, 73, 0.12);
}
.section-block-complete .block-complete {
  border-radius: 6px;
  transition: all ease 0.4s;
  background: transparent;
}
@media (max-width: 768px) {
  .section-block-complete .block-complete {
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(6, 22, 73, 0.06), 0px 32px 40px -2px rgba(6, 22, 73, 0.12);
  }
}
.section-block-complete .block-complete .img-complete {
  padding: 35px 0;
}
.section-block-complete .block-complete .img-complete img {
  border-radius: 8px;
}
.section-block-complete .block-complete .block-complete-content {
  margin-top: 5px;
  padding-bottom: 24px;
}
.section-block-complete .block-complete .block-complete-content a {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}
.section-block-complete .block-complete .block-complete-content a:hover {
  color: #1668B2;
  transition: all ease 0.4s;
}

main {
  background: #EFF5FA;
}

.section--complete {
  text-align: left;
}
@media (min-width: 992px) {
  .section--complete {
    margin-bottom: 8rem;
  }
}
.section--complete .noti--first-line {
  font-weight: bold;
}
@media (min-width: 992px) {
  .section--complete .noti--first-line {
    font-size: 3rem;
    line-height: 4.3rem;
  }
  .section--complete .noti--second-line {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .section--complete .noti--first-line {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .section--complete .noti--second-line {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 1rem;
  }
}
.section--complete .button {
  background: transparent;
  font-size: 24px;
  padding-right: 5px;
  color: #000000;
  border-bottom: 2px solid #000000;
  padding: 0 5px 0 0;
  border-radius: 0;
  margin-top: 4.3rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  .section--complete .button {
    line-height: 1.5;
    border-bottom: 1px solid #000000;
  }
}

@media (min-width: 576px) {
  .breadcrumb {
    margin-bottom: 4rem;
    margin-top: 2.6rem;
  }
}
.breadcrumb .link--normal {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .mob-complete {
    display: none;
  }
}
@media (max-width: 767px) {
  .desk-complete {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-container.mob-complete {
    padding-bottom: 14.4rem;
  }
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 45px;
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1px solid;
}
.swiper-container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1668B2;
  border: 1px solid #1668B2;
}
/**
 * Swiper 6.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 18, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

