body {
  margin: 0;
  position: relative;
}

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

section {
  margin: 0 0 180px 0;
}

.container {
  max-width: 1220px;
  width: 90%;
  margin: auto;
}

.container-wide, .container-wide-2 {
  max-width: 1440px;
  width: 95%;
  margin: auto;
}

.header--placeholder {
  width: 100%;
  display: block;
  padding-bottom: 206px;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.a-block a {
  display: block;
  margin-bottom: 10px;
}

a.hover-line:hover {
  text-decoration: underline;
}

a.day-select:hover img {
  filter: invert(10%) sepia(56%) saturate(6638%) hue-rotate(249deg) brightness(79%) contrast(87%);
}

a.day-select--text {
  display: grid;
  width: fit-content;
  justify-items: center;
}
a.day-select--text span {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: normal;
  color: #2A3F7C;
  margin-top: 15px;
}
a.day-select--text img {
  filter: invert(10%) sepia(56%) saturate(6638%) hue-rotate(249deg) brightness(79%) contrast(87%);
}
a.day-select--text:hover span {
  color: black;
}
a.day-select--text:hover img {
  filter: none;
}

a.purple-original img {
  filter: brightness(0) saturate(100%);
}
a.purple-original:hover img {
  filter: none;
}

a.video-link-frame {
  position: relative;
  display: block;
  overflow: hidden;
}
a.video-link-frame img {
  display: table;
  transition: transform 0.6s ease-out;
}
a.video-link-frame:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
a.video-link-frame:hover img {
  transform: scale(1.05);
}

@media only screen and (max-width: 480px) {
  section {
    margin: 0 0 90px 0;
  }
}
body {
  font-family: Proxima, sans-serif;
  color: #000000;
}

h1, h2 {
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: 4rem;
  margin: 0 0 40px 0;
}

h2.banner {
  font-size: 3.125rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3.75rem;
  color: white;
}

h3 {
  font-size: 2.125rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: 3rem;
  margin: 0 0 40px 0;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 30px 0;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2rem;
  margin: 0 0 30px 0;
}

p.img > img {
  position: relative;
  top: 2px;
}

.small {
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5rem;
}

.big {
  font-size: 1.5rem;
}

p.hero-text {
  font-size: 1.75rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.078rem;
  line-height: 3rem;
}

.b {
  font-weight: bold;
}

.white {
  color: #ffffff;
}

.main-color {
  color: #2A3F7C;
}

.gray {
  color: #666666;
}

.grey {
  color: #666666 !important;
}

.lh-normal {
  line-height: normal;
}

.ls {
  letter-spacing: 0.094rem;
}

.upper {
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  h1, h2, h2.banner {
    font-size: 2.25rem;
    line-height: normal;
  }
}
@media only screen and (max-width: 480px) {
  h1, h2, h2.banner {
    font-size: 2.25rem;
    line-height: normal;
  }

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

  .lh-mobile-2rem {
    line-height: 2rem !important;
  }
}
.btn {
  display: block;
  width: fit-content;
  border: 0.063rem solid #000000;
  padding: 17px 24px;
  cursor: pointer;
  appearance: none;
  outline: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s linear;
  background: transparent;
}
.btn:hover {
  color: #ffffff;
  background: #2A3F7C;
  border: 0.063rem solid #2A3F7C;
}

.btn--white {
  color: #ffffff;
  border: 0.063rem solid #ffffff;
}
.btn--white:hover {
  background: #ffffff;
  color: #000000;
}

.btn--arrow {
  font-weight: 700;
  position: relative;
  padding: 17px 44px 17px 24px;
}
.btn--arrow:after {
  position: absolute;
  right: 13px;
  transition: all 0.2s linear;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.btn--arrow:hover:after {
  filter: invert(1);
}

.btn--img {
  border: none;
  color: white;
}
.btn--img img {
  display: block;
  margin: 0 auto 15px auto;
  position: relative;
  top: 0;
  transition: top 0.2s linear;
}
.btn--img:hover {
  border: none;
  background: none;
}
.btn--img:hover img {
  top: 5px;
}

.btn--center {
  margin: auto;
}

.btn--right {
  margin: 0 0 0 auto;
}

.breadcrumbs {
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: normal;
  text-transform: uppercase;
}

.icon-before {
  display: flex;
  text-decoration: none;
}

.icon-before:before {
  margin-right: 10px;
  width: 16px;
  display: flex;
  justify-content: center;
}

.white-icon:before {
  filter: invert(1) brightness(1000);
}

#service-filter a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
  #service-filter-btn {
    position: relative;
  }
  #service-filter-btn:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  #service-filter {
    display: none;
  }

  #service-filter.is-active {
    display: block;
  }
}
.language-switch {
  position: relative;
  cursor: pointer;
}
.language-switch ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -5px;
  margin: 0;
  list-style: none;
  background: #2A3F7C;
  padding: 5px;
}
.language-switch ul li {
  margin-top: 5px;
}
.language-switch .arrow {
  transition: all 0.2s linear;
}
.language-switch:hover ul {
  /*display: block !important;*/
}
.language-switch:hover > .arrow {
  /*transform: rotate(180deg);*/
}

.language-switch--footer {
  margin: auto 0 0 auto;
}
.language-switch--footer ul {
  top: unset;
  bottom: 100%;
  left: -5px;
}
.language-switch--footer ul a {
  margin: auto !important;
  padding: 5px;
}

.language-switch--with-bg ul {
  background: white;
  padding: 10px;
  left: -10px;
}

.fiter-switch .arrow {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.signpost {
  max-width: 2000px;
  margin: 0 auto 180px auto;
}

.signpost-item {
  position: relative;
  overflow: hidden;
}
.signpost-item > img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: table;
  transition: all 0.6s ease-out;
}
.signpost-item .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.signpost-item h4 {
  margin: 0 0 110px;
}
.signpost-item .over-top, .signpost-item .over-bot {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: unset;
}
.signpost-item .over-top {
  top: 0;
  height: 45%;
}
.signpost-item .over-bot {
  bottom: 0;
  height: 45%;
}
.signpost-item:hover > img {
  transform: scale(1.05);
}

@media only screen and (max-width: 480px) {
  .signpost {
    margin: 0 auto 30px auto;
  }

  .signpost-item {
    margin-bottom: 1px;
  }
  .signpost-item > img {
    height: 340px;
  }
  .signpost-item h4 {
    margin: 0 0 24px;
  }
}
.social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.social a {
  display: block;
  margin: 0 10px;
  text-decoration: none;
}
.social a img {
  display: table;
}
.social a:hover img {
  filter: opacity(0.5);
}

.social--black-purple a:hover img {
  filter: invert(10%) sepia(56%) saturate(6638%) hue-rotate(249deg) brightness(79%) contrast(87%);
}

.social--footer a {
  margin: 0 10px 0 0;
}
.social--footer a img {
  filter: invert(92%) sepia(19%) saturate(445%) hue-rotate(193deg) brightness(94%) contrast(93%);
}
.social--footer a:hover img {
  filter: invert(1);
}

.social--left {
  justify-content: flex-start;
}
.social--left a:first-child {
  margin: 0 10px 0 0;
}
.social--left img {
  height: 36px;
}

@media only screen and (max-width: 480px) {
  .social--left {
    justify-content: center;
  }
}
.teaser {
  text-decoration: none;
}
.teaser h4 {
  min-height: 55px;
}
.teaser .teaser__img {
  overflow: hidden;
  position: relative;
}
.teaser .teaser__img .teaser__flag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #2A3F7C;
  padding: 3px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teaser .teaser__img > img {
  display: table;
  transition: transform 0.3s linear;
  width: 100%;
}
.teaser:hover h4 {
  text-decoration: underline;
}
.teaser:hover .teaser__img > img {
  transform: scale(1.05);
}

.teaser-doctor img {
  border-radius: 100%;
}
.teaser-doctor h4 {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 2rem;
}
.teaser-doctor p {
  font-style: italic;
}

.teaser--program {
  padding: 40px 40px 170px;
  box-sizing: border-box;
  border-radius: 1.25rem;
  border: 1px solid #000000;
  position: relative;
}
.teaser--program .grid {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.teaser--program .price {
  font-size: 2.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: 3rem;
  white-space: nowrap;
}
.teaser--program .price span {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.039rem;
  line-height: normal;
}

.no-price {
  padding: 40px;
}

@media only screen and (max-width: 480px) {
  .teaser h4 {
    min-height: unset;
  }
}
.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 80%;
  grid-gap: 10px 0;
}
.newsletter input[type=text] {
  background: transparent;
  border-bottom: 1px solid #dad8e9;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #dad8e9;
  font-size: 1.125rem;
  line-height: 2rem;
}
.newsletter input[type=text]:focus {
  outline: none;
}
.newsletter input[type=text]::placeholder {
  color: #9893C1;
  opacity: 1;
}
.newsletter input[type=text]::-ms-input-placeholder {
  color: #9893C1;
}
.newsletter input[type=text]::-ms-input-placeholder {
  color: #9893C1;
}
.newsletter input[type=submit] {
  grid-column: 2;
  border: 1px none #dad8e9;
  border-bottom-style: solid;
  grid-row: 1;
  font-size: 0;
  width: 35px;
}
.newsletter input[type=submit]:hover {
  cursor: pointer;
}

.search-form {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
}
.search-form label {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.094rem;
  line-height: 3rem;
}
.search-form input[type=text] {
  margin-left: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  font-size: 1.5rem;
}
.search-form input[type=text]:focus {
  outline: none;
}
.search-form input[type=submit] {
  border: none;
  appearance: none;
  font-size: 0;
  height: 45px;
  width: 45px;
}
.search-form input[type=submit]:hover {
  cursor: pointer;
}

.contact-form {
  width: 620px;
  margin: auto;
}
.contact-form label {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-form input, .contact-form textarea {
  padding: 15px;
  margin-bottom: 5px;
  width: calc(100% - 34px);
  color: #484d56;
  font-size: 0.875rem;
}
.contact-form .checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.contact-form .checkbox-item input, .contact-form .checkbox-item label {
  width: initial;
}
.contact-form .checkbox-item input {
  margin-right: 5px;
}
.contact-form .checkbox-item label {
  margin-bottom: 0;
  color: #7a797a;
  font-size: 0.813rem;
  letter-spacing: normal;
  line-height: 1.438rem;
  text-transform: initial;
}
.contact-form .btn {
  width: initial;
  margin: auto;
  display: block;
  color: #000000;
}
.contact-form .btn:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .newsletter {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter {
    width: initial;
    grid-column-gap: 0;
  }
  .newsletter input[type=submit] {
    grid-row: 1;
    filter: none;
    background-size: contain;
  }
  .newsletter input[type=submit] {
  }

  .contact-form {
    width: 100%;
    margin: auto;
  }

  .search-form {
    grid-template-columns: 1fr auto;
    margin: 0 0 20px 0;
  }
  .search-form label {
    display: none;
  }
  .search-form input[type=text] {
    margin: 0;
  }
  .search-form input[type=submit] {
    width: 19px;
    height: 19px;
    background-size: contain;
    margin-left: 10px;
  }
}
.event-box {
  position: relative;
  padding-bottom: 100%;
  background: #2A3F7C;
  color: white;
  overflow: hidden;
}
.event-box .event-box__info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.event-box .event-box__date {
  font-size: 3.125rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 3rem;
}
.event-box .event-box__month {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.event-box .event-box__hr {
  height: 1px;
  width: 80%;
  margin: 40px auto 10px auto;
  background: white;
}
.event-box .event-box__text {
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.438rem;
  text-transform: uppercase;
  min-height: 60px;
  padding: 0 10px 10px 10px;
}
.event-box:hover .event-box__text {
  text-decoration: underline;
}

.event-box--bg .event-box__bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  width: 100%;
  height: 101%;
  transition: height 0.4s linear;
}
.event-box--bg:hover .event-box__bg-img {
  height: 108%;
}
.event-box--bg:hover .event-box__text {
  text-decoration: none;
}

.bg-box {
  background: #2A3F7C;
  color: white;
  padding: 20px 15px;
}

@media only screen and (max-width: 1024px) {
  .event-box .event-box__date {
    font-size: 2rem;
  }
  .event-box .event-box__month {
    line-height: 1.5rem;
  }
  .event-box .event-box__text {
    font-size: 0.8rem;
    line-height: 0.9rem;
    min-height: unset;
  }
  .event-box .event-box__hr {
    display: none;
  }
}
.pager ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pager ul .pager__btn {
  padding: 0 7.5px;
}
.pager ul .pager__btn img {
  position: relative;
  left: 3px;
}
.pager ul .pager__btn--next img {
  left: -3px;
}
.pager ul .pager-prev {
  transform: rotate(180deg);
}
.pager ul a {
  height: 35px;
  border: 1px solid black;
  min-width: 11px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.2s linear;
  padding: 0 12px;
}
.pager ul a:hover, .pager ul a.is-active {
  background: #2A3F7C;
  border: 1px solid #2A3F7C;
  color: white;
}
.pager ul a:hover img, .pager ul a.is-active img {
  filter: invert(1);
}

.pager--month ul a {
  box-sizing: border-box;
  width: 115px;
  text-align: center;
}
.pager--month ul li:last-child a, .pager--month ul li:first-child a {
  width: unset;
}

@media only screen and (max-width: 480px) {
  .pager--month ul {
    flex-direction: column;
  }
  .pager--month ul a {
    margin-bottom: 15px;
  }
  .pager--month ul li:last-child a, .pager--month ul li:first-child a {
    display: none;
  }
}
.gallery-box .slick-arrow {
  position: absolute;
  height: 52px;
  width: 52px;
  background: #2A3F7C;
  border: none;
  appearance: none;
  padding: 0;
  font-size: 0;
  transition: all 0.4s linear;
  z-index: 1;
  cursor: pointer;
}
.gallery-box .slick-arrow:focus {
  outline: none;
}
.gallery-box .slick-arrow:hover {
  background: black;
}
.gallery-box .slick-arrow:after {
  transition: all 0.2s linear;
}
.gallery-box .slick-prev {
  bottom: 0;
  right: 0;
}
.gallery-box .slick-next {
  bottom: 0;
  right: 52px;
}
.gallery-box .slick-prev:after {
  filter: invert(1);
}
.gallery-box .slick-next:after {
  filter: invert(1);
}

.service-filter a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-right: 25px;
}
.service-filter a.is-active {
  position: relative;
  left: 25px;
}
.service-filter a.is-active:before {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 2px;
  background: #2A3F7C;
}

.gallery a {
  display: block;
  overflow: hidden;
}
.gallery a img {
  transition: transform 0.5s linear;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: table;
}
.gallery a:hover img {
  transform: scale(1.1);
}

.header-top {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #2A3F7C;
  z-index: 10000;
  box-sizing: border-box;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1000;
  background: white;
  width: 100%;
  height: 103px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .container-wide {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.header #mobile-menu-btn {
  display: none;
}
.header ul#main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header ul#main-menu > li {
  margin: 0 15px;
}
.header ul#main-menu > li.submenu-li {
  margin: 0 15px -60px 15px;
  padding-bottom: 60px;
}
.header ul#main-menu > li a {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.094rem;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 44px 0;
}
.header ul#main-menu > li a:before {
  content: "";
  width: calc(100% + 30px);
  background: #2A3F7C;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  transition: height 0.2s linear;
  height: 0;
}
.header ul#main-menu > li a:hover, .header ul#main-menu > li a.is-active {
  color: white;
}
.header ul#main-menu > li a:hover:before, .header ul#main-menu > li a.is-active:before {
  height: 103px;
}
.header .submenu {
  display: none;
  position: absolute;
  top: 103px;
  background: white;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .submenu a {
  padding: initial !important;
}
.header .submenu a:hover {
  color: black !important;
  text-decoration: underline !important;
}
.header .submenu a:before {
  content: none !important;
}
.header .submenu .submenu-target-id {
  display: block;
}
.header .submenu .submenu-target-id:before {
  content: none !important;
}
.header .submenu .submenu-target-id:hover {
  color: black !important;
}
.header .search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search #search-icon {
  display: table;
  margin-left: 30px;
  cursor: pointer;
}
.header .search .search-box {
  display: none;
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 100px 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.header .search .search-box.is-active {
  display: block;
}
.header #mobile-menu-btn > img {
  filter: invert(1);
  margin-left: 8px;
}

.header--no-bg {
  background: transparent;
  box-shadow: none;
}
.header--no-bg .logo {
  filter: grayscale(1) brightness(0) invert(1);
}
.header--no-bg ul#main-menu > li a {
  color: white;
}
.header--no-bg #search-icon {
  filter: invert(1);
}
.header--no-bg #mobile-menu-btn > img {
  filter: none;
}

@media only screen and (max-width: 1024px) {
  .header {
    height: 92px;
    padding: 12px 0;
  }
  .header .container-wide {
    grid-template-columns: 1fr 3fr 1fr;
  }
  .header .container-wide > a {
    margin: auto;
  }
  .header .container-wide > a img {
    height: 67px;
  }
  .header #mobile-menu-btn {
    display: block;
    cursor: pointer;
  }
  .header .menu {
    display: none;
    position: absolute;
    top: 91px;
    left: 0;
    width: 100%;
    max-height: 80vh;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
  }
  .header .menu.is-active {
    display: block;
  }
  .header ul#main-menu {
    flex-direction: column;
    padding: 10px 17px 30px 17px;
    box-sizing: border-box;
    background: white;
    align-items: start;
  }
  .header ul#main-menu > li {
    margin: 10px 0;
    padding: 0;
    width: 100%;
  }
  .header .submenu {
    position: relative;
    top: unset;
    left: unset;
  }
  .header .submenu.is-active {
    display: block;
  }
  .header .search .search-box {
    top: 91px;
    padding: 50px 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  }

  .header ul#main-menu > li a:hover, .header ul#main-menu > li a.is-active {
    color: black;
  }

  .header ul#main-menu > li.submenu-li {
    margin: 10px 0;
    padding-bottom: 0;
    position: relative;
  }
  .header ul#main-menu > li.submenu-li:after {
    position: absolute;
    top: 2px;
    right: 0;
  }

  .header .submenu {
    box-shadow: none;
  }

  .header ul#main-menu > li a {
    color: black;
  }
  .header ul#main-menu > li a:before {
    content: none;
  }

  .header--no-bg {
    background: transparent;
    box-shadow: none;
  }
  .header--no-bg .logo {
    filter: grayscale(1) brightness(0) invert(1);
  }
  .header--no-bg ul#main-menu > li a {
    color: black;
  }
}
@media only screen and (max-width: 480px) {
  .header-top .phone-link {
    font-size: 0;
  }

  .header .container-wide > a img {
    height: 30px;
  }
}
.slick-list, .slick-track {
  height: 100%;
}

.hero {
  height: 100vh;
  min-height: 650px;
  max-height: 1100px;
}
.hero .hero-item {
  position: relative;
  height: 100%;
  outline: none;
}
.hero .hero-item__img {
  height: 100%;
  width: 100%;
}
.hero .hero-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-item__box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  margin-bottom: 90px;
}
.hero .hero-item__over-top, .hero .hero-item__over-bot {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  object-fit: unset;
}
.hero .hero-item__over-top {
  top: 0;
  height: 45%;
}
.hero .hero-item__over-bot {
  bottom: 0;
  height: 45%;
}
.hero .slick-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hero .slick-dots .pager-line {
  width: 50px;
  height: 5px;
  background: white;
  cursor: pointer;
  margin-bottom: 10px;
}
.hero .slick-dots li.slick-active .pager-line {
  width: 80px;
  height: 5px;
  background: #2A3F7C;
}

.no-img {
  height: calc(100vh - 137px);
  min-height: calc(650px - 137px);
  max-height: calc(1100px - 137px);
}
.no-img .hero-item__box {
  top: 0;
}
.no-img .hero-item__box .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.no-img .hero-item__box .container .btn--center {
  margin: unset;
}

@media only screen and (max-width: 480px) {
  .hero .slick-dots {
    display: none !important;
  }
}
.icon-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}
.icon-box .icon-box__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box--purple:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(39%) saturate(3323%) hue-rotate(232deg) brightness(83%) contrast(102%);
}
.icon-box--purple:hover p {
  color: #2A3F7C;
}

.icon-box--invert img {
  filter: invert(1);
}

@media only screen and (max-width: 1024px) {
  .icon-box--submenu-tablet {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-box--submenu-tablet .icon-box__item {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 480px) {
  .icon-box--flex-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icon-box--flex-wrap .icon-box__item {
    margin: 0 15px;
  }
}
.grid {
  display: grid;
  grid-gap: 40px;
}

.grid--align-cen {
  align-items: center;
}

.grid--gallery a:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}

.grid--gap-75 {
  grid-gap: 75px;
}

.grid--gap-5 {
  grid-gap: 5px;
}

.grid-gap-20 {
  grid-gap: 20px;
}

.grid-gap-30 {
  grid-gap: 30px;
}

.grid-gap-60 {
  grid-gap: 60px;
}

.grid--gap-7 {
  grid-gap: 7px;
}

.grid--gap-col10 {
  grid-gap: 0 10px;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid--two-col {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid--three-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid--four-col {
  grid-template-columns: repeat(4, 1fr);
}

.grid--five-col {
  grid-template-columns: repeat(5, 1fr);
}

.grid--six-col {
  grid-template-columns: repeat(6, 1fr);
}

.grid--auto-1 {
  grid-template-columns: auto 1fr;
}

.grid--1-auto {
  grid-template-columns: 1fr auto;
}

.grid--1-2 {
  grid-template-columns: 1fr 2fr;
}

.grid--2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}

.grid--2-6-1 {
  grid-template-columns: 2fr 6fr 1fr;
}

.grid--center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .grid--tablet-one-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid--tablet-two-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid--tablet-gap-2O {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .grid--four-col, .grid--three-col, .grid--two-col, .grid--1-2, .grid--2-6-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid--small-1-2 {
    grid-template-columns: 1fr 2fr;
  }

  .grid--five-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid--mobile-gap-O {
    grid-gap: 0;
  }

  .grid--mobile-gap-1O {
    grid-gap: 10px;
  }

  .grid--special {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-bottom: 50px;
    justify-items: center;
  }

  .grid--mobile-stay-three {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid--six-col {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid--one-mobile {
    grid-template-columns: 1fr;
  }
}
.footer {
  background: #2A3F7C;
  color: #dad8e9;
}
.footer .footer-logo {
  filter: grayscale(1) brightness(0) invert(1);
}
.footer a {
  color: #dad8e9;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h4 {
  color: #dad8e9;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}
.footer p {
  color: #dad8e9;
  margin: 0 0 15px 0;
  line-height: initial;
}
.footer .footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 0;
  border-bottom: 1px solid #dad8e9;
}
.footer .grid {
  padding: 50px 0 10px 0;
  border-bottom: 1px solid #dad8e9;
}
.footer .grid__item.flex {
  display: flex;
  flex-direction: column;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer ul a {
  text-transform: uppercase;
  margin: 0 15px;
  font-size: 0.875rem;
  letter-spacing: 0.094rem;
}
.footer ul li:before {
  content: none;
}
.footer .soc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.footer .soc img {
  filter: opacity(0.8);
}
.footer .soc img:hover {
  filter: opacity(1);
}
.footer .footer-bottom {
  opacity: 0.5;
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.75rem;
}

@media only screen and (max-width: 1024px) {
  .footer ul {
    flex-wrap: wrap;
    justify-content: left;
    width: 63%;
  }
  .footer .grid--2-6-1 {
    grid-template-columns: 2fr 4fr 1fr;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    text-align: center;
  }
  .footer .footer-menu, .footer ul {
    flex-direction: column;
  }
  .footer .grid.grid--2-6-1 {
    padding: 6px 0 10px 0;
  }
  .footer .grid.grid--2-6-1 .grid__item:nth-child(2) > h4 {
    text-align: left;
  }
  .footer .footer-menu {
    padding: 65px 0 20px 0;
  }
  .footer .soc {
    justify-content: center;
  }
  .footer .soc a {
    margin: 0 10px;
  }
  .footer .footer-language, .footer .language-switch--footer {
    display: none;
  }
  .footer .social--footer {
    margin-bottom: 25px;
  }
  .footer .mobile-hide {
    display: none !important;
  }
  .footer .lang-spec {
    display: flex !important;
    margin: 30px auto 5px auto !important;
  }
  .footer .contact-footer--mobile p {
    text-align: left;
    padding: 0 55px;
  }
  .footer .contact-footer--mobile .icon-before {
    justify-content: flex-start;
  }
  .footer ul {
    margin-top: 20px;
  }
  .footer .icon-before {
    justify-content: center;
  }
  .footer .grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer .grid > .grid__item:first-child {
    grid-row: 2;
  }

  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom .terms {
    margin-bottom: 10px;
  }
}
.banner {
  position: relative;
}
.banner img {
  display: table;
}
.banner .banner__over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: unset;
}
.banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .banner {
    display: none;
  }
}
.center-text {
  text-align: center;
}

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

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

.mb-200 {
  margin-bottom: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-5 {
  margin-right: 5px;
}

.m-0-30 {
  margin: 0 30px;
}

.pt-500 {
  padding-top: 500px;
}

.pl-55 {
  padding-left: 55px;
}

.m-0 {
  margin: 0;
}

.align-box {
  width: fit-content;
  margin: auto;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.height-100 {
  height: 100%;
}

.min-h-100 {
  min-height: 100px;
}

.visibility {
  visibility: hidden;
}

.mobile-only {
  display: none;
}

.flex-space {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.display-flex {
  display: flex;
}

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

  .mobile-hide {
    display: none;
  }

  .mb-mobile-50 {
    margin-bottom: 50px;
  }
}