@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;
}

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

main {
  margin: 0 !important;
  margin: initial !important;
  background-color: #EFF5FA;
}

.breadcrumb {
  margin-top: 0;
  padding-top: 2.8rem;
}

.recruit-detail-main-title {
  font-size: 3rem;
  line-height: 4.3rem;
  color: #000000;
  margin: 0 0 1.7rem 0;
}

.recruit-detail-time-period {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #6b6b6b;
  margin: 0 0 6.2rem 0;
}

.recruit-detail-cover-img {
  position: relative;
  border-radius: 0.8rem;
  min-height: 36rem;
  margin: 0 0 11rem 0;
}
.recruit-detail-cover-img .button {
  position: absolute;
  top: 50%;
  left: 12rem;
  transform: translate(0, -50%);
}

.recruit-detail-main-article {
  margin: 0 0 5rem 0;
}

.recruit-detail-content-item {
  margin: 0 0 3.2rem 0;
  display: flex;
  color: #000000;
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.recruit-detail-content-item__name {
  width: 27rem;
  margin: 0 3rem 0 0;
  flex: 0 0 auto;
}
.recruit-detail-content-item__desc p {
  position: relative;
  margin-bottom: 1rem;
}
.recruit-detail-content-item__desc p:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: -1rem;
}
.recruit-detail-content-item__desc ul li {
  margin: 0 0 1rem 0;
  position: relative;
}
.recruit-detail-content-item__desc ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: -1rem;
}

.recruit-detail-action-bottom {
  margin: 0 0 11rem 0;
}

.recruit-detail-button {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 1.9rem 3.1rem;
  background-color: #CDCED6;
  border-color: #CDCED6;
  color: #80868B;
  cursor: default;
}
.recruit-detail-button.active {
  padding: 1.9rem 5.3rem;
  background-color: #1668B2;
  border-color: #1668B2;
  color: #FFFFFF;
  cursor: pointer;
}

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

  .recruit-detail-main-title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 1.2rem;
  }

  .recruit-detail-time-period {
    margin-bottom: 3.6rem;
    letter-spacing: -0.05rem;
  }

  .recruit-detail-content-item {
    flex-direction: column;
  }

  .recruit-detail-content-item__name {
    width: 100%;
    margin: 0 0 1.2rem 0;
  }

  .recruit-detail-content-item__desc ul {
    margin: 0 0 0 1.2rem;
  }

  .recruit-detail-content-item__desc p {
    margin-left: 1.2rem;
  }

  .recruit-detail-action-bottom {
    margin-bottom: 6.4rem;
  }

  .recruit-detail-cover-img {
    height: 20rem;
    min-height: 20rem;
    margin: 0 -1.5rem 9rem -1.5rem;
    position: relative;
  }

  .recruit-detail-cover-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .recruit-detail-cover-img .button {
    position: absolute;
    top: inherit;
    bottom: -3.2rem;
    left: 0;
    transform: translate(0, 0);
    right: 0;
    margin: 0 auto;
    max-width: 36rem;
    text-align: center;
  }

  .recruit-detail-cover-img .button.active {
    max-width: 23rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 4rem;
  }

  .recruit-detail-content-item__name {
    width: 12rem;
  }

  .recruit-detail-cover-img {
    height: 30rem;
    min-height: 30rem;
    margin: 0 -1.5rem 6rem -1.5rem;
    position: relative;
  }

  .recruit-detail-cover-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .recruit-detail-cover-img .button {
    left: 6rem;
  }
}
