ul {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

body {
  box-sizing: border-box;
}

main {
  margin-top: 0 !important;
}

html {
  scroll-behavior: smooth;
}

.accent {
  color: #bc813b;
}

.italic {
  font-style: italic;
}

.container {
  max-width: 1430px;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-thin {
  max-width: 1150px;
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .wp-block-group {
    flex-direction: column;
  }
}

.image-cover {
  overflow: hidden;
  height: 100%;
  margin: 0 auto !important;
}
.image-cover img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 992px) {
  .d-none-tab {
    display: none;
  }
}

.overflow {
  overflow: hidden;
}

.overflow-y {
  overflow-y: hidden;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  margin-top: calc(50px + 0 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .header {
    margin-top: 50px;
  }
}
.header__left {
  display: flex;
}
.header .header__logo {
  margin: auto 0 0 77px;
}
@media (max-width: 1700px) {
  .header .header__logo {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    margin-left: 17px;
  }
}
.header .header__logo img, .header .header__logo svg, .header .header__logo span {
  width: 100%;
  max-width: 166px;
  max-height: 80px;
}
.header .header__tagline {
  margin-left: calc(0px + 64 * ((100vw - 320px) / 1600));
  margin-top: 46px;
  font-family: "houschka-pro-bold";
  color: #FFFFFF;
  font-size: 16.5px;
  letter-spacing: 0.66px;
}
@media (min-width: 1920px) {
  .header .header__tagline {
    margin-left: 64px;
  }
}
@media (max-width: 767px) {
  .header .header__tagline {
    display: none;
  }
}
.header .header__buttons {
  display: flex;
  top: 50px;
  right: 0;
  align-items: center;
  padding: 45px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #46176B;
  transition: all 0.5s ease-in-out;
  position: fixed;
}
@media (max-width: 1199px) {
  .header .header__buttons {
    padding: 20px 25px 20px 40px;
  }
}
@media (max-width: 992px) {
  .header .header__buttons {
    align-items: center;
    height: 80px;
  }
}
.header .header__buttons a {
  font-family: "houschka-pro-bold";
  font-size: 16.5px;
  line-height: 1em;
}
.header .header__buttons svg {
  width: 19px !important;
  margin-right: 17px;
}
@media (max-width: 992px) {
  .header .header__buttons svg {
    margin-right: 2px;
  }
}
.header .header__buttons.sticky {
  position: fixed;
  right: 0;
  top: 10vh;
  height: 80px;
  z-index: 999999;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.4);
}
.header .header__buttons.sticky span {
  display: none;
}
.header .header__buttons.sticky .header__buttons-contact {
  margin-left: 30px;
  display: flex;
}
.header .header__buttons.sticky svg {
  margin-right: 2px;
}
@media (max-width: 992px) {
  .header .header__buttons .header__buttons-menu span {
    display: none;
  }
}
.header .header__buttons .header__buttons-contact {
  margin-left: 62px;
}
@media (max-width: 992px) {
  .header .header__buttons .header__buttons-contact {
    display: none;
  }
}
@media (max-width: 992px) {
  .header .header__buttons .header__buttons-contact {
    margin-left: 30px;
    display: flex;
  }
  .header .header__buttons .header__buttons-contact span {
    display: none;
  }
}

.display-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  position: fixed;
  transform: translateY(-120%);
  animation-name: sub-menu;
  animation-duration: 300ms;
  opacity: 0.96;
}
@media (max-width: 767px) {
  .display-wrapper {
    opacity: 1;
  }
}
.display-wrapper::after {
  content: "";
  display: block;
  width: 47.6%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #46176B;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .display-wrapper::after {
    display: none;
  }
}
.display-wrapper .display__info-form {
  display: none;
}
.display-wrapper.menu--active {
  animation-name: sub-menu-active;
  animation-duration: 300ms;
  transform: translateY(0);
}
.display-wrapper.menu--active .display__info-form {
  display: block;
}

.display-close {
  display: flex;
  align-items: center;
  width: 275px;
  padding: 30px 33px 34px;
  background-color: #FFFFFF;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  position: absolute;
  top: 47px;
  right: 0;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 992px) {
  .display-close {
    flex-direction: column;
    width: 193px;
    padding: 26px 0px 23px;
    top: 25px;
  }
}
@media (max-width: 767px) {
  .display-close {
    width: 80px;
    top: 18px;
  }
}
.display-close span {
  font-family: "houschka-pro-bold";
  margin-left: 17px;
  font-size: 16.5px;
  letter-spacing: 0.66px;
  color: #211134;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .display-close span {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .display-close span {
    display: none;
  }
}

.display {
  height: 100%;
  background-color: #231731;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #FFFFFF;
  padding-top: calc(50px + 28 * ((100vw - 320px) / 1600));
  padding-bottom: 100px;
  overflow-y: scroll;
}
@media (min-width: 1920px) {
  .display {
    padding-top: 78px;
  }
}
@media (max-width: 992px) {
  .display {
    flex-direction: column;
    justify-content: start;
    background-color: #46176B;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.display * {
  z-index: 1;
}
@media (max-width: 992px) {
  .display * {
    z-index: inherit;
  }
}
.display__logo {
  position: absolute;
  top: 56px;
  left: 77px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .display__logo {
    left: 30px;
  }
}
@media (max-width: 1300px) {
  .display__logo {
    left: 15px;
  }
}
.display__logo a {
  text-decoration: none;
}
.display__logo span {
  color: #FFFFFF;
  font-size: 28px;
}
.display__logo img, .display__logo svg, .display__logo span {
  max-width: 166px;
  width: 100%;
}
@media (max-width: 1199px) {
  .display__logo-desktop {
    display: none;
  }
}
.display__logo-mobile {
  display: none;
  position: inherit;
}
@media (max-width: 1199px) {
  .display__logo-mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .display__logo-mobile {
    display: none;
  }
}
.display__info {
  font-family: "houschka-pro-500";
  padding-left: calc(0px + 319 * ((100vw - 320px) / 1600));
  text-align: left;
}
@media (min-width: 1920px) {
  .display__info {
    padding-left: 319px;
  }
}
@media (max-width: 992px) {
  .display__info {
    padding-left: 0;
  }
}
.display__info-tagline {
  font-family: "houschka-pro-bold";
  color: #bc813b;
  font-size: 16.5px;
  letter-spacing: 0.66px;
  margin-bottom: 34px;
  margin-bottom: calc(0px + 34 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .display__info-tagline {
    margin-bottom: 34px;
  }
}
@media (max-width: 1199px) {
  .display__info-tagline {
    display: none;
  }
}
.display__info-phone {
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .display__info-phone {
    margin-bottom: 0;
    line-height: 1em;
  }
}
.display__info-phone svg {
  margin-left: calc(0px + 23 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .display__info-phone svg {
    margin-left: 23px;
  }
}
@media (max-width: 767px) {
  .display__info-phone svg {
    display: none;
  }
}
.display__info-phone a {
  color: #FFFFFF;
  font-size: calc(28px + 12 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .display__info-phone a {
    font-size: 40px;
  }
}
.display__info-phone a:hover {
  text-decoration: underline !important;
}
.display__info-email a {
  color: #FFFFFF;
  font-size: calc(18px + 10.5 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .display__info-email a {
    font-size: 28.5px;
  }
}
.display__info-email a:hover {
  text-decoration: underline !important;
}
.display__info-address {
  font-size: calc(14px + 3.5 * ((100vw - 320px) / 1600));
  line-height: 2.257;
  font-weight: 600;
  font-family: "houschka-pro-600";
  margin-bottom: calc(0px + 50 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .display__info-address {
    font-size: 17.5px;
  }
}
@media (min-width: 1920px) {
  .display__info-address {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .display__info-address {
    margin-bottom: 0;
  }
}
.display__info-address span {
  color: #bc813b;
}
.display__info-form {
  max-width: 733px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .display__info-form {
    position: fixed;
    bottom: 0;
    top: auto;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
    left: 0;
    max-width: 100%;
    transform: translateY(82%);
    animation-name: form;
    animation-duration: 500ms;
    padding-bottom: 60px;
    z-index: 2;
  }
}
@media (max-width: 640px) {
  .display__info-form {
    padding-left: 15px;
    padding-right: 15px;
    transform: translateY(87%);
    animation-name: form-m;
  }
}
.display__info-form::before {
  content: "";
  display: none;
  background-color: #231731;
  width: calc(100% + 38px);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 992px) {
  .display__info-form::before {
    display: block;
  }
}
.display__info-form .form-show {
  display: none;
}
.display__info-form .form-show svg {
  display: block;
  margin-top: 25px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .display__info-form .form-show {
    display: block;
  }
}
.display__info-form .form-hide {
  display: none;
}
.display__info-form .form-hide svg {
  display: block;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}
.display__info-form.form--active {
  position: absolute;
  top: 0;
  bottom: auto;
  padding-left: 15px;
  padding-right: 15px;
  animation-name: form-active;
  animation-duration: 500ms;
  transform: translateY(35%);
}
@media (max-width: 640px) {
  .display__info-form.form--active {
    transform: translateY(15%);
    animation-name: form-active-m;
  }
}
.display__info-form.form--active::before {
  display: none;
}
.display__info-form.form--active .form-show {
  display: none;
}
.display__info-form.form--active .form-hide {
  display: block;
}
.display__nav {
  position: relative;
  padding-right: calc(0px + 226 * ((100vw - 320px) / 1600));
  padding-left: 30px;
  margin-top: calc(182px + 95 * ((100vw - 320px) / 1600));
  text-align: right;
}
@media (min-width: 1920px) {
  .display__nav {
    padding-right: 226px;
  }
}
@media (min-width: 1920px) {
  .display__nav {
    margin-top: 277px;
  }
}
@media (max-width: 992px) {
  .display__nav {
    padding-right: 0;
    padding-left: 0;
    margin-top: 80px;
  }
}
.display__nav-menu {
  transition: opacity ease-out 300ms;
  padding-bottom: 50px;
}
.display__nav-menu.d-none {
  opacity: 0 !important;
  transition: opacity ease-out 300ms;
}
@media (max-width: 992px) {
  .display__nav-menu {
    display: flex;
    justify-content: center;
  }
}
.display__nav-menu .menu > .menu-item {
  margin-bottom: 27px;
}
.display__nav-menu .menu > .menu-item.menu-item-has-children--active {
  margin-bottom: 0;
}
.display__nav-menu .menu-item {
  font-family: "ivyjournal-normal";
  color: #FFFFFF;
  font-size: calc(20px + 24.5 * ((100vw - 320px) / 1600));
  letter-spacing: -0.53px;
  line-height: 1em;
}
@media (min-width: 1920px) {
  .display__nav-menu .menu-item {
    font-size: 44.5px;
  }
}
@media (max-width: 992px) {
  .display__nav-menu .menu-item {
    font-size: 26px;
  }
}
.display__nav-menu .menu-item a {
  color: #FFFFFF;
  z-index: 2;
  position: relative;
  line-height: inherit;
  display: block;
}
.display__nav-menu .menu-item-has-children {
  position: relative;
  z-index: 2;
}
.display__nav-menu .menu-item-has-children > a {
  position: relative;
}
.display__nav-menu .menu-item-has-children > a .caret {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 12px;
  right: -45px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform ease-out 300ms;
}
@media (max-width: 1500px) {
  .display__nav-menu .menu-item-has-children > a .caret {
    top: 8px;
  }
}
@media (max-width: 1199px) {
  .display__nav-menu .menu-item-has-children > a .caret {
    top: 5px;
  }
}
@media (max-width: 992px) {
  .display__nav-menu .menu-item-has-children > a .caret {
    top: 0;
  }
}
.display__nav-menu .menu-item-has-children .sub-menu {
  animation: sub-menu 400ms forwards;
}
.display__nav-menu .menu-item-has-children .sub-menu .menu-item {
  font-size: calc(18px + 16.5 * ((100vw - 320px) / 1600));
  display: flex;
  align-items: center;
  justify-content: end;
  height: 0px;
  opacity: 0;
  transition: height ease-out 300ms, opacity ease-out 0ms;
}
@media (min-width: 1920px) {
  .display__nav-menu .menu-item-has-children .sub-menu .menu-item {
    font-size: 34.5px;
  }
}
@media (max-width: 992px) {
  .display__nav-menu .menu-item-has-children .sub-menu .menu-item {
    font-size: 20px;
  }
}
.display__nav-menu .menu-item-has-children .sub-menu .menu-item a {
  color: #bc813b !important;
}
.display__nav-menu .menu-item-has-children--active > a .caret {
  transform: rotate(0deg);
  transition: transform ease-out 300ms;
}
.display__nav-menu .menu-item-has-children--active .sub-menu {
  animation: sub-menu-active 400ms forwards;
  padding-top: 20px;
  padding-bottom: 20px;
}
.display__nav-menu .menu-item-has-children--active .sub-menu .menu-item {
  opacity: 1;
  height: auto;
  transition: height ease-out 300ms, opacity ease-out 500ms;
}
.display__nav-menu .menu-item-has-children--active .sub-menu > .menu-item + .menu-item {
  margin-top: 15px;
}
.display__nav-menu .menu > .menu-item.button-version {
  font-family: "houschka-pro-bold";
  font-size: 19.5px;
  letter-spacing: -0.53px;
  padding: 16px 36px;
  border-radius: 26px;
  background-color: #FFFFFF;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 20px;
  width: fit-content;
  float: right;
  clear: both;
}
.display__nav-menu .menu > .menu-item.button-version:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}
.display__nav-menu .menu > .menu-item.button-version a {
  color: #bc813b !important;
}

@media (max-width: 992px) {
  .display-wrapper .display__nav-form.d-none {
    display: none;
  }
  .display-wrapper.menu--active .display__nav-form.d-none {
    display: block;
  }
}

.header-form-cf7 {
  background-color: #EEE9E5;
  box-shadow: -0.1px 2px 23px #0F08188F;
  border-radius: 10px;
  padding-top: calc(10px + 18 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 48 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 41 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 28 * ((100vw - 320px) / 1600));
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .header-form-cf7 {
    padding-top: 28px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7 {
    padding-right: 58px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7 {
    padding-left: 51px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7 {
    padding-bottom: 48px;
  }
}
.header-form-cf7__title {
  font-family: "ivyjournal-normal";
  color: #46176B;
  text-align: center;
  font-size: calc(20px + 24.5 * ((100vw - 320px) / 1600));
  padding-bottom: calc(11px + 23 * ((100vw - 320px) / 1600));
  letter-spacing: -0.53px;
  position: relative;
}
@media (min-width: 1920px) {
  .header-form-cf7__title {
    font-size: 44.5px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7__title {
    padding-bottom: 34px;
  }
}
.header-form-cf7__title::after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: #CBC7C5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-form-cf7__subtitle {
  font-family: "ivyjournal-normal";
  color: #46176B;
  text-align: left;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
  margin-top: calc(20px + 4 * ((100vw - 320px) / 1600));
  margin-bottom: 6px;
  letter-spacing: -0.29px;
}
@media (min-width: 1920px) {
  .header-form-cf7__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7__subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .header-form-cf7__subtitle {
    text-align: center;
  }
}
.header-form-cf7__group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-form-cf7__group {
    display: block;
  }
}
.header-form-cf7__column {
  width: 49%;
}
@media (max-width: 767px) {
  .header-form-cf7__column {
    width: 100%;
  }
}
.header-form-cf7__button {
  flex-direction: row-reverse;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .header-form-cf7__button {
    text-align: center;
    border-radius: 5px;
  }
  .header-form-cf7__button .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-form-cf7 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.header-form-cf7 .wpcf7-form-control-wrap textarea {
  max-height: 100px;
  height: auto;
}
.header-form-cf7 .wpcf7-form-control-wrap input, .header-form-cf7 .wpcf7-form-control-wrap select, .header-form-cf7 .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 1px solid #D9D5D2;
  border-radius: 10px;
  padding: 18px;
  font-size: calc(16px + 1 * ((100vw - 320px) / 1600));
  letter-spacing: 0.05px;
  color: #C4C0BD;
  margin-top: calc(14px + 6 * ((100vw - 320px) / 1600));
  transition: all ease 600ms;
  outline: none;
}
@media (min-width: 1920px) {
  .header-form-cf7 .wpcf7-form-control-wrap input, .header-form-cf7 .wpcf7-form-control-wrap select, .header-form-cf7 .wpcf7-form-control-wrap textarea {
    font-size: 17px;
  }
}
@media (min-width: 1920px) {
  .header-form-cf7 .wpcf7-form-control-wrap input, .header-form-cf7 .wpcf7-form-control-wrap select, .header-form-cf7 .wpcf7-form-control-wrap textarea {
    margin-top: 20px;
  }
}
.header-form-cf7 .wpcf7-form-control-wrap input:focus::placeholder, .header-form-cf7 .wpcf7-form-control-wrap input:focus-visible::placeholder, .header-form-cf7 .wpcf7-form-control-wrap select:focus::placeholder, .header-form-cf7 .wpcf7-form-control-wrap select:focus-visible::placeholder, .header-form-cf7 .wpcf7-form-control-wrap textarea:focus::placeholder, .header-form-cf7 .wpcf7-form-control-wrap textarea:focus-visible::placeholder {
  position: absolute;
  top: 8px;
  font-size: 10px;
  transition: all ease 600ms;
}
.header-form-cf7 .wpcf7-form-control-wrap input::placeholder, .header-form-cf7 .wpcf7-form-control-wrap select::placeholder, .header-form-cf7 .wpcf7-form-control-wrap textarea::placeholder {
  color: #C4C0BD;
  transition: all ease 600ms;
}
.header-form-cf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 10px;
}
.header-form-cf7 input[type=submit] {
  font-family: "ivyjournal-normal-italic";
  cursor: pointer;
  margin-right: 5px;
}
.header-form-cf7 .btn {
  cursor: pointer;
  min-width: 197px;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 20px;
  font-size: 26px;
  font-family: "ivyjournal-normal-italic", sans-serif;
  letter-spacing: -0.39px;
  color: #FFFFFF;
  background-color: #bc813b;
  border: none;
  outline: none;
}
.header-form-cf7 .btn::after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #231731B3;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.header-form-cf7 .btn:hover::after {
  right: -30px;
  width: 30px;
}
.header-form-cf7 .wpcf7 form.invalid .wpcf7-response-output,
.header-form-cf7 .wpcf7 form.unaccepted .wpcf7-response-output,
.header-form-cf7 .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  max-width: 50%;
  display: block;
  bottom: 50px;
  color: #000;
  font-size: 12px;
  font-style: italic;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0 !important;
}

.ginput_container_textarea {
  max-height: 100px;
}

.gform_validation_errors {
  display: none;
}

.gfield {
  position: relative;
}

.gfield_description {
  color: #3A443F;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 11px !important;
  font-style: italic !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  bottom: -18px !important;
  left: 18px !important;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1199px) {
  .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    bottom: -16px !important;
  }
}

.instruction.validation_message {
  left: 127px !important;
}

.gform_confirmation_message {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 290px;
  color: #231731;
}

.form textarea {
  max-height: 100px;
  height: auto;
  resize: none;
}
.form input, .form select, .form textarea {
  width: 100%;
  border: 1px solid #D9D5D2;
  border-radius: 10px;
  padding: 20px 18px !important;
  font-size: 18px !important;
  letter-spacing: 0.05px;
  color: #3a443f;
  transition: all ease 600ms;
  outline: none;
  -webkit-appearance: none;
}
.form input:focus::placeholder, .form input:focus-visible::placeholder, .form select:focus::placeholder, .form select:focus-visible::placeholder, .form textarea:focus::placeholder, .form textarea:focus-visible::placeholder {
  position: absolute;
  top: 8px;
  font-size: 10px;
  transition: all ease 600ms;
}
.form input::placeholder, .form select::placeholder, .form textarea::placeholder {
  color: #C4C0BD;
  transition: all ease 600ms;
}
.form input[type=submit] {
  font-family: "ivyjournal-normal-italic";
  cursor: pointer;
  margin-right: 5px;
  margin-left: auto;
  min-width: 197px;
  width: auto;
  min-height: 79px !important;
  text-align: center;
  position: relative;
  padding: 20px;
  font-size: 26px !important;
  line-height: 1em !important;
  letter-spacing: -0.39px;
  color: #FFFFFF;
  background-color: #bc813b;
  border: none;
  outline: none;
  border-radius: 1.5px;
  display: block;
}
.form input[type=submit]:hover {
  background-color: #BC813B99;
}
.form input[type=radio] {
  appearance: auto;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.form .button::after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #231731B3;
  right: 0;
  width: 0;
  height: 100%;
  transition: 0.3s;
  transition-delay: 0.1s;
  z-index: -1;
}
.form .button:hover::after {
  right: -30px;
  width: 30px;
}
@media (max-width: 640px) {
  .form input[type=submit] {
    min-height: 53px !important;
    min-width: 134px;
    font-size: 21px !important;
    border-radius: 5px;
    margin-right: auto;
    padding: 0 !important;
  }
  .form input[type=submit]:hover {
    background-color: #BC813B99;
  }
}

.header-form {
  background-color: #EEE9E5;
  box-shadow: -0.1px 2px 23px #0F08188F;
  border-radius: 10px;
  padding-top: calc(10px + 18 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 48 * ((100vw - 320px) / 1600));
  padding-left: calc(10px + 41 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 28 * ((100vw - 320px) / 1600));
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .header-form {
    padding-top: 28px;
  }
}
@media (min-width: 1920px) {
  .header-form {
    padding-right: 58px;
  }
}
@media (min-width: 1920px) {
  .header-form {
    padding-left: 51px;
  }
}
@media (min-width: 1920px) {
  .header-form {
    padding-bottom: 48px;
  }
}
.header-form .gform_fields {
  grid-column-gap: 12.5px !important;
}
.header-form__title {
  font-family: "ivyjournal-normal";
  color: #46176B;
  text-align: center;
  font-size: calc(20px + 24.5 * ((100vw - 320px) / 1600));
  padding-bottom: calc(11px + 23 * ((100vw - 320px) / 1600));
  letter-spacing: -0.53px;
}
@media (min-width: 1920px) {
  .header-form__title {
    font-size: 44.5px;
  }
}
@media (min-width: 1920px) {
  .header-form__title {
    padding-bottom: 34px;
  }
}
.header-form__subtitle {
  font-family: "ivyjournal-normal";
  color: #46176B;
  text-align: left;
  font-size: calc(14px + 10 * ((100vw - 320px) / 1600));
  margin-top: calc(20px + 4 * ((100vw - 320px) / 1600));
  letter-spacing: -0.29px;
}
@media (min-width: 1920px) {
  .header-form__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .header-form__subtitle {
    margin-top: 24px;
  }
}
.header-form__subtitle .color-green {
  color: #3A443F;
}
@media (max-width: 767px) {
  .header-form__subtitle {
    text-align: center;
  }
}
.header-form label {
  font-size: calc(14px + 7 * ((100vw - 320px) / 1600)) !important;
  font-weight: inherit !important;
  margin-bottom: 6px !important;
  font-family: "ivyjournal-normal";
  color: #3A443F;
  text-align: left;
  margin-top: calc(5px + 19 * ((100vw - 320px) / 1600));
  letter-spacing: -0.29px;
}
@media (min-width: 1920px) {
  .header-form label {
    font-size: 21px !important;
  }
}
@media (min-width: 1920px) {
  .header-form label {
    margin-top: 24px;
  }
}
.header-form label .gfield_required {
  display: none;
}
.header-form select {
  background-color: #FFFFFF;
}
.header-form input[type=submit] {
  margin-top: 36px;
}

.cta-form {
  display: flex;
  align-items: end;
}
.cta-form .gform_body {
  width: 100%;
}
.cta-form .gform_fields {
  grid-column-gap: 62px !important;
}
.cta-form__subtitle {
  font-family: "ivyjournal-normal";
  color: #3C4454;
  text-align: left;
  font-size: calc(22px + 8 * ((100vw - 320px) / 1600));
  margin-bottom: calc(0px + 20 * ((100vw - 320px) / 1600));
  letter-spacing: -0.29px;
}
@media (min-width: 1920px) {
  .cta-form__subtitle {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .cta-form__subtitle {
    margin-bottom: 20px;
  }
}
.cta-form input, .cta-form select, .cta-form textarea {
  min-height: 80px;
  border-radius: 1.5px;
}
.cta-form input[type=submit] {
  margin-right: 0;
  margin-left: calc(0px + 63 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta-form input[type=submit] {
    margin-left: 63px;
  }
}
@media (max-width: 1500px) {
  .cta-form .gform_fields {
    grid-column-gap: 2% !important;
  }
}
@media (max-width: 767px) {
  .cta-form {
    flex-direction: column;
  }
  .cta-form .gform_fields {
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
  }
  .cta-form .gfield.gfield--width-half {
    grid-column: span 12 !important;
    margin-bottom: 15px;
  }
  .cta-form .gform_footer {
    width: 100%;
  }
  .cta-form input[type=submit] {
    width: 100%;
    margin-left: 0;
  }
  .cta-form .cta-form__subtitle {
    display: none;
  }
}

.gform_button.button {
  padding: 20px 40px;
  outline: none;
  border: none;
  margin-top: 25px;
  background-color: #bc813b;
  color: #fff;
  font-family: "houschka-pro-600";
  font-style: normal;
  font-size: 18px;
}

.gform_fields input[type=text], .gform_fields input[type=tel], .gform_fields input[type=email], .gform_fields input[type=number] {
  outline: none;
  border: 1px #919191 solid;
  padding: 15px 12px !important;
}

.img-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.83);
  text-align: center;
  display: none;
  z-index: 101;
  padding: 5%;
}
.img-lightbox-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
}
.img-lightbox-wrapper img {
  max-width: 50vw;
  max-height: 90vh;
  margin: auto;
}
.img-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bc813b;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  z-index: 102;
  transition: all ease 600ms;
  cursor: pointer;
}
.img-lightbox-close svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.img-lightbox-close:hover svg {
  transform: scale(1.1);
  transition: all ease 600ms;
}
.img-lightbox-fadeout {
  animation: pop-out;
  animation-duration: 600ms;
}

.banner-about__content {
  max-width: 827px;
  padding-left: calc(0px + 190 * ((100vw - 320px) / 1600)) !important;
  padding-right: 50px !important;
}
@media (min-width: 1920px) {
  .banner-about__content {
    padding-left: 190px !important;
  }
}
.banner-about__title {
  font-size: calc(50px + 16 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .banner-about__title {
    font-size: 66px;
  }
}
.banner-about__text {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-top: calc(0px + 30 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .banner-about__text {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .banner-about__text {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .banner-about .banner-about__content {
    padding-left: calc(25px + 135 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about .banner-about__content {
    padding-left: 160px !important;
  }
}

.banner-about-2 {
  margin-top: 200px !important;
}
.banner-about-2__content {
  padding-top: calc(0px + 0 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 60 * ((100vw - 320px) / 1600));
  padding-left: calc(20px + 80 * ((100vw - 320px) / 1600));
  padding-right: calc(20px + 80 * ((100vw - 320px) / 1600));
  background-color: #FFFFFF;
  position: absolute;
  width: max-content;
  max-width: 860px;
  top: -20%;
  right: 5%;
}
@media (min-width: 1920px) {
  .banner-about-2__content {
    padding-top: 0px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__content {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__content {
    padding-left: 100px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__content {
    padding-right: 100px;
  }
}
.banner-about-2__subtitle {
  font-size: calc(22px + 9 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  padding-top: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
  padding-left: calc(20px + 20 * ((100vw - 320px) / 1600));
  padding-right: calc(20px + 20 * ((100vw - 320px) / 1600));
  display: inline-block;
  border: 1px solid #bc813b;
  border-radius: 1.5px;
}
@media (min-width: 1920px) {
  .banner-about-2__subtitle {
    font-size: 31px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__subtitle {
    padding-top: 20px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__subtitle {
    padding-bottom: 20px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__subtitle {
    padding-left: 40px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__subtitle {
    padding-right: 40px;
  }
}
.banner-about-2__title {
  font-size: calc(45px + 15 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .banner-about-2__title {
    font-size: 60px;
  }
}
.banner-about-2__text {
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-top: calc(0px + 30 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .banner-about-2__text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .banner-about-2__text {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .banner-about-2 {
    display: flex;
    flex-direction: column;
    margin-top: calc(50px + 150 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about-2 {
    margin-top: 200px !important;
  }
}
@media (max-width: 992px) {
  .banner-about-2 .wp-block-cover__image-background {
    position: relative;
  }
}
@media (max-width: 992px) {
  .banner-about-2 .banner-about-2__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    padding-top: calc(30px + 90 * ((100vw - 320px) / 1600));
    padding-bottom: calc(30px + 90 * ((100vw - 320px) / 1600));
    padding-left: calc(30px + 120 * ((100vw - 320px) / 1600));
    padding-right: calc(30px + 120 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about-2 .banner-about-2__content {
    padding-top: 120px;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about-2 .banner-about-2__content {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about-2 .banner-about-2__content {
    padding-left: 150px;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-about-2 .banner-about-2__content {
    padding-right: 150px;
  }
}
@media (max-width: 992px) {
  .banner-about-2 .banner-about-2__subtitle {
    align-self: center;
  }
}

.banner-lodge__content {
  padding-left: calc(0px + 355 * ((100vw - 320px) / 1600)) !important;
  padding-right: 50px !important;
  margin-bottom: calc(80px + 70 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .banner-lodge__content {
    padding-left: 355px !important;
  }
}
@media (min-width: 1920px) {
  .banner-lodge__content {
    margin-bottom: 150px;
  }
}
.banner-lodge__title {
  font-size: calc(45px + 15 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  max-width: 900px;
}
@media (min-width: 1920px) {
  .banner-lodge__title {
    font-size: 60px;
  }
}
.banner-lodge__text {
  font-size: calc(22px + 2 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 900px;
}
@media (min-width: 1920px) {
  .banner-lodge__text {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .banner-lodge .banner-lodge__content {
    padding-left: calc(25px + 135 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .banner-lodge .banner-lodge__content {
    padding-left: 160px !important;
  }
}

.rb-text {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
  margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-text {
    margin-top: 100px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text {
    margin-bottom: 100px !important;
  }
}
.rb-text p {
  font-size: calc(18px + 13.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 913px;
}
@media (min-width: 1920px) {
  .rb-text p {
    font-size: 31.5px;
  }
}

.rb-text-btn {
  padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-text-btn {
    padding-top: 100px !important;
  }
}
.rb-text-btn__title {
  font-size: calc(30px + 15 * ((100vw - 320px) / 1600));
  line-height: 1.556em;
  padding-bottom: calc(30px + 70 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  max-width: 1090px;
}
@media (min-width: 1920px) {
  .rb-text-btn__title {
    font-size: 45px;
  }
}
@media (min-width: 1920px) {
  .rb-text-btn__title {
    padding-bottom: 100px;
  }
}
.rb-text-btn p {
  font-size: calc(18px + 11 * ((100vw - 320px) / 1600));
  padding-bottom: calc(20px + 27 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 771px;
}
@media (min-width: 1920px) {
  .rb-text-btn p {
    font-size: 29px;
  }
}
@media (min-width: 1920px) {
  .rb-text-btn p {
    padding-bottom: 47px;
  }
}

.rb-text-image {
  padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1920px) {
  .rb-text-image {
    padding-top: 100px !important;
  }
}
.rb-text-image__group {
  flex: 0 0 50%;
  max-width: 50%;
}
.rb-text-image__group:nth-child(2n) {
  margin-top: calc(0px + 80 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-text-image__group:nth-child(2n) {
    margin-top: 80px !important;
  }
}
.rb-text-image__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  padding-bottom: calc(30px + 70 * ((100vw - 320px) / 1600));
  padding-left: 30px;
  padding-right: 30px;
  font-family: "houschka-pro-500";
  max-width: 555px;
  margin: auto;
}
@media (min-width: 1920px) {
  .rb-text-image__text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-text-image__text {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .rb-text-image {
    flex-direction: column;
    align-items: center !important;
  }
  .rb-text-image .rb-text-image__group {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .rb-text-image .rb-text-image__group:nth-child(2n) {
    flex-direction: column-reverse;
    transform: translateY(-100px);
  }
  .rb-text-image .rb-text-image__group:nth-child(2n) .rb-text-image__image {
    border: 50px solid #FFFFFF;
    width: 75%;
  }
  .rb-text-image .rb-text-image__image {
    margin: auto !important;
  }
}
@media (max-width: 767px) {
  .rb-text-image {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .rb-text-image .rb-text-image__group:nth-child(2n) {
    transform: translateY(-50px);
  }
  .rb-text-image .rb-text-image__group:nth-child(2n) .rb-text-image__image {
    border: 15px solid #FFFFFF;
  }
}

.rb-3-text {
  padding-top: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-3-text {
    padding-top: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-3-text {
    padding-bottom: 100px !important;
  }
}
.rb-3-text__group {
  border-left: 2px solid #bc813b;
  padding-left: calc(10px + 30 * ((100vw - 320px) / 1600));
  padding-right: calc(0px + 80 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-3-text__group {
    padding-left: 40px;
  }
}
@media (min-width: 1920px) {
  .rb-3-text__group {
    padding-right: 80px;
  }
}
.rb-3-text__title {
  font-size: calc(24px + 12.5 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-600";
}
@media (min-width: 1920px) {
  .rb-3-text__title {
    font-size: 36.5px;
  }
}
.rb-3-text__text {
  font-size: calc(18px + 9.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
}
@media (min-width: 1920px) {
  .rb-3-text__text {
    font-size: 27.5px;
  }
}
@media (max-width: 767px) {
  .rb-3-text {
    flex-direction: column;
  }
  .rb-3-text .rb-3-text__group {
    border-left: none;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    position: relative;
  }
  .rb-3-text .rb-3-text__group::before, .rb-3-text .rb-3-text__group::after {
    content: "";
    display: block;
    width: 49px;
    height: 49px;
    position: absolute;
  }
  .rb-3-text .rb-3-text__group::before {
    border-top: 2px solid #bc813b;
    border-left: 2px solid #bc813b;
    top: 0;
    left: 0;
  }
  .rb-3-text .rb-3-text__group::after {
    border-bottom: 2px solid #bc813b;
    border-right: 2px solid #bc813b;
    bottom: 0;
    right: 0;
  }
  .rb-3-text .rb-3-text__group + .rb-3-text__group {
    margin-top: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 767px) and (min-width: 1920px) {
  .rb-3-text .rb-3-text__group + .rb-3-text__group {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  .rb-3-text .rb-3-text__title,
.rb-3-text .rb-3-text__text {
    text-align: center;
  }
}

.rb-3-text-2 {
  padding-top: calc(50px + 150 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-3-text-2 {
    padding-top: 200px !important;
  }
}
@media (min-width: 1920px) {
  .rb-3-text-2 {
    padding-bottom: 70px !important;
  }
}
.rb-3-text-2__heading {
  font-size: calc(24px + 11 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-3-text-2__heading {
    font-size: 35px;
  }
}
@media (min-width: 1920px) {
  .rb-3-text-2__heading {
    margin-bottom: 50px !important;
  }
}
.rb-3-text-2__inner {
  padding-left: 30px;
  padding-right: 30px;
}
.rb-3-text-2__group {
  border-left: 2px solid #bc813b;
  padding-left: calc(10px + 15 * ((100vw - 320px) / 1600));
  padding-right: calc(10px + 15 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-3-text-2__group {
    padding-left: 25px;
  }
}
@media (min-width: 1920px) {
  .rb-3-text-2__group {
    padding-right: 25px;
  }
}
.rb-3-text-2__title {
  font-size: calc(18px + 1.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  margin-bottom: 13px !important;
}
@media (min-width: 1920px) {
  .rb-3-text-2__title {
    font-size: 19.5px;
  }
}
.rb-3-text-2__text {
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  line-height: 1.2em;
}
@media (min-width: 1920px) {
  .rb-3-text-2__text {
    font-size: 24px;
  }
}
.rb-3-text-2 .rb-3-text-2__text + .rb-3-text-2__text {
  margin-top: 7px !important;
}
@media (max-width: 767px) {
  .rb-3-text-2 .rb-3-text-2__inner {
    flex-direction: column;
  }
  .rb-3-text-2 .rb-3-text-2__group {
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.rb-title-text {
  padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-title-text {
    padding-top: 100px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-text {
    padding-bottom: 100px !important;
  }
}
.rb-title-text__top-title {
  font-size: calc(50px + 56 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .rb-title-text__top-title {
    font-size: 106px;
  }
}
.rb-title-text__top-title .translate-right {
  margin-right: -30px;
}
.rb-title-text__top-text {
  font-size: calc(18px + 13.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 661px;
  padding-bottom: 30px;
}
@media (min-width: 1920px) {
  .rb-title-text__top-text {
    font-size: 31.5px;
  }
}
.rb-title-text__bottom {
  padding-top: 20px;
}
.rb-title-text__bottom p {
  font-size: calc(16px + 5.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-left: calc(0px + 89 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-text__bottom p {
    font-size: 21.5px;
  }
}
@media (min-width: 1920px) {
  .rb-title-text__bottom p {
    padding-left: 89px;
  }
}
@media (max-width: 992px) {
  .rb-title-text .rb-title-text__top {
    flex-direction: column;
    align-items: center !important;
  }
  .rb-title-text .rb-title-text__top figure {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
  .rb-title-text .rb-title-text__top-title {
    text-align: center !important;
  }
  .rb-title-text .rb-title-text__top-title .translate-right {
    margin: 0;
  }
  .rb-title-text .rb-title-text__top-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .rb-title-text .rb-title-text__bottom {
    flex-direction: column;
  }
}

.rb-title-text-2 {
  padding-left: calc(30px + 360 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 360 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-title-text-2 {
    padding-left: 390px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-text-2 {
    padding-right: 390px !important;
  }
}
.rb-title-text-2__subtitle {
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-title-text-2__subtitle {
    font-size: 22px;
  }
}
.rb-title-text-2__title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  padding-bottom: calc(40px + 35 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-text-2__title {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .rb-title-text-2__title {
    padding-bottom: 75px;
  }
}
.rb-title-text-2__text {
  font-size: calc(18px + 9.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 656px;
  padding-left: calc(0px + 85 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-text-2__text {
    font-size: 27.5px;
  }
}
@media (min-width: 1920px) {
  .rb-title-text-2__text {
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .rb-title-text-2 {
    flex-direction: column;
  }
  .rb-title-text-2 .rb-title-text-2__text {
    padding-left: 0;
  }
}

.rb-title-image {
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1920px) {
  .rb-title-image {
    padding-top: 150px !important;
  }
}
.rb-title-image__title {
  font-size: calc(20px + 2.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 645px;
}
@media (min-width: 1920px) {
  .rb-title-image__title {
    font-size: 22.5px;
  }
}
.rb-title-image__image {
  min-width: 71px;
  width: 71px;
  position: relative;
}
.rb-title-image__image.wide {
  min-width: 150px;
  width: 150px;
}
.rb-title-image__image.wide::before {
  transform: translateX(70%);
}
.rb-title-image__image.wide::after {
  transform: translateX(-70%);
}
.rb-title-image__image::before, .rb-title-image__image::after {
  content: "";
  display: block;
  width: 132px;
  height: 1.5px;
  background-color: #bc813b;
  position: absolute;
  top: 50%;
}
.rb-title-image__image::before {
  left: 0;
  transform: translateX(49%);
}
.rb-title-image__image::after {
  right: 0;
  transform: translateX(-50%);
}

.rb-title-image-2 {
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media (min-width: 1920px) {
  .rb-title-image-2 {
    padding-top: 150px !important;
  }
}
.rb-title-image-2__title {
  font-size: calc(16px + 0.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-title-image-2__title {
    font-size: 16.5px;
  }
}
.rb-title-image-2__image {
  min-width: 71px;
  width: 71px;
}
.rb-title-image-2__line {
  flex-grow: 1;
  height: 1.5px;
  margin: 0 19px !important;
}
.rb-title-image-2__heading {
  font-size: calc(30px + 15 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-left: 23px !important;
}
@media (min-width: 1920px) {
  .rb-title-image-2__heading {
    font-size: 45px;
  }
}

.rb-title-image-3 {
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(30px + 252 * ((100vw - 320px) / 1600)) !important;
  padding-right: 30px !important;
}
@media (min-width: 1920px) {
  .rb-title-image-3 {
    padding-top: 150px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-image-3 {
    padding-left: 282px !important;
  }
}
.rb-title-image-3 svg {
  min-width: 71px;
}
.rb-title-image-3__heading {
  font-size: calc(30px + 5 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-left: 23px !important;
  margin-bottom: 7px !important;
}
@media (min-width: 1920px) {
  .rb-title-image-3__heading {
    font-size: 35px;
  }
}
.rb-title-image-3__title {
  font-size: calc(16px + 0.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-title-image-3__title {
    font-size: 16.5px;
  }
}
.rb-title-image-3__line {
  width: 116px !important;
  height: 1.5px;
  margin: 0 19px !important;
}
@media (max-width: 767px) {
  .rb-title-image-3 {
    padding-left: 30px !important;
  }
}
@media (max-width: 600px) {
  .rb-title-image-3 {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .rb-title-image-3 .rb-title-image-3__title {
    margin-top: 20px !important;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .rb-title-image-3 .rb-title-image-3__line {
    display: none;
  }
}

.rb-title-image-4 {
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1920px) {
  .rb-title-image-4 {
    padding-top: 150px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-image-4 {
    padding-left: 250px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-image-4 {
    padding-right: 250px !important;
  }
}
.rb-title-image-4__absolute {
  position: absolute;
  right: 68px;
  bottom: 0;
}
.rb-title-image-4__absolute img {
  max-width: calc(350px + 484 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-image-4__absolute img {
    max-width: 834px;
  }
}
.rb-title-image-4__content {
  max-width: 610px;
  margin-left: 0 !important;
  padding-bottom: calc(150px + 5 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-title-image-4__content {
    padding-bottom: 155px !important;
  }
}
.rb-title-image-4__title {
  font-size: calc(20px + 2 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-title-image-4__title {
    font-size: 22px;
  }
}
.rb-title-image-4__line {
  flex-grow: 1;
  height: 1.5px;
  margin: 0 19px !important;
}
.rb-title-image-4__heading {
  font-size: calc(40px + 24 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-top: calc(10px + 40 * ((100vw - 320px) / 1600)) !important;
  margin-bottom: calc(10px + 20 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-title-image-4__heading {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .rb-title-image-4__heading {
    margin-top: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-image-4__heading {
    margin-bottom: 30px !important;
  }
}
.rb-title-image-4__subheading {
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
}
@media (min-width: 1920px) {
  .rb-title-image-4__subheading {
    font-size: 24px;
  }
}
@media (max-width: 1300px) {
  .rb-title-image-4 .rb-title-image-4__absolute {
    right: 10px;
  }
}
@media (max-width: 1199px) {
  .rb-title-image-4 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 992px) {
  .rb-title-image-4 .rb-title-image-4__absolute {
    right: -125px;
  }
}
@media (max-width: 767px) {
  .rb-title-image-4 .rb-title-image-4__absolute {
    display: none;
  }
}

.rb-title-list {
  padding-top: calc(50px + 130 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-title-list {
    padding-top: 180px !important;
  }
}
.rb-title-list__title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-list__title {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .rb-title-list__title {
    padding-bottom: 50px;
  }
}
.rb-title-list__list {
  gap: 19px !important;
}
.rb-title-list__list-item {
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  width: 100%;
  max-width: max-content;
  flex: 1;
  text-align: center;
}
@media (min-width: 1920px) {
  .rb-title-list__list-item {
    font-size: 22px;
  }
}
.rb-title-list__button {
  padding-top: calc(30px + 70 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-list__button {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .rb-title-list .rb-title-list__list {
    flex-direction: column;
  }
  .rb-title-list .rb-title-list__list-item {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}

.rb-title-links {
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  max-width: 1254px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .rb-title-links {
    padding-top: 150px !important;
  }
}
@media (min-width: 1920px) {
  .rb-title-links {
    padding-bottom: 150px !important;
  }
}
.rb-title-links__title {
  font-size: calc(40px + 24 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-links__title {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .rb-title-links__title {
    padding-bottom: 30px;
  }
}
.rb-title-links__separator {
  height: 2px !important;
}
.rb-title-links__links a {
  font-size: calc(18px + 1 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  display: flex;
}
@media (min-width: 1920px) {
  .rb-title-links__links a {
    font-size: 19px;
  }
}
.rb-title-links__links a img, .rb-title-links__links a svg {
  margin-left: 17px;
}
.rb-title-links__links .wp-block-button {
  padding-top: calc(30px + 20 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-links__links .wp-block-button {
    padding-top: 50px;
  }
}
.rb-title-links__links .wp-block-button + .wp-block-button {
  margin-left: 15px;
}
.rb-title-links__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-top: calc(30px + 70 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-title-links__text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-title-links__text {
    padding-top: 100px;
  }
}
@media (max-width: 1199px) {
  .rb-title-links .rb-title-links__links {
    justify-content: space-around !important;
  }
}
@media (max-width: 600px) {
  .rb-title-links .rb-title-list__list {
    flex-direction: column;
  }
  .rb-title-links .rb-title-list__list-item {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
}

.rb-3-cards {
  padding-top: calc(75px + 125 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-3-cards {
    padding-top: 200px !important;
  }
}
.rb-3-cards__group:nth-child(2) {
  transform: translateY(-100px);
}
.rb-3-cards__title {
  font-size: calc(18px + 11.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 325px;
  padding-top: calc(15px + 85 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 65 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 15 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 15 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-3-cards__title {
    font-size: 29.5px;
  }
}
@media (min-width: 1920px) {
  .rb-3-cards__title {
    padding-top: 100px;
  }
}
@media (min-width: 1920px) {
  .rb-3-cards__title {
    padding-bottom: 80px;
  }
}
@media (min-width: 1920px) {
  .rb-3-cards__title {
    padding-left: 30px;
  }
}
@media (min-width: 1920px) {
  .rb-3-cards__title {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .rb-3-cards {
    flex-direction: column;
  }
  .rb-3-cards .rb-3-cards__group:nth-child(2) {
    transform: none;
  }
}

.rb-cards {
  margin-top: calc(50px + 210 * ((100vw - 320px) / 1600)) !important;
  max-width: 1246px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .rb-cards {
    margin-top: 260px !important;
  }
}
.rb-cards__row {
  margin-top: calc(40px + 0 * ((100vw - 320px) / 1600)) !important;
  flex-wrap: wrap !important;
}
@media (min-width: 1920px) {
  .rb-cards__row {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .rb-cards .rb-cards__row {
    margin-top: 0 !important;
  }
}

.rb-card {
  flex: 0 0 50%;
  max-width: calc(50% - 18px);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: 0px 8px 22px #00000027;
}
.rb-card .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rb-card__title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .rb-card__title {
    font-size: 60px;
  }
}
.rb-card__icon {
  margin: 0;
  transform: translateY(35px);
}
.rb-card__icon img {
  width: 25px;
}
.rb-card__group {
  padding-top: calc(20px + 40 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0 !important;
  min-height: calc(400px + 68 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-card__group {
    padding-top: 60px !important;
  }
}
@media (min-width: 1920px) {
  .rb-card__group {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-card__group {
    padding-left: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-card__group {
    padding-right: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-card__group {
    min-height: 468px;
  }
}
.rb-card__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-bottom: 20px;
}
@media (min-width: 1920px) {
  .rb-card__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .rb-card {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px !important;
  }
  .rb-card .rb-card__group {
    min-height: auto;
    padding-top: 60px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
  }
  .rb-card .rb-card__text {
    padding-bottom: 70px !important;
  }
}

.rb-story {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-story {
    margin-top: 100px !important;
  }
}
.rb-story__photo {
  flex: 0 0 37%;
  max-width: 37%;
  position: relative;
  align-self: stretch;
}
.rb-story__photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #3A443F 0%, transparent 20%);
  position: absolute;
  top: 0;
  left: 0;
}
.rb-story__photo-title {
  font-size: calc(50px + 15 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  position: absolute;
  bottom: 50px;
  left: 50px;
  max-width: 310px;
}
@media (min-width: 1920px) {
  .rb-story__photo-title {
    font-size: 65px;
  }
}
.rb-story__content {
  flex: 0 0 63%;
  max-width: 63%;
  align-self: stretch;
  padding: calc(30px + 50 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-story__content {
    padding: 80px;
  }
}
.rb-story__content-top {
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
  line-height: 1.865;
  font-weight: 500;
  font-family: "houschka-pro-500";
  padding-bottom: calc(20px + 35 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-story__content-top {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-story__content-top {
    padding-bottom: 55px;
  }
}
.rb-story__content-top .bigger {
  font-size: calc(20px + 28 * ((100vw - 320px) / 1600));
  line-height: 1;
}
@media (min-width: 1920px) {
  .rb-story__content-top .bigger {
    font-size: 48px;
  }
}
.rb-story__content-bottom {
  padding-top: calc(10px + 10 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-story__content-bottom {
    padding-top: 20px;
  }
}
.rb-story__content-bottom p {
  font-size: calc(18px + 9 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
}
@media (min-width: 1920px) {
  .rb-story__content-bottom p {
    font-size: 27px;
  }
}
.rb-story__content-bottom img, .rb-story__content-bottom svg {
  min-width: 71px;
}
.rb-story__content-separator figure, .rb-story__content-separator svg {
  display: none;
}
.rb-story__content-separator hr {
  width: 100%;
}
@media (min-width: 1920px) {
  .rb-story .rb-story__photo {
    align-self: stretch;
  }
  .rb-story .rb-story__content {
    align-self: stretch;
  }
}
@media (max-width: 992px) {
  .rb-story {
    flex-direction: column;
    padding-left: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-story {
    padding-left: 250px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-story {
    padding-right: 250px !important;
  }
}
@media (max-width: 992px) {
  .rb-story .rb-story__photo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .rb-story .rb-story__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .rb-story .rb-story__content-bottom figure,
.rb-story .rb-story__content-bottom svg {
    display: none;
  }
}
@media (max-width: 992px) {
  .rb-story .rb-story__content-separator figure,
.rb-story .rb-story__content-separator svg {
    display: block;
  }
}
@media (max-width: 767px) {
  .rb-story {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.rb-story-right .rb-story__photo::before {
  background: linear-gradient(0deg, #3C4454 0%, transparent 70%);
}
.rb-story-right .rb-story__photo-title {
  left: auto;
  right: 50px;
}
@media (max-width: 1199px) {
  .rb-story-right .rb-story__photo-title {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  .rb-story-right {
    flex-direction: column-reverse;
  }
}

.rb-combo {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-combo {
    margin-top: 100px !important;
  }
}
.rb-combo__top-content {
  flex: 0 0 27%;
  max-width: 27%;
  align-self: stretch;
  padding-top: calc(0px + 70 * ((100vw - 320px) / 1600));
  padding-bottom: calc(0px + 100 * ((100vw - 320px) / 1600));
  padding-left: calc(0px + 80 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 80 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-combo__top-content {
    padding-top: 70px;
  }
}
@media (min-width: 1920px) {
  .rb-combo__top-content {
    padding-bottom: 100px;
  }
}
@media (min-width: 1920px) {
  .rb-combo__top-content {
    padding-left: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-combo__top-content {
    padding-right: 80px !important;
  }
}
.rb-combo__top-title {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal-italic";
}
@media (min-width: 1920px) {
  .rb-combo__top-title {
    font-size: 26px;
  }
}
.rb-combo__top-links {
  padding-top: calc(30px + 20 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-combo__top-links {
    padding-top: 50px;
  }
}
.rb-combo__top-links a {
  display: flex;
  font-size: calc(18px + 1 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
}
@media (min-width: 1920px) {
  .rb-combo__top-links a {
    font-size: 19px;
  }
}
.rb-combo__top-links a img, .rb-combo__top-links a svg {
  margin-left: 17px;
}
.rb-combo__top-links .wp-block-button + .wp-block-button {
  margin-top: 25px;
}
.rb-combo__top-image {
  flex: 0 0 73%;
  max-width: 73%;
  align-self: stretch;
}
.rb-combo__bottom-image {
  flex: 0 0 39%;
  max-width: 39%;
  padding-top: 50px;
  padding-right: 50px;
  transform: translateY(-100px);
  position: relative;
}
.rb-combo__bottom-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFFFFF;
  z-index: -1;
}
.rb-combo__bottom-text {
  flex: 0 0 61%;
  max-width: 61%;
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-left: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-combo__bottom-text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-combo__bottom-text {
    padding-left: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-combo__bottom-text {
    padding-right: 50px !important;
  }
}
@media (max-width: 1199px) {
  .rb-combo .rb-combo__top-content {
    padding-left: 10px !important;
  }
  .rb-combo .rb-combo__bottom {
    margin-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .rb-combo .rb-combo__top {
    flex-direction: column;
  }
  .rb-combo .rb-combo__bottom {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .rb-combo .rb-combo__top-content {
    flex: 0 0 100%;
    z-index: 2;
    margin-bottom: -25vw;
    min-width: 250px;
  }
  .rb-combo .rb-combo__top-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rb-combo .rb-combo__bottom-image {
    flex: 0 0 100%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 50px;
    margin-left: auto;
  }
  .rb-combo .rb-combo__bottom-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
  }
}
@media (max-width: 600px) {
  .rb-combo .rb-combo__bottom-image {
    padding-left: 15px;
    padding-top: 15px;
    transform: translateY(-40px);
  }
  .rb-combo .rb-combo__top-content {
    padding: 20px;
    padding-right: 30% !important;
    min-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .rb-combo .rb-combo__bottom-image {
    padding-left: 10px;
    padding-top: 10px;
    transform: translateY(-20px);
  }
}

.rb-combo-2 {
  margin-top: calc(50px + 150 * ((100vw - 320px) / 1600)) !important;
  position: relative;
}
@media (min-width: 1920px) {
  .rb-combo-2 {
    margin-top: 200px !important;
  }
}
.rb-combo-2__left {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  align-self: stretch;
}
.rb-combo-2__right {
  flex: 0 0 60%;
  max-width: 60%;
  align-self: stretch;
}
.rb-combo-2__right > figure > img {
  object-fit: cover;
}
@media (max-width: 1700px) {
  .rb-combo-2__right > figure > img {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .rb-combo-2__right > figure > img {
    min-height: 550px;
  }
}
.rb-combo-2__content {
  max-width: calc(500px + 330 * ((100vw - 320px) / 1600));
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(260px, -50px);
  z-index: 1;
  border-right: 50px solid #FFFFFF;
  border-bottom: 50px solid #FFFFFF;
  padding: 40px;
}
@media (min-width: 1920px) {
  .rb-combo-2__content {
    max-width: 830px;
  }
}
.rb-combo-2__content-subtitle {
  font-size: calc(16px + 0.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  margin-bottom: calc(30px + 20 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-combo-2__content-subtitle {
    font-size: 16.5px;
  }
}
@media (min-width: 1920px) {
  .rb-combo-2__content-subtitle {
    margin-bottom: 50px;
  }
}
.rb-combo-2__content-title {
  font-size: calc(30px + 25 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .rb-combo-2__content-title {
    font-size: 55px;
  }
}
.rb-combo-2__links {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-14%, 5px);
}
.rb-combo-2__links a {
  display: flex;
  font-size: calc(18px + 1 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
}
@media (min-width: 1920px) {
  .rb-combo-2__links a {
    font-size: 19px;
  }
}
.rb-combo-2__links a img, .rb-combo-2__links a svg {
  margin-left: 17px;
}
.rb-combo-2__links .wp-block-button + .wp-block-button {
  margin-top: 25px;
}
.rb-combo-2__button {
  margin-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-combo-2__button {
    margin-top: 100px !important;
  }
}
.rb-combo-2__button .button {
  margin-left: calc(0px + 100 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-combo-2__button .button {
    margin-left: 100px;
  }
}
@media (max-width: 1700px) {
  .rb-combo-2 .rb-combo-2__content {
    transform: translate(100px, -53px);
  }
  .rb-combo-2 .rb-combo-2__links {
    transform: translate(-14%, 0);
  }
}
@media (max-width: 1300px) {
  .rb-combo-2 .rb-combo-2__content {
    transform: translate(50px, -53px);
  }
  .rb-combo-2 .rb-combo-2__links {
    transform: translate(-27px, 0);
  }
}
@media (max-width: 1199px) {
  .rb-combo-2 .rb-combo-2__links {
    transform: translate(-27px, 0);
  }
}
@media (max-width: 992px) {
  .rb-combo-2 {
    flex-direction: column-reverse;
  }
  .rb-combo-2 .rb-combo-2__left {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rb-combo-2 .rb-combo-2__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rb-combo-2 .rb-combo-2__content {
    border: none;
  }
  .rb-combo-2 .rb-combo-2__links {
    margin-top: 50px !important;
    margin-right: 50px !important;
    position: relative;
    transform: none;
  }
}
@media (max-width: 767px) {
  .rb-combo-2 {
    margin-top: 0 !important;
  }
  .rb-combo-2 .rb-combo-2__content {
    position: relative;
    transform: translate(0, 60px);
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.rb-care__left {
  padding-right: calc(0px + 100 * ((100vw - 320px) / 1600));
  margin-left: 30px !important;
  align-self: stretch;
}
@media (min-width: 1920px) {
  .rb-care__left {
    padding-right: 100px;
  }
}
.rb-care__left-title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
  max-width: 475px;
}
@media (min-width: 1920px) {
  .rb-care__left-title {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .rb-care__left-title {
    padding-bottom: 30px;
  }
}
.rb-care__left-text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-bottom: calc(20px + 80 * ((100vw - 320px) / 1600));
  max-width: 545px;
}
@media (min-width: 1920px) {
  .rb-care__left-text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-care__left-text {
    padding-bottom: 100px;
  }
}
.rb-care__right {
  flex: 0 0 52%;
  max-width: 52%;
  align-self: stretch;
  position: relative;
}
.rb-care__right::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #23282C 0%, #39414F53 60%, #3C44543D 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.rb-care__right-title {
  font-size: calc(30px + 15 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  position: absolute;
  bottom: 50px;
  left: 80px;
  max-width: 465px;
}
@media (min-width: 1920px) {
  .rb-care__right-title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .rb-care .rb-care__right-title {
    left: 30px;
    top: 20px;
    padding-right: 50px;
    display: none;
  }
}
@media (max-width: 767px) {
  .rb-care {
    flex-direction: column-reverse;
  }
  .rb-care .rb-care__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rb-care .rb-care__left {
    margin-top: 45px !important;
    margin-left: calc(30px + 150 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 767px) and (min-width: 1920px) {
  .rb-care .rb-care__left {
    margin-left: 180px !important;
  }
}

.rb-more-block {
  position: relative;
}
.rb-more-block__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: calc(50px + 30 * ((100vw - 320px) / 1600));
  padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1600));
  opacity: 0;
  z-index: -1;
  animation-name: fade-out;
  animation-duration: 300ms;
}
@media (min-width: 1920px) {
  .rb-more-block__more {
    padding-top: 80px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__more {
    padding-bottom: 80px;
  }
}
.rb-more-block__more-wrapper {
  max-width: 1230px;
  margin: 0 auto !important;
}
.rb-more-block__more.active {
  animation-name: fade;
  animation-duration: 300ms;
  opacity: 1;
  z-index: 1;
}
.rb-more-block__more-btn a {
  padding: 20px 30px !important;
  cursor: pointer;
  display: flex;
  font-size: calc(24px + 2 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal-italic";
}
@media (min-width: 1920px) {
  .rb-more-block__more-btn a {
    font-size: 26px;
  }
}
.rb-more-block__more-btn img {
  margin-left: 19px;
  transform: rotate(180deg);
  transition: transform ease-out 300ms;
}
.rb-more-block__more-btn:hover img {
  transform: rotate(0deg);
  transition: transform ease-out 300ms;
}
.rb-more-block__close-btn a {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: calc(24px + 13 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal-italic";
}
@media (min-width: 1920px) {
  .rb-more-block__close-btn a {
    font-size: 37px;
  }
}
.rb-more-block__close-btn img, .rb-more-block__close-btn svg {
  margin-left: 19px;
}
.rb-more-block__heading {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: calc(20px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-more-block__heading {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__heading {
    margin-bottom: 70px !important;
  }
}
.rb-more-block__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  margin-bottom: calc(20px + 50 * ((100vw - 320px) / 1600)) !important;
  max-width: 755px;
}
@media (min-width: 1920px) {
  .rb-more-block__text {
    font-size: 26px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__text {
    margin-bottom: 70px !important;
  }
}
.rb-more-block__title {
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: calc(20px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-more-block__title {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__title {
    margin-bottom: 70px !important;
  }
}
.rb-more-block__subtitle {
  font-size: calc(18px + 1.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  margin-bottom: calc(0px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-more-block__subtitle {
    font-size: 19.5px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__subtitle {
    margin-bottom: 30px !important;
  }
}
.rb-more-block__content {
  width: 100%;
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-more-block__content {
    margin-bottom: 50px !important;
  }
}
.rb-more-block__content-title {
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-more-block__content-title {
    font-size: 24px;
  }
}
.rb-more-block__content-text {
  font-size: calc(20px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-left: calc(0px + 30 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-more-block__content-text {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .rb-more-block__content-text {
    padding-left: 30px;
  }
}
.rb-more-block__group {
  padding-left: 30px;
  padding-right: 20px;
  border-left: 2px solid #5C6C64;
}
.rb-more-block__group .wp-block-group + .wp-block-group {
  margin-top: calc(10px + 20 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-more-block__group .wp-block-group + .wp-block-group {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .rb-more-block .wp-block-cover__inner-container {
    padding-top: 424px;
    padding-bottom: 424px;
  }
  .rb-more-block .rb-more-block__content {
    flex-direction: column;
  }
  .rb-more-block .rb-more-block__group {
    margin-top: 70px;
  }
  .rb-more-block .rb-more-block__less {
    padding: calc(45px + 135 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 767px) and (min-width: 1920px) {
  .rb-more-block .rb-more-block__less {
    padding: 180px !important;
  }
}

.rb-text-photo__content {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  padding-top: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-text-photo__content {
    padding-top: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__content {
    padding-bottom: 80px !important;
  }
}
.rb-text-photo__photo {
  flex: 0 0 50%;
  max-width: 50%;
  max-height: 968px;
  align-self: stretch;
}
.rb-text-photo__top {
  padding-top: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(30px + 95 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 95 * ((100vw - 320px) / 1600)) !important;
  transform: translateX(120px);
  z-index: 16 !important;
  position: relative;
}
@media (min-width: 1920px) {
  .rb-text-photo__top {
    padding-top: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__top {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__top {
    padding-left: 125px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__top {
    padding-right: 125px !important;
  }
}
.rb-text-photo__top-title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-text-photo__top-title {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__top-title {
    margin-bottom: 50px !important;
  }
}
.rb-text-photo__top-text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 777px;
}
@media (min-width: 1920px) {
  .rb-text-photo__top-text {
    font-size: 26px;
  }
}
.rb-text-photo__top-separator {
  width: 80%;
  height: 2.5px !important;
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  margin-left: 0 !important;
}
@media (min-width: 1920px) {
  .rb-text-photo__top-separator {
    margin-bottom: 50px !important;
  }
}
.rb-text-photo__bottom-text {
  font-size: calc(18px + 1 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 710px;
  margin-left: auto;
  padding-right: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 50 * ((100vw - 320px) / 1600)) !important;
  z-index: 16;
  position: relative;
}
@media (min-width: 1920px) {
  .rb-text-photo__bottom-text {
    font-size: 19px;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__bottom-text {
    padding-right: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-text-photo__bottom-text {
    padding-left: 50px !important;
  }
}
.rb-text-photo__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15 !important;
}
@media (max-width: 992px) {
  .rb-text-photo {
    flex-direction: column-reverse;
  }
  .rb-text-photo .rb-text-photo__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: calc(50px + 70 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(50px + 70 * ((100vw - 320px) / 1600)) !important;
    padding-left: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-text-photo .rb-text-photo__content {
    padding-top: 120px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-text-photo .rb-text-photo__content {
    padding-bottom: 120px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-text-photo .rb-text-photo__content {
    padding-left: 100px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-text-photo .rb-text-photo__content {
    padding-right: 100px !important;
  }
}
@media (max-width: 992px) {
  .rb-text-photo .rb-text-photo__photo {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 895px;
  }
}
@media (max-width: 992px) {
  .rb-text-photo .rb-text-photo__top {
    padding: 0 !important;
    transform: none;
  }
}
@media (max-width: 992px) {
  .rb-text-photo .rb-text-photo__bottom-text {
    margin-left: 0;
    padding-right: 0 !important;
    text-align: left !important;
    margin-top: 50px !important;
  }
}

.rb-plan-single {
  margin-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan-single {
    margin-top: 150px !important;
  }
}
.rb-plan-single .rb-plan {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan {
    padding-top: 150px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan {
    padding-bottom: 150px !important;
  }
}
.rb-plan-single .rb-plan__plan {
  flex: 0 0 510px;
  padding-top: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan__plan {
    padding-top: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan__plan {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan__plan {
    padding-left: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan-single .rb-plan__plan {
    padding-right: 80px !important;
  }
}
.rb-plan-single .rb-plan__content {
  flex: 0 0 592px;
}
@media (max-width: 1199px) {
  .rb-plan-single .rb-plan__plan {
    flex: 0 0 50%;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .rb-plan-single .rb-plan__plan img {
    display: block;
    margin: auto;
  }
  .rb-plan-single .rb-plan__content {
    flex: 0 0 50%;
  }
}

.rb-plan-two {
  padding-left: calc(0px + 75 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 75 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan-two {
    padding-left: 75px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan-two {
    padding-right: 75px !important;
  }
}
.rb-plan-two .rb-plan__group {
  gap: 60px !important;
  padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan-two .rb-plan__group {
    padding-top: 150px !important;
  }
}
.rb-plan-two .rb-plan__content-bottom {
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .rb-plan-two .rb-plan__group {
    gap: 15px !important;
  }
}
@media (max-width: 1500px) {
  .rb-plan-two {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rb-plan-two .rb-plan__group {
    flex-direction: column;
    gap: 150px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .rb-plan-two .rb-plan__content-bottom {
    width: 460px;
    justify-content: space-between;
  }
}
@media (max-width: 1500px) and (max-width: 992px) {
  .rb-plan-two .rb-plan__content-bottom {
    width: 100%;
  }
}

.rb-plan__plan {
  position: relative;
  flex: 0 0 30%;
}
.rb-plan__plan-button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 10px;
  transform: translateY(-50%);
}
.rb-plan__plan-button a {
  padding: 15px !important;
  border-radius: 1.5px;
}
.rb-plan__plan-button img, .rb-plan__plan-button svg {
  width: 23px;
  height: 23px;
  display: block;
}
.rb-plan__content {
  padding-left: calc(0px + 30 * ((100vw - 320px) / 1600)) !important;
  flex: 0 0 70%;
  width: 550px;
}
@media (min-width: 1920px) {
  .rb-plan__content {
    padding-left: 30px !important;
  }
}
.rb-plan__content-bottom {
  padding-top: calc(0px + 35 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(0px + 35 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 32 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 32 * ((100vw - 320px) / 1600)) !important;
  margin-top: 33px !important;
  display: flex;
}
@media (min-width: 1920px) {
  .rb-plan__content-bottom {
    padding-top: 35px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan__content-bottom {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan__content-bottom {
    padding-left: 32px !important;
  }
}
@media (min-width: 1920px) {
  .rb-plan__content-bottom {
    padding-right: 32px !important;
  }
}
.rb-plan__title {
  font-size: calc(30px + 25 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .rb-plan__title {
    font-size: 55px;
  }
}
.rb-plan__subtitle {
  font-size: calc(20px + 2 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  margin-top: calc(10px + 20 * ((100vw - 320px) / 1600)) !important;
  letter-spacing: 2.64px;
  line-height: 1em;
}
@media (min-width: 1920px) {
  .rb-plan__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .rb-plan__subtitle {
    margin-top: 30px !important;
  }
}
.rb-plan .rb-plan__subtitle + .rb-plan__subtitle {
  position: relative;
  padding-left: 20px !important;
  margin-left: 20px !important;
}
.rb-plan .rb-plan__subtitle + .rb-plan__subtitle::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #bc813b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rb-plan__info {
  font-size: calc(14px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  letter-spacing: 1.68px;
}
@media (min-width: 1920px) {
  .rb-plan__info {
    font-size: 14px;
  }
}
.rb-plan__price {
  font-size: calc(30px + 8 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .rb-plan__price {
    font-size: 38px;
  }
}
.rb-plan__button {
  margin-left: calc(0px + 60 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-plan__button {
    margin-left: 60px !important;
  }
}
@media (max-width: 1700px) {
  .rb-plan__button {
    margin-left: calc(0px + 35 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 1700px) and (min-width: 1920px) {
  .rb-plan__button {
    margin-left: 35px !important;
  }
}
@media (max-width: 1500px) {
  .rb-plan .rb-plan__content {
    padding-left: 30px !important;
  }
}
@media (max-width: 992px) {
  .rb-plan {
    flex-direction: column;
  }
  .rb-plan .rb-plan__content {
    padding-left: 0 !important;
    margin-top: 40px !important;
    width: 100%;
  }
  .rb-plan .rb-plan__content-bottom {
    flex-direction: column;
    padding-top: 32px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 45px !important;
  }
  .rb-plan .rb-plan__title {
    text-align: center;
  }
  .rb-plan .rb-plan__subtitlegroup {
    justify-content: center;
  }
  .rb-plan .rb-plan__button {
    margin-left: 0 !important;
    transform: translateY(20px);
  }
}

@media (max-width: 1500px) {
  body .is-layout-constrained > .rb-plan__content-bottom {
    margin-left: 0 !important;
  }
}

@media (max-width: 1500px) {
  body .is-layout-constrained > .rb-plan__content > div {
    margin-left: 0 !important;
  }
}

.rb-team {
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1600)) !important;
  flex-wrap: wrap !important;
}
@media (min-width: 1920px) {
  .rb-team {
    margin-top: 80px !important;
  }
}
.rb-team__item {
  flex: 0 0 25%;
  max-width: calc(25% - 12px);
  min-height: 353px;
  border-radius: 6px;
  box-shadow: 0 8px 15px #00000017;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 43px !important;
  margin-left: 6px !important;
  margin-right: 6px !important;
  margin-top: 52px !important;
}
.rb-team__image {
  width: 155px;
  height: 155px;
  border-radius: 100px;
  margin: auto;
}
.rb-team__title {
  font-size: calc(32px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.094em;
  font-family: "ivyjournal-normal";
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
@media (min-width: 1920px) {
  .rb-team__title {
    font-size: 32px;
  }
}
.rb-team__position {
  font-size: calc(12px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-team__position {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .rb-team .rb-team__item {
    flex: 0 0 50%;
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .rb-team .rb-team__item {
    flex: 0 0 100%;
    max-width: calc(100% - 12px);
  }
}

.cta {
  padding-left: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .cta {
    padding-left: 100px !important;
  }
}
@media (min-width: 1920px) {
  .cta {
    padding-right: 100px !important;
  }
}
@media (max-width: 1199px) {
  .cta {
    padding-top: 30px;
  }
}
.cta__top {
  position: relative;
  margin-top: calc(50px + 150 * ((100vw - 320px) / 1600)) !important;
  overflow-x: clip;
}
@media (min-width: 1920px) {
  .cta__top {
    margin-top: 200px !important;
  }
}
@media (max-width: 767px) {
  .cta__top {
    margin-top: 50px !important;
  }
}
.cta__top-image {
  position: absolute;
  bottom: 0;
  left: 9%;
}
@media (max-width: 1700px) {
  .cta__top-image {
    left: 5%;
  }
}
.cta__top-image img {
  max-width: calc(300px + 127 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta__top-image img {
    max-width: 427px;
  }
}
.cta__top-title {
  font-size: calc(40px + 14 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  padding-top: calc(38px + 44 * ((100vw - 320px) / 1600));
  padding-bottom: calc(82px + 0 * ((100vw - 320px) / 1600));
  max-width: calc(260px + 410 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta__top-title {
    font-size: 54px;
  }
}
@media (min-width: 1920px) {
  .cta__top-title {
    padding-top: 82px;
  }
}
@media (min-width: 1920px) {
  .cta__top-title {
    padding-bottom: 82px;
  }
}
@media (min-width: 1920px) {
  .cta__top-title {
    max-width: 670px;
  }
}
@media (max-width: 767px) {
  .cta__top-title {
    align-self: end;
    width: 100%;
    margin-bottom: calc(500px - 55%) !important;
  }
}
.cta__bottom {
  padding-top: calc(70px + 20 * ((100vw - 320px) / 1600));
  padding-bottom: calc(70px + 20 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta__bottom {
    padding-top: 90px;
  }
}
@media (min-width: 1920px) {
  .cta__bottom {
    padding-bottom: 90px;
  }
}
.cta__bottom-text {
  font-size: calc(23.5px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: calc(174px + 496 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta__bottom-text {
    font-size: 27.5px;
  }
}
@media (min-width: 1920px) {
  .cta__bottom-text {
    max-width: 670px;
  }
}
.cta__bottom-button {
  margin-right: 60px !important;
}
.cta__bottom figure img {
  margin-right: auto !important;
  display: block;
}
@media (max-width: 1700px) {
  .cta .cta__top-image {
    left: 5%;
  }
}
@media (max-width: 1199px) {
  .cta .cta__bottom-button {
    margin-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cta .cta__top {
    overflow: hidden;
  }
  .cta .cta__top-image {
    left: -7%;
  }
  .cta .cta__top-title {
    margin-bottom: 150px;
    text-align: right;
  }
  .cta .cta__top-title.team_bot_title {
    max-width: calc(174px + 433 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .cta .cta__top-title.team_bot_title {
    max-width: 607px;
  }
}
@media (max-width: 992px) {
  .cta .cta__bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .cta .cta__bottom-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cta .cta__bottom-spacer {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cta-right .cta__top-image {
  left: auto;
  right: 2%;
}
.cta-right .cta__top-image img {
  max-width: calc(257px + 311 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta-right .cta__top-image img {
    max-width: 568px;
  }
}
.cta-right .cta__bottom figure img {
  margin-right: 0 !important;
  margin-left: auto !important;
  display: block;
}
.cta-right .cta__bottom-text {
  padding-left: 0;
}
.cta-right .cta__bottom-button {
  margin-left: auto !important;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .cta-right .cta__bottom-button {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cta-right .cta__bottom-button {
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .cta-right .cta__bottom {
    flex-direction: column;
  }
  .cta-right .cta__top-image {
    right: 2%;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .cta-right .cta__top-image {
    right: -17%;
  }
}
@media (max-width: 992px) {
  .cta-right .cta__top-title {
    text-align: left;
  }
}
.cta-tall .cta__top-content {
  padding-top: calc(38px + 44 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(82px + 0 * ((100vw - 320px) / 1600)) !important;
  max-width: calc(174px + 463 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta-tall .cta__top-content {
    padding-top: 82px !important;
  }
}
@media (min-width: 1920px) {
  .cta-tall .cta__top-content {
    padding-bottom: 82px !important;
  }
}
@media (min-width: 1920px) {
  .cta-tall .cta__top-content {
    max-width: 637px;
  }
}
@media (max-width: 767px) {
  .cta-tall .cta__top-content {
    max-width: 100%;
    padding-bottom: 100px !important;
  }
}
.cta-tall .cta__top-title {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 100%;
  margin-bottom: 30px !important;
}
.cta-tall .cta__top-subtitle {
  font-size: calc(22px + 5.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
}
@media (min-width: 1920px) {
  .cta-tall .cta__top-subtitle {
    font-size: 27.5px;
  }
}
@media (max-width: 767px) {
  .cta-tall .cta__top-subtitle {
    max-width: calc(100vw - 290px);
  }
}
@media (max-width: 480px) {
  .cta-tall .cta__top-subtitle {
    max-width: 60vw;
  }
}
.cta-tall .cta__top-image img {
  max-width: calc(200px + 368 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta-tall .cta__top-image img {
    max-width: 568px;
  }
}
@media (max-width: 767px) {
  .cta-tall .cta__bottom {
    padding: 30px !important;
    background-color: #3C4454 !important;
  }
  .cta-tall .cta__top {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.page-template-wp-custom-template-blog .cta,
.page-template-wp-custom-template-the-lodge-rates-calculator .cta {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer));
  margin-right: calc(-1 * var(--wp--custom--spacing--outer));
}

.cta-big {
  overflow: hidden;
  position: relative;
  padding-top: calc(50px + 40 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 40 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(30px + 220 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .cta-big {
    padding-top: 90px !important;
  }
}
@media (min-width: 1920px) {
  .cta-big {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1920px) {
  .cta-big {
    padding-left: 250px !important;
  }
}
@media (min-width: 1920px) {
  .cta-big {
    padding-right: 250px !important;
  }
}
.cta-big__title {
  font-size: calc(40px + 20 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .cta-big__title {
    font-size: 60px;
  }
}
@media (min-width: 1920px) {
  .cta-big__title {
    margin-bottom: 50px !important;
  }
}
.cta-big__text {
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 844px;
}
@media (min-width: 1920px) {
  .cta-big__text {
    font-size: 26px;
  }
}
.cta-big__content {
  margin-top: calc(50px + 40 * ((100vw - 320px) / 1600)) !important;
  margin-bottom: calc(50px + 40 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .cta-big__content {
    margin-top: 90px !important;
  }
}
@media (min-width: 1920px) {
  .cta-big__content {
    margin-bottom: 90px !important;
  }
}
.cta-big__content p {
  font-size: calc(16px + 5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 261px;
  padding-top: calc(10px + 20 * ((100vw - 320px) / 1600));
  position: relative;
}
@media (min-width: 1920px) {
  .cta-big__content p {
    font-size: 21px;
  }
}
@media (min-width: 1920px) {
  .cta-big__content p {
    padding-top: 30px;
  }
}
.cta-big__content p::before {
  content: "";
  display: block;
  width: 205px;
  height: 2.5px;
  background-color: #bc813b;
  position: absolute;
  top: 0;
  left: 0;
}
.cta-big__content p + p {
  margin-left: calc(20px + 80 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .cta-big__content p + p {
    margin-left: 100px;
  }
}
.cta-big__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0 !important;
}
@media (max-width: 992px) {
  .cta-big .cta-big__content {
    flex-direction: column;
  }
  .cta-big .cta-big__content p {
    padding-top: 0;
    padding-left: 25px;
    max-width: 400px;
    position: relative;
    border-left: 2.5px solid #bc813b;
  }
  .cta-big .cta-big__content p::before {
    display: none;
  }
  .cta-big .cta-big__content p + p {
    margin-left: 0;
    margin-top: 50px;
  }
  .cta-big .cta-big__button {
    margin-right: 122px;
  }
}
@media (max-width: 600px) {
  .cta-big .cta-big__button {
    margin-right: auto;
    margin-left: auto;
  }
}

.faq {
  max-width: 1640px;
  padding-top: calc(50px + 75 * ((100vw - 320px) / 1600)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .faq {
    padding-top: 125px !important;
  }
}
.faq__item {
  padding: calc(10px + 17 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 100 * ((100vw - 320px) / 1600)) !important;
  background-image: linear-gradient(to right, #C6C6C6 75%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom left;
  background-size: 25px 1px;
  background-repeat: repeat-x;
}
@media (min-width: 1920px) {
  .faq__item {
    padding: 27px !important;
  }
}
@media (min-width: 1920px) {
  .faq__item {
    padding-left: 100px !important;
  }
}
.faq__toggle {
  align-items: flex-start !important;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}
.faq__toggle svg {
  min-width: 28px;
  width: 28px;
  height: 28px;
  transform: rotate(0deg);
  transition: transform ease-out 500ms;
}
.faq__toggle--open svg {
  transform: rotate(-90deg);
  transition: transform ease-out 500ms;
}
.faq__content .faq__text {
  animation: sub-menu 400ms forwards;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: height ease-out 300ms, opacity ease-out 0ms;
}
.faq__content--active .faq__text {
  animation: sub-menu-active 400ms forwards;
  padding-top: 20px;
  opacity: 1;
  height: auto;
  z-index: 1;
  transition: height ease-out 300ms, opacity ease-out 500ms;
}
.faq__title {
  font-size: calc(24px + 4 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  line-height: 28px;
  padding-left: 21px;
}
@media (min-width: 1920px) {
  .faq__title {
    font-size: 28px;
  }
}
.faq__text {
  font-size: calc(18px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
}
@media (min-width: 1920px) {
  .faq__text {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .faq .faq__item {
    padding: calc(10px + 17 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .faq .faq__item {
    padding: 27px !important;
  }
}
@media (max-width: 767px) {
  .faq .faq__title {
    padding-left: 8px;
  }
}

.rb-tai-slider {
  align-items: stretch;
}
.rb-tai-slider__swiper {
  flex: 0 0 53%;
  max-width: 53%;
  position: relative;
  align-self: stretch;
}
.rb-tai-slider__swiper-title {
  font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  position: absolute;
  height: 100%;
  text-align: right;
  background: linear-gradient(0deg, #3A443F 0%, transparent 100%);
  top: 0;
  left: 0;
  z-index: 2;
  padding-top: calc(15px + 51 * ((100vw - 320px) / 1600));
  padding-bottom: calc(15px + 51 * ((100vw - 320px) / 1600));
  padding-left: calc(15px + 18 * ((100vw - 320px) / 1600));
  padding-right: calc(15px + 18 * ((100vw - 320px) / 1600));
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform-origin: center;
  transform: translateY(0) rotate(180deg);
  display: none;
}
@media (min-width: 1920px) {
  .rb-tai-slider__swiper-title {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .rb-tai-slider__swiper-title {
    padding-top: 66px;
  }
}
@media (min-width: 1920px) {
  .rb-tai-slider__swiper-title {
    padding-bottom: 66px;
  }
}
@media (min-width: 1920px) {
  .rb-tai-slider__swiper-title {
    padding-left: 33px;
  }
}
@media (min-width: 1920px) {
  .rb-tai-slider__swiper-title {
    padding-right: 33px;
  }
}
.rb-tai-slider__content {
  flex: 0 0 47%;
  max-width: 47%;
  padding: 45px 40px 40px 60px;
}
.rb-tai-slider__content > div, .rb-tai-slider__content > p, .rb-tai-slider__content > h2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rb-tai-slider__title {
  font-size: calc(40px + 14 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  max-width: 450px;
  margin-bottom: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-tai-slider__title {
    font-size: 54px;
  }
}
@media (min-width: 1920px) {
  .rb-tai-slider__title {
    margin-bottom: 50px !important;
  }
}
.rb-tai-slider__list li {
  font-size: calc(18px + 3 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
}
@media (min-width: 1920px) {
  .rb-tai-slider__list li {
    font-size: 21px;
  }
}
.rb-tai-slider__list li + li {
  margin-top: calc(5px + 10 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-tai-slider__list li + li {
    margin-top: 15px !important;
  }
}
.rb-tai-slider__separator {
  height: 30px !important;
  background-color: #fff !important;
}
.rb-tai-slider__separator.has-tertiary-background-color {
  background-color: #fff !important;
}
.rb-tai-slider__separator.accent-color {
  background-color: #fff !important;
}
.rb-tai-slider__button {
  margin-top: calc(20px + 60 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-tai-slider__button {
    margin-top: 80px !important;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider {
    flex-direction: column;
    align-items: self-start !important;
    padding-left: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(30px + 50 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider {
    padding-left: 80px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider {
    padding-right: 80px !important;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider .rb-tai-slider__swiper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider .rb-tai-slider__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
    padding-left: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider .rb-tai-slider__content {
    padding-top: 100px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider .rb-tai-slider__content {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider .rb-tai-slider__content {
    padding-left: 50px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider .rb-tai-slider__content {
    padding-right: 50px !important;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider .rb-tai-slider__swiper-title {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .rb-tai-slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.rb-tai-slider-right .rb-tai-slider__swiper {
  flex: 0 0 47%;
  max-width: 47%;
  align-self: stretch;
}
.rb-tai-slider-right .rb-tai-slider__swiper .rb-tai-slider__swiper-title {
  left: auto;
  right: 0;
}
.rb-tai-slider-right .rb-tai-slider__content {
  flex: 0 0 53%;
  max-width: 53%;
  padding: 45px 60px 40px 40px;
}
.rb-tai-slider-right .rb-tai-slider__title {
  margin-left: auto;
}
.rb-tai-slider-right .rb-tai-slider__list {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 992px) {
  .rb-tai-slider-right {
    flex-direction: column-reverse;
    align-items: self-start;
  }
  .rb-tai-slider-right .rb-tai-slider__swiper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rb-tai-slider-right .rb-tai-slider__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(30px + 70 * ((100vw - 320px) / 1600)) !important;
    padding-left: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider-right .rb-tai-slider__content {
    padding-top: 100px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider-right .rb-tai-slider__content {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider-right .rb-tai-slider__content {
    padding-left: 50px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .rb-tai-slider-right .rb-tai-slider__content {
    padding-right: 50px !important;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider-right .rb-tai-slider__title {
    margin-left: 0;
    text-align: left;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider-right .rb-tai-slider__list {
    text-align: left;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .rb-tai-slider-right .rb-tai-slider__button {
    justify-content: flex-start !important;
  }
}
.rb-tai-slider:hover .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
  opacity: 1;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  background: #FFFFFFE6 !important;
  width: auto;
  height: auto;
  box-shadow: -0.1px 2px 23px #0F081830;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg {
  width: 76px;
  height: 69px;
  padding: 8px;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg path.arrow {
  fill: #bc813b !important;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav:hover svg path.arrow {
  fill: #3A443F !important;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav.eedee-gutenslider-next {
  right: 0;
  top: 62%;
  transform: translate(100%, -50%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.rb-tai-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav.eedee-gutenslider-prev {
  left: auto;
  right: 0;
  top: 62%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 992px) {
  .rb-tai-slider .eedee-gutenslider-nav {
    right: 50% !important;
    top: auto !important;
    bottom: 0 !important;
  }
  .rb-tai-slider .eedee-gutenslider-nav.eedee-gutenslider-prev {
    transform: translate(0, 50%) !important;
  }
  .rb-tai-slider .eedee-gutenslider-nav.eedee-gutenslider-next {
    transform: translate(100%, 50%) !important;
  }
}

.rb-about-slider {
  margin-top: calc(0px + 340 * ((100vw - 320px) / 1600)) !important;
  justify-content: center !important;
}
@media (min-width: 1920px) {
  .rb-about-slider {
    margin-top: 340px !important;
  }
}
.rb-about-slider__content {
  padding-bottom: calc(20px + 25 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(20px + 25 * ((100vw - 320px) / 1600)) !important;
  transform: translate(200px, -80px);
  position: relative;
  max-width: calc(420px + 193 * ((100vw - 320px) / 1600));
  z-index: 10;
}
@media (min-width: 1920px) {
  .rb-about-slider__content {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__content {
    padding-right: 45px !important;
  }
}
@media (max-width: 767px) {
  .rb-about-slider__content {
    margin: 30px !important;
    padding-left: calc(20px + 25 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 767px) and (min-width: 1920px) {
  .rb-about-slider__content {
    padding-left: 45px !important;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__content {
    max-width: 613px;
  }
}
.rb-about-slider__content-title {
  font-size: calc(32px + 43 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-left: calc(0px + 34 * ((100vw - 320px) / 1600)) !important;
  line-height: 1.35em;
  margin-bottom: 10px;
}
@media (min-width: 1920px) {
  .rb-about-slider__content-title {
    font-size: 75px;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__content-title {
    margin-left: 34px !important;
  }
}
.rb-about-slider__content-subtitle {
  font-size: calc(20px + 4.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
  margin-top: calc(30px + 20 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .rb-about-slider__content-subtitle {
    font-size: 24.5px;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__content-subtitle {
    margin-top: 50px !important;
  }
}
.rb-about-slider__swiper {
  flex: 0 0 1163px;
  max-width: 70%;
  position: relative;
}
@media (max-width: 992px) {
  .rb-about-slider__swiper {
    max-width: 100%;
  }
}
.rb-about-slider__swiper-title {
  font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
  line-height: 1.35em;
  font-family: "ivyjournal-normal";
  margin-bottom: 10px !important;
}
@media (min-width: 1920px) {
  .rb-about-slider__swiper-title {
    font-size: 48px;
  }
}
.rb-about-slider__swiper-text {
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  padding-left: calc(0px + 40 * ((100vw - 320px) / 1600));
  padding-top: calc(0px + 30 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .rb-about-slider__swiper-text {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__swiper-text {
    padding-left: 40px;
  }
}
@media (min-width: 1920px) {
  .rb-about-slider__swiper-text {
    padding-top: 30px;
  }
}
.rb-about-slider__swiper-separator {
  width: 80%;
  margin-left: 10px;
}
.rb-about-slider__swiper-nav {
  position: absolute;
  bottom: 185px;
  left: 0;
  transform: translateX(calc(-100% - 110px));
}
.rb-about-slider__swiper-nav p {
  font-size: calc(19px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  line-height: 20px;
}
@media (min-width: 1920px) {
  .rb-about-slider__swiper-nav p {
    font-size: 19px;
  }
}
.rb-about-slider__swiper-nav p + p {
  margin-top: 25px !important;
}
.rb-about-slider .slide-content {
  align-items: self-start !important;
  padding: calc(50px + 80 * ((100vw - 320px) / 1600)) !important;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
@media (min-width: 1920px) {
  .rb-about-slider .slide-content {
    padding: 130px !important;
  }
}
@media (max-width: 767px) {
  .rb-about-slider .slide-content {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 70px !important;
  }
}
.rb-about-slider .slide-content * {
  z-index: 1;
}
.rb-about-slider .slide-content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #202B39 0%, #202B394D 20%, #202B3900 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav {
  background: #FFFFFFE6 !important;
  width: auto;
  height: auto;
  box-shadow: -0.1px 2px 23px #0F081830;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg {
  width: 115px;
  height: 92px;
  padding: 17px;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav svg path.arrow {
  fill: #bc813b;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav:hover svg path.arrow {
  fill: #3A443F;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav.eedee-gutenslider-next {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  transform: translate(0, -50%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.rb-about-slider .wp-block-eedee-block-gutenslider .eedee-gutenslider-nav.eedee-gutenslider-prev {
  top: auto;
  left: 0;
  bottom: 0;
  transform: translate(-100%, -50%);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.rb-about-slider .eedee-gutenslider-pagination {
  width: auto !important;
  display: flex !important;
  flex-direction: column !important;
  left: 0;
  top: auto;
  bottom: 185px !important;
  padding: 0 !important;
  transform: translateX(calc(-100% - 60px));
}
.rb-about-slider .eedee-gutenslider-pagination .swiper-pagination-bullet {
  width: 26px !important;
  height: 26px !important;
  background: #EEE9E5 !important;
  opacity: 1;
}
.rb-about-slider .eedee-gutenslider-pagination .swiper-pagination-bullet-active {
  background: #bc813b !important;
}
.rb-about-slider .eedee-gutenslider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 19px;
}
@media (max-width: 1700px) {
  .rb-about-slider .rb-about-slider__content {
    transform: translate(200px, -80px);
  }
  .rb-about-slider .rb-about-slider__content figure {
    min-width: 100px;
  }
}
@media (max-width: 992px) {
  .rb-about-slider {
    margin-top: 0 !important;
    flex-direction: column;
  }
  .rb-about-slider .rb-about-slider__content {
    transform: translate(0, 180px);
  }
  .rb-about-slider .rb-about-slider__swiper {
    align-self: end;
    display: flex;
    flex-direction: column-reverse;
  }
  .rb-about-slider .rb-about-slider__swiper-nav {
    margin-top: 100px !important;
    position: relative;
    transform: none;
    bottom: 0;
    height: 200px;
    width: 660px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .rb-about-slider .rb-about-slider__swiper-nav p {
    height: 50px;
    box-sizing: border-box;
    max-width: 50%;
    display: flex;
    align-items: center;
    padding-right: 50px;
  }
  .rb-about-slider .rb-about-slider__swiper-nav p + p {
    margin-top: 0 !important;
  }
  .rb-about-slider .eedee-gutenslider-pagination {
    align-items: flex-end;
    height: 200px;
    width: 660px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    flex-wrap: wrap;
    bottom: 0 !important;
    transform: translateY(calc(100% + 100px)) !important;
  }
  .rb-about-slider .eedee-gutenslider-pagination .swiper-pagination-bullet {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 992px) {
  .rb-about-slider .eedee-gutenslider-nav {
    right: 25% !important;
    left: auto !important;
  }
  .rb-about-slider .eedee-gutenslider-nav.eedee-gutenslider-prev {
    transform: translate(0, 50%) !important;
  }
  .rb-about-slider .eedee-gutenslider-nav.eedee-gutenslider-next {
    transform: translate(100%, 50%) !important;
  }
}
@media (max-width: 992px) {
  .rb-about-slider .rb-about-slider__content {
    transform: translate(0, 100px);
  }
}
@media (max-width: 767px) {
  .rb-about-slider .eedee-gutenslider-pagination,
.rb-about-slider .rb-about-slider__swiper-nav {
    width: 80% !important;
  }
  .rb-about-slider .rb-about-slider__content {
    border-right: 15px solid #FFFFFF;
    border-bottom: 15px solid #FFFFFF;
  }
  .rb-about-slider .rb-about-slider__content figure {
    display: none;
  }
}
@media (max-width: 600px) {
  .rb-about-slider {
    margin-top: 50px !important;
    margin-bottom: 100px !important;
  }
  .rb-about-slider .eedee-gutenslider-pagination,
.rb-about-slider .rb-about-slider__swiper-nav {
    display: none !important;
  }
  .rb-about-slider .wp-block-eedee-block-gutenslider,
.rb-about-slider .rb-about-slider__swiper {
    max-height: 499px;
  }
  .rb-about-slider .rb-about-slider__content {
    border: none;
    transform: translate(0, 70px);
  }
  .rb-about-slider .eedee-gutenslider-nav {
    right: 50% !important;
  }
}

.rb-swiper {
  margin-top: calc(50px + 150 * ((100vw - 320px) / 1600)) !important;
  position: relative;
}
@media (min-width: 1920px) {
  .rb-swiper {
    margin-top: 200px !important;
  }
}
.rb-swiper::after {
  content: "";
  display: block;
  width: 100%;
  height: 328px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.rb-swiper__content {
  padding-top: calc(50px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(50px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 100 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 100 * ((100vw - 320px) / 1600)) !important;
  max-width: 1234px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 1920px) {
  .rb-swiper__content {
    padding-top: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper__content {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper__content {
    padding-left: 100px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper__content {
    padding-right: 100px !important;
  }
}
.rb-swiper__wrapper {
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rb-swiper__wrapper .wp-block-eedee-block-gutenslider {
  display: none;
}
.rb-swiper__subtitle {
  font-size: calc(16px + 0.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .rb-swiper__subtitle {
    font-size: 16.5px;
  }
}
.rb-swiper__title {
  font-size: calc(40px + 24 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  margin-bottom: 30px !important;
}
@media (min-width: 1920px) {
  .rb-swiper__title {
    font-size: 64px;
  }
}
.rb-swiper__text {
  font-size: calc(20px + 6 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  max-width: 963px;
}
@media (min-width: 1920px) {
  .rb-swiper__text {
    font-size: 26px;
  }
}
.rb-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 705px;
}
.rb-swiper .swiper-slide__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 530px;
  max-width: calc(300px + 230 * ((100vw - 320px) / 1600));
  background-color: #FFFFFF;
  min-height: 200px;
  padding-top: calc(30px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1600)) !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 1920px) {
  .rb-swiper .swiper-slide__info {
    max-width: 530px;
  }
}
@media (min-width: 1920px) {
  .rb-swiper .swiper-slide__info {
    padding-top: 60px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper .swiper-slide__info {
    padding-bottom: 40px !important;
  }
}
.rb-swiper .swiper-slide__info p {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  line-height: 1.333em;
  font-family: "houschka-pro-600";
  padding: 25px;
  border-left: 2px solid #bc813b;
}
@media (min-width: 1920px) {
  .rb-swiper .swiper-slide__info p {
    font-size: 18px;
  }
}
.rb-swiper .swiper-main {
  max-height: 705px;
  width: 100%;
}
.rb-swiper .swiper-main .swiper-slide img {
  max-width: 1234px;
}
.rb-swiper .swiper-thumbs {
  height: 128px;
  max-height: 128px;
  box-sizing: border-box;
  margin-top: 0 !important;
}
.rb-swiper .swiper-thumbs .swiper-wrapper {
  width: fit-content;
  margin: 0;
}
.rb-swiper .swiper-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  position: relative;
}
.rb-swiper .swiper-thumbs .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3C4454;
  opacity: 0.6;
}
.rb-swiper .swiper-thumbs .swiper-slide-thumb-active::before {
  opacity: 0;
}
.rb-swiper .swiper-button-wrapper {
  position: absolute;
  height: 100%;
  width: 1234px;
  margin: 0;
  top: 0;
}
.rb-swiper .swiper-button-prev, .rb-swiper .swiper-button-next {
  background: #FFFFFFE6 !important;
  box-shadow: -0.1px 2px 23px #0F081830;
  width: 115px !important;
  height: 92px !important;
  z-index: 100 !important;
  outline: none !important;
}
.rb-swiper .swiper-button-prev svg, .rb-swiper .swiper-button-next svg {
  width: 53.17px;
  height: 53.17px;
}
.rb-swiper .swiper-button-prev svg path.arrow, .rb-swiper .swiper-button-next svg path.arrow {
  fill: #bc813b;
}
.rb-swiper .swiper-button-prev:hover svg path.arrow, .rb-swiper .swiper-button-next:hover svg path.arrow {
  fill: #3A443F;
}
.rb-swiper .swiper-button-prev:after, .rb-swiper .swiper-button-next:after {
  display: none;
}
.rb-swiper .swiper-button-next {
  right: 0 !important;
  top: 50% !important;
  left: auto !important;
  bottom: auto !important;
  transform: translate(100%, -100%);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.rb-swiper .swiper-button-prev {
  right: 0 !important;
  top: 50% !important;
  left: auto !important;
  bottom: auto !important;
  transform: translate(0, -100%);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 1500px) {
  .rb-swiper-v1::after {
    height: 280px;
  }
  .rb-swiper-v1 .swiper-main .swiper-slide img,
.rb-swiper-v1 .swiper-thumbs,
.rb-swiper-v1 .swiper-button-wrapper {
    max-width: 900px;
  }
  .rb-swiper-v1 .swiper-main .swiper-slide img {
    margin-left: auto;
    margin-right: auto;
  }
  .rb-swiper-v1:hover .swiper-button-wrapper {
    opacity: 1;
  }
  .rb-swiper-v1 .swiper-button-wrapper {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
  }
  .rb-swiper-v1 .swiper-thumbs {
    height: 80px;
  }
}
@media (max-width: 1300px) {
  .rb-swiper-v1 .swiper-slide__info {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v1 .rb-swiper__content {
    max-width: 520px;
    padding-top: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(50px + 100 * ((100vw - 320px) / 1600)) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v1 .rb-swiper__content {
    padding-top: 150px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v1 .rb-swiper__content {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v1 .swiper-slide__info {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v1 .swiper-slide__info {
    padding-top: 100px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v1 .swiper-slide__info {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v1 .swiper-slide__info p {
    max-width: 576px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.rb-swiper-v2 .rb-swiper__wrapper {
  margin-left: 0;
  max-width: 100%;
}
.rb-swiper-v2 .rb-swiper__content {
  max-width: calc(500px + 243 * ((100vw - 320px) / 1600));
  padding-top: calc(0px + 0 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(30px + 15 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 85 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 60 * ((100vw - 320px) / 1600)) !important;
  position: absolute;
  top: 0;
  right: 58px;
  background-color: #FFFFFF;
  z-index: 101;
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    max-width: 743px;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    padding-top: 0px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    padding-left: 85px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    padding-right: 60px !important;
  }
}
.rb-swiper-v2 .swiper-slide__info {
  left: auto;
  right: 58px;
  bottom: 0;
  width: auto;
  max-width: 470px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.rb-swiper-v2 .swiper-slide__info p {
  padding-left: 0;
  padding-right: 0;
  padding-top: calc(20px + 25 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 15 * ((100vw - 320px) / 1600)) !important;
  font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
  border-left: none;
  border-top: 2px solid #bc813b;
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info p {
    padding-top: 45px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info p {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info p {
    font-size: 24px;
  }
}
.rb-swiper-v2 .swiper-slide {
  height: 832px;
}
.rb-swiper-v2 .swiper-main {
  max-height: 832px;
}
.rb-swiper-v2 .swiper-thumbs {
  max-height: 166px;
  height: 166px;
}
.rb-swiper-v2 .swiper-button-next {
  top: auto !important;
  bottom: 366px !important;
  transform: translate(100%, 0);
}
.rb-swiper-v2 .swiper-button-prev {
  top: auto !important;
  bottom: 366px !important;
  transform: translate(0, 0);
}
@media (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info {
    bottom: 100px;
    width: 470px;
  }
}
@media (max-width: 1700px) {
  .rb-swiper-v2 .swiper-main .swiper-slide img,
.rb-swiper-v2 .swiper-button-wrapper {
    max-width: 70%;
  }
  .rb-swiper-v2 .swiper-slide__info {
    max-width: 28%;
  }
}
@media (max-width: 1500px) {
  .rb-swiper-v2 .swiper-thumbs {
    height: 100px;
  }
  .rb-swiper-v2 .rb-swiper__content {
    right: 0;
  }
  .rb-swiper-v2 .swiper-slide__info {
    margin-right: 20px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v2 {
    margin-top: 0 !important;
  }
  .rb-swiper-v2 .rb-swiper__content {
    position: relative;
    max-width: 530px;
    padding-top: 50px !important;
    padding-bottom: calc(30px + 120 * ((100vw - 320px) / 1600)) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v2 .rb-swiper__content {
    padding-bottom: 150px !important;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v2 .swiper-slide__info {
    margin-top: calc(50px + 50 * ((100vw - 320px) / 1600)) !important;
    padding-top: calc(30px + 30 * ((100vw - 320px) / 1600)) !important;
    padding-bottom: calc(20px + 20 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info {
    margin-top: 100px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info {
    padding-top: 60px !important;
  }
}
@media (max-width: 1199px) and (min-width: 1920px) {
  .rb-swiper-v2 .swiper-slide__info {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1199px) {
  .rb-swiper-v2 .swiper-slide__info p {
    max-width: 482px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .rb-swiper::after {
    display: none;
  }
  .rb-swiper .swiper-wrapper {
    height: auto;
  }
  .rb-swiper .swiper-main {
    max-height: none;
  }
  .rb-swiper .swiper-slide {
    height: auto;
  }
  .rb-swiper .swiper-main .swiper-slide img {
    max-width: none;
    height: auto;
    height: 722px;
  }
  .rb-swiper .swiper-slide__info {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    min-height: auto;
  }
  .rb-swiper .swiper-slide__info p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .rb-swiper .swiper-thumbs {
    display: none;
  }
  .rb-swiper .swiper-button-wrapper {
    left: 0;
    transform: none;
    max-width: none !important;
    width: 100%;
  }
  .rb-swiper .swiper-button-next {
    right: auto !important;
    top: auto !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translate(0, 50%);
  }
  .rb-swiper .swiper-button-prev {
    right: auto !important;
    top: auto !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translate(-100%, 50%);
  }
}

.slider-map {
  max-height: calc(350px + 500 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .slider-map {
    max-height: 850px;
  }
}
.slider-map__wrapper {
  position: relative;
}
.slider-map__wrapper .wp-block-eedee-block-gutenslider {
  display: none;
}
.slider-map__info-heading {
  font-size: calc(32px + 3 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  line-height: 1.2em;
}
@media (min-width: 1920px) {
  .slider-map__info-heading {
    font-size: 35px;
  }
}
.slider-map__info-group {
  margin-top: calc(10px + 20 * ((100vw - 320px) / 1600)) !important;
  margin-left: calc(0px + 10 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .slider-map__info-group {
    margin-top: 30px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map__info-group {
    margin-left: 10px !important;
  }
}
.slider-map__info-group svg {
  min-width: 20px !important;
  height: 28px !important;
}
.slider-map__info-address {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  max-width: 217px;
  padding-left: calc(20px + 10 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .slider-map__info-address {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .slider-map__info-address {
    padding-left: 30px !important;
  }
}
.slider-map .slider-map__info + .slider-map__info {
  margin-top: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .slider-map .slider-map__info + .slider-map__info {
    margin-top: 50px !important;
  }
}
.slider-map__lat {
  display: none;
}
.slider-map__lng {
  display: none;
}
.slider-map .swiper-slider {
  display: flex;
}
.slider-map .swiper-dots {
  flex: 0 0 21%;
  max-width: 21%;
  max-height: calc(350px + 500 * ((100vw - 320px) / 1600));
  padding-top: calc(0px + 65 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(0px + 65 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 60 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 60 * ((100vw - 320px) / 1600)) !important;
  overflow-y: auto;
  position: relative;
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots {
    max-height: 850px;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots {
    padding-top: 65px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots {
    padding-left: 60px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots {
    padding-right: 60px !important;
  }
}
.slider-map .swiper-dots::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
}
.slider-map .swiper-dots::-webkit-scrollbar, .slider-map .swiper-dots::-webkit-scrollbar {
  position: relative;
  width: 3.5px;
  background-color: #FFFFFF;
}
.slider-map .swiper-dots::-webkit-scrollbar-thumb, .slider-map .swiper-dots::-webkit-scrollbar-thumb {
  position: absolute;
  left: 0;
  width: 5px;
  background-color: #bc813b;
}
.slider-map .swiper-dots .swiper-wrapper {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.slider-map .swiper-dots .swiper-wrapper::-webkit-scrollbar, .slider-map .swiper-dots .swiper-wrapper::-webkit-scrollbar {
  position: relative;
  width: 3.5px;
  background-color: #FFFFFF;
}
.slider-map .swiper-dots .swiper-wrapper::-webkit-scrollbar-thumb, .slider-map .swiper-dots .swiper-wrapper::-webkit-scrollbar-thumb {
  position: absolute;
  left: 0;
  width: 5px;
  background-color: #bc813b;
}
.slider-map .swiper-dots .swiper-select {
  display: none;
  max-width: 361px;
  width: 100%;
  border: 2px solid #bc813b;
  border-bottom-width: 4px;
  font-size: calc(22px + 0 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal-italic";
  line-height: 1em;
  color: #bc813b;
  padding: 17px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots .swiper-select {
    font-size: 22px;
  }
}
.slider-map .swiper-dots .swiper-select svg {
  width: 24px;
  height: 12px;
  transition: transform ease 300ms;
  transform: rotate(180deg);
  transform-origin: center;
}
.slider-map .swiper-dots .swiper-slide {
  cursor: pointer;
  width: 100% !important;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  line-height: 1em;
  font-family: "houschka-pro-600";
  color: #3C4454;
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots .swiper-slide {
    font-size: 18px;
  }
}
.slider-map .swiper-dots .swiper-slide::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background-color: #FFFFFF;
  margin-left: 10px;
}
.slider-map .swiper-dots .swiper-slide:hover {
  color: #bc813b;
}
.slider-map .swiper-dots .swiper-slide-thumb-active {
  color: #bc813b;
}
.slider-map .swiper-dots .swiper-slide-thumb-active::after {
  background-color: #bc813b;
}
.slider-map .swiper-dots .swiper-slide + .swiper-slide {
  margin-top: calc(20px + 15 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .slider-map .swiper-dots .swiper-slide + .swiper-slide {
    margin-top: 35px !important;
  }
}
.slider-map .swiper-map {
  flex: 0 0 79%;
  max-width: 79%;
}
.slider-map .swiper-map .slider-map__bullet {
  display: none;
}
.slider-map .swiper-map .swiper-slide {
  opacity: 0;
}
.slider-map .swiper-map .swiper-slide-active {
  opacity: 1;
}
.slider-map .swiper-map .swiper-slide__inner {
  display: flex;
  justify-content: space-between;
}
.slider-map .swiper-map .swiper-slide__inner-content {
  flex: 0.3;
  padding-top: calc(20px + 45 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 45 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(20px + 40 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(20px + 40 * ((100vw - 320px) / 1600)) !important;
  max-height: calc(350px + 500 * ((100vw - 320px) / 1600));
  overflow-y: scroll;
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    padding-top: 65px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    padding-bottom: 65px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    padding-left: 60px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    padding-right: 60px !important;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    max-height: 850px;
  }
}
.slider-map .swiper-map .swiper-slide__inner-content::-webkit-scrollbar, .slider-map .swiper-map .swiper-slide__inner-content::-webkit-scrollbar {
  position: relative;
  width: 3.5px;
  background-color: transparent;
}
.slider-map .swiper-map .swiper-slide__inner-content::-webkit-scrollbar-thumb, .slider-map .swiper-map .swiper-slide__inner-content::-webkit-scrollbar-thumb {
  position: absolute;
  left: 0;
  width: 5px;
  background-color: #bc813b;
}
.slider-map .swiper-map .swiper-slide__inner-content::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(rgba(238, 233, 229, 0.2), #eee9e5);
}
.slider-map .swiper-map .swiper-slide__inner-map {
  flex: 0.7;
  width: 100%;
  min-height: calc(350px + 500 * ((100vw - 320px) / 1600));
  max-height: calc(350px + 500 * ((100vw - 320px) / 1600));
  background-color: #3C4454;
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-map {
    min-height: 850px;
  }
}
@media (min-width: 1920px) {
  .slider-map .swiper-map .swiper-slide__inner-map {
    max-height: 850px;
  }
}
@media (max-width: 1199px) {
  .slider-map.overflow {
    overflow: visible;
  }
  .slider-map .swiper-slider {
    flex-direction: column;
  }
  .slider-map .swiper-dots {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    transform: translateY(-120px);
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    position: absolute;
    z-index: 10;
  }
  .slider-map .swiper-map {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .slider-map .swiper-dots .swiper-select {
    display: flex;
  }
  .slider-map .swiper-dots .swiper-select:hover svg {
    transition: transform ease 300ms;
    transform: rotate(0deg);
  }
  .slider-map .swiper-dots .swiper-select:hover ~ .swiper-wrapper {
    opacity: 1;
    z-index: 1;
  }
  .slider-map .swiper-dots .swiper-wrapper {
    opacity: 0;
    z-index: -1;
    position: static;
    background-color: white;
    max-width: 361px;
    width: 100%;
    padding: 25px;
  }
  .slider-map .swiper-dots .swiper-slide {
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .slider-map {
    max-height: calc(650px + 300 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .slider-map {
    max-height: 950px;
  }
}
@media (max-width: 992px) {
  .slider-map .swiper-map .swiper-slide__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    max-height: 215px;
    padding-top: 50px !important;
  }
}
@media (max-width: 992px) {
  .slider-map .slider-map__info {
    flex: 0 0 50%;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .slider-map .slider-map__info + .slider-map__info {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .slider-map .slider-map__info {
    flex: 0 0 100%;
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .slider-map .slider-map__info-address {
    max-width: 100%;
  }
  .slider-map .swiper-map .swiper-slide__inner-content {
    padding-top: 25px !important;
    max-height: 237px;
  }
}
@media (max-width: 480px) {
  .slider-map .swiper-map .swiper-slide__inner-content {
    max-height: 280px;
  }
}

@keyframes slide-menu {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sub-menu {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
@keyframes sub-menu-active {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes form {
  0% {
    transform: translateY(35%);
  }
  100% {
    transform: translateY(82%);
  }
}
@keyframes form-active {
  0% {
    transform: translateY(82%);
  }
  100% {
    transform: translateY(35%);
  }
}
@keyframes form-m {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(87%);
  }
}
@keyframes form-active-m {
  0% {
    transform: translateY(87%);
  }
  100% {
    transform: translateY(15%);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.back-to-top {
  position: relative;
  margin-bottom: calc(20px + 25 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .back-to-top {
    margin-bottom: 45px !important;
  }
}
.back-to-top svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100%, -50%);
}

.wp-element-button, .wp-block-button__link {
  padding: 0 !important;
}

.ssa-footer .wp-element-button, .ssa-footer .wp-block-button__link {
  padding: 0 !important;
}
.ssa-footer .button {
  padding: 0;
}
.ssa-footer .button a {
  padding: 22px 70px 30px 35px !important;
}
.ssa-footer .button::before {
  background-color: white;
}
.ssa-footer .footer-btn .wp-block-button__link {
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .footer-btn .wp-block-button__link {
    font-size: 26px;
  }
}
.ssa-footer .footer-btn-black {
  font-size: calc(15px + 4 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .footer-btn-black {
    font-size: 19px;
  }
}
.ssa-footer .wp-block-navigation .wp-block-navigation-item {
  align-items: inherit;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ssa-footer .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .ssa-footer .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .ssa-footer .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .ssa-footer .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 19px;
  position: relative;
}
.ssa-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
  display: block !important;
  flex-direction: column;
  height: 50%;
  opacity: 1;
  visibility: visible;
  align-items: end;
  width: 100%;
  background-color: transparent !important;
  border-right: 2px solid #BC813B !important;
}
.ssa-footer .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container):before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 16px 16px;
  border-color: red transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -16px;
  top: -16px;
  left: 50%;
}
.ssa-footer .wp-block-navigation-submenu__toggle {
  padding-right: 0 !important;
  font-size: calc(20px + 9 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .wp-block-navigation-submenu__toggle {
    font-size: 29px;
  }
}
.ssa-footer .wp-block-navigation__submenu-icon {
  display: none !important;
}
.ssa-footer .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 0px 18px;
  text-decoration: none !important;
}
.ssa-footer .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
  color: #BC813B;
}
.ssa-footer .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
  font-family: "houschka-pro-500";
  font-size: calc(18px + 7 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-size: 25px;
  }
}
.ssa-footer .map-box-footer {
  margin-right: 76px;
  margin-bottom: 40px;
  max-width: 358px;
  width: 100%;
}
@media (max-width: 1199px) {
  .ssa-footer .map-box-footer {
    margin-right: 9px;
  }
}
@media (max-width: 767px) {
  .ssa-footer .map-box-footer {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .ssa-footer .map-left-col {
    padding-left: 5px !important;
  }
}
.ssa-footer .copyright-col {
  padding-left: 59px;
  font-size: calc(12px + 5 * ((100vw - 320px) / 1600));
}
@media (max-width: 1199px) {
  .ssa-footer .copyright-col {
    padding-left: 5px !important;
  }
}
@media (max-width: 480px) {
  .ssa-footer .copyright-col {
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .ssa-footer .copyright-col {
    font-size: 17px;
  }
}
.ssa-footer .map-box-footer .footer-map-heading {
  max-width: 235px;
  width: 100%;
  margin: 20px !important;
  font-size: calc(15px + 15 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .map-box-footer .footer-map-heading {
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .ssa-footer .map-box-footer .footer-map-heading {
    margin: 7px !important;
    padding-right: 10px;
  }
}
.ssa-footer .map-box-footer .footer-map-heading-2 {
  max-width: 235px;
  width: 100%;
  margin: 20px !important;
  font-size: calc(12px + 5 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .map-box-footer .footer-map-heading-2 {
    font-size: 17px;
  }
}
@media (max-width: 1300px) {
  .ssa-footer .map-box-footer .footer-map-heading-2 {
    margin: 7px !important;
    padding-right: 10px;
  }
}
.ssa-footer .line-icon a::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid white;
  width: 38px;
  height: 20px;
  margin-left: 10px;
  margin-top: 3px;
}
@media (max-width: 480px) {
  .ssa-footer .line-icon a::after {
    margin-top: -5px;
  }
}
.ssa-footer .copyright::after {
  content: url("https://seniorservicesofamerica.com/wp-content/uploads/2022/07/House-Icon.svg");
  position: absolute;
  width: 38px;
  height: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .ssa-footer .copyright::after {
    display: none;
  }
}
.ssa-footer .copyright::before {
  content: url("https://seniorservicesofamerica.com/wp-content/uploads/2022/07/Wheelchair-Icon.svg");
  position: relative;
  width: 38px;
  height: 20px;
  right: -419px;
}
@media only screen and (max-width: 480px) {
  .ssa-footer .copyright::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .ssa-footer .footer-menu-2 {
    max-width: 298px;
    align-content: baseline;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .ssa-footer .footer-menu-2 {
    max-width: 332px !important;
    margin-top: 32px !important;
    align-content: flex-end;
    padding-bottom: 40px;
  }
}
.ssa-footer .footer-menu-2 a {
  text-decoration: none !important;
  font-size: calc(20px + 9 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .ssa-footer .footer-menu-2 a {
    font-size: 29px;
  }
}
.ssa-footer .footer-inner {
  padding-top: 100px;
  padding-bottom: 59px;
  padding-left: 57px;
}
@media (max-width: 1300px) {
  .ssa-footer .footer-inner {
    padding-left: 5px !important;
  }
}
@media (max-width: 992px) {
  .ssa-footer .footer-inner {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 767px) {
  .ssa-footer .footer-menus-col {
    flex-direction: column !important;
    max-width: 800px !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .ssa-footer .menu-col {
    margin: 0 auto;
    max-width: 428px;
  }
}
@media (max-width: 767px) {
  .ssa-footer .menu-col ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .ssa-footer .menu-col ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .ssa-footer .approach {
    padding-right: 34px !important;
  }
}
@media (max-width: 480px) {
  .ssa-footer .approach {
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .ssa-footer .first-menu {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .ssa-footer .map-left-col {
    max-width: 326px !important;
  }
}
@media (max-width: 480px) {
  .ssa-footer .map-left-col {
    max-width: 100% !important;
  }
}

.footer {
  padding-top: 85px;
  padding-bottom: 60px;
  padding-left: 57px;
  padding-right: 113px;
  padding-top: calc(30px + 55 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(17px + 43 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(17px + 38 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(17px + 38 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .footer {
    padding-top: 85px !important;
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-left: 55px !important;
  }
}
@media (min-width: 1920px) {
  .footer {
    padding-right: 55px !important;
  }
}
.footer .footer__left-top-info {
  align-items: center !important;
  flex-direction: row;
}
.footer__left {
  flex: 0 0 51%;
  max-width: 51%;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 1.5px;
}
.footer__left-top {
  padding-top: calc(20px + 10 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(20px + 10 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(20px + 30 * ((100vw - 320px) / 1600)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  justify-content: space-between !important;
  width: 100%;
  flex-wrap: wrap !important;
}
@media (min-width: 1920px) {
  .footer__left-top {
    padding-top: 30px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-top {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-top {
    padding-left: 50px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-top {
    padding-right: 50px !important;
  }
}
.footer__left-middle {
  padding-top: calc(15px + 15 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(15px + 25 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(0px + 50 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(0px + 75 * ((100vw - 320px) / 1600)) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  justify-content: space-between !important;
  width: 100%;
}
@media (min-width: 1920px) {
  .footer__left-middle {
    padding-top: 30px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-middle {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-middle {
    padding-left: 50px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-middle {
    padding-right: 75px !important;
  }
}
.footer__left-bottom {
  padding-top: calc(35px + 5 * ((100vw - 320px) / 1600)) !important;
  padding-bottom: calc(10px + 30 * ((100vw - 320px) / 1600)) !important;
  padding-left: calc(15px + 44 * ((100vw - 320px) / 1600)) !important;
  padding-right: calc(15px + 44 * ((100vw - 320px) / 1600)) !important;
  width: 100%;
}
@media (min-width: 1920px) {
  .footer__left-bottom {
    padding-top: 40px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-bottom {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-bottom {
    padding-left: 59px !important;
  }
}
@media (min-width: 1920px) {
  .footer__left-bottom {
    padding-right: 59px !important;
  }
}
.footer__left-mapbox {
  max-width: 358px;
  width: 100%;
  border: 1px solid #bc813b;
  overflow: hidden;
  border-radius: 1.5px;
}
.footer__left-mapbox-content {
  padding: 25px !important;
}
.footer__right {
  padding-right: calc(15px + 40 * ((100vw - 320px) / 1600)) !important;
  padding-left: 10px !important;
  flex: 0 0 49%;
  max-width: 49%;
}
@media (min-width: 1920px) {
  .footer__right {
    padding-right: 55px !important;
  }
}
.footer__right .menu-item a {
  font-size: calc(29px + 0 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  line-height: 1em;
}
@media (min-width: 1920px) {
  .footer__right .menu-item a {
    font-size: 29px;
  }
}
.footer__right .menu-item a:hover {
  color: #bc813b;
}
.footer__right .menu-item .sub-menu a {
  font-size: calc(25px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  line-height: 1em;
}
@media (min-width: 1920px) {
  .footer__right .menu-item .sub-menu a {
    font-size: 25px;
  }
}
.footer .footer-social .wp-block-button .wp-block-button__link {
  background-color: transparent !important;
}
.footer .footer-social .wp-block-button__link {
  display: flex;
  margin-left: calc(0px + 52 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .footer .footer-social .wp-block-button__link {
    margin-left: 52px;
  }
}
.footer .footer-map-heading {
  font-size: calc(26px + 4 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  line-height: 1.1em;
}
@media (min-width: 1920px) {
  .footer .footer-map-heading {
    font-size: 30px;
  }
}
.footer .footer-map-heading-2 {
  font-size: calc(17px + 0.5 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-600";
  margin-top: 25px !important;
}
@media (min-width: 1920px) {
  .footer .footer-map-heading-2 {
    font-size: 17.5px;
  }
}
.footer .footer-three-btns {
  margin-bottom: 0px !important;
}
.footer .footer-three-btns .footer-btn-black {
  padding: 10px 36px;
  border-radius: 100px;
  margin-bottom: 8px !important;
}
.footer .footer-three-btns .footer-btn-black a {
  font-size: 14px;
  font-family: "houschka-pro-600";
  background-color: rgba(255, 255, 255, 0) !important;
}
.footer .footer-phone-number {
  text-align: right;
  -webkit-text-fill-color: white;
  -webkit-opacity: 1;
  font-size: calc(33px + 10 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .footer .footer-phone-number {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .footer .footer-phone-number {
    text-align: center;
  }
}
.footer .footer-logo-main {
  max-width: 200px;
  width: 100%;
}
.footer_subtext {
  color: #fff;
  opacity: 0.75;
  font-family: "houschka-pro-500";
  font-size: 12px;
  text-align: right;
  margin: -50px 0 10px 0 !important;
}
@media (max-width: 992px) {
  .footer_subtext {
    text-align: center;
    margin: -45px auto 40px auto !important;
  }
}
.footer__sponsor {
  display: flex;
  margin-top: calc(80px + 0 * ((100vw - 320px) / 1600)) !important;
  margin-bottom: calc(45px + 35 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .footer__sponsor {
    margin-top: 80px !important;
  }
}
@media (min-width: 1920px) {
  .footer__sponsor {
    margin-bottom: 80px !important;
  }
}
.footer__sponsor-first {
  font-size: 13px;
  font-family: "houschka-pro-500";
}
.footer__sponsor-last {
  font-size: 15px;
  font-family: "houschka-pro-600";
}
.footer__sponsor svg {
  width: 23px;
  height: 37px;
  margin-left: 15px;
  margin-right: 10px;
}
@media (max-width: 1550px) {
  .footer .footer__left-middle {
    flex-direction: column;
  }
  .footer .footer__left-bottom {
    padding-left: calc(15px + 20 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(15px + 20 * ((100vw - 320px) / 1600)) !important;
  }
}
@media (max-width: 1550px) and (min-width: 1920px) {
  .footer .footer__left-bottom {
    padding-left: 35px !important;
  }
}
@media (max-width: 1550px) and (min-width: 1920px) {
  .footer .footer__left-bottom {
    padding-right: 35px !important;
  }
}
@media (max-width: 1300px) {
  .footer .footer-logo-main {
    flex: 0 0 100%;
    text-align: left;
  }
  .footer .footer__left-top-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-phone-number {
    text-align: left;
    flex: 1 0 75%;
  }
  .footer .footer-social {
    flex: 0 0 25%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__left-bottom {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .footer .footer__sponsor {
    transform: none;
  }
}
@media (max-width: 992px) {
  .footer {
    flex-direction: column-reverse !important;
  }
  .footer .footer__left-top-info {
    flex: 0 0 50%;
    flex-direction: row;
  }
  .footer .footer__left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer__left-middle {
    flex-direction: row;
  }
  .footer .footer__left-bottom {
    padding-left: calc(15px + 20 * ((100vw - 320px) / 1600)) !important;
    padding-right: calc(15px + 20 * ((100vw - 320px) / 1600)) !important;
    justify-content: center;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .footer .footer__left-bottom {
    padding-left: 35px !important;
  }
}
@media (max-width: 992px) and (min-width: 1920px) {
  .footer .footer__left-bottom {
    padding-right: 35px !important;
  }
}
@media (max-width: 992px) {
  .footer .footer-logo-main {
    flex: auto;
  }
}
@media (max-width: 992px) {
  .footer .footer-phone-number {
    flex: auto;
  }
}
@media (max-width: 992px) {
  .footer .footer-social {
    flex: auto;
  }
}
@media (max-width: 992px) {
  .footer .footer-icons {
    padding-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .footer .footer__sponsor {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 780px) {
  .footer .footer__left-middle {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer .footer__left-top-info {
    flex: 0 0 65%;
  }
  .footer .footer__sponsor {
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .footer .footer__sponsor.wp-block-group {
    flex-direction: unset !important;
  }
  .footer .footer__sponsor-first {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .footer .footer__left-top {
    justify-content: center !important;
    gap: 0 !important;
  }
  .footer .footer__left-top-info {
    flex-direction: column !important;
    gap: 0 !important;
    flex: 0 0 100%;
  }
  .footer .footer-copyrights {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .footer .footer-icons-mobile {
    flex: 1 0 100%;
    margin-top: 20px !important;
  }
  .footer .footer-logo-main {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-phone-number {
    margin-top: 20px !important;
  }
  .footer .footer-social {
    margin-top: 20px !important;
  }
  .footer .footer__left-middle {
    gap: 0 !important;
  }
  .footer .footer__left-middle .wp-block-buttons {
    gap: 0 !important;
  }
  .footer .footer__left-middle .wp-block-buttons .wp-block-button {
    margin-bottom: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  .footer .footer__left {
    border: none !important;
  }
  .footer .footer__left-top {
    border: 2px solid #ffffff1f !important;
  }
  .footer .footer__left-bottom {
    border: 2px solid #ffffff1f !important;
  }
  .footer .footer__left-middle {
    align-items: stretch !important;
    border: none;
  }
  .footer .footer__left-middle .button {
    width: 100%;
  }
  .footer .footer__left-mapbox {
    max-width: 100%;
    margin-top: 25px;
  }
  .footer .back-to-top-wrapper {
    align-self: stretch;
  }
  .footer .back-to-top-wrapper .back-to-top {
    padding: 12px 52px 12px 18px;
  }
  .footer .footer-btn {
    width: fit-content !important;
    text-align: left !important;
  }
}

.lodge-form .header-form__title {
  color: #3A443F;
}
.lodge-form .header-form__subtitle {
  color: #3A443F;
  font-size: calc(14px + 7 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .lodge-form .header-form__subtitle {
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .lodge-form .custome-radio-fields .gfield_radio {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .lodge-form .custome-radio-fields .gfield_radio {
    flex-direction: row;
    justify-content: space-between;
  }
  .lodge-form .gfield {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lodge-form .header-form__subtitle {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .lodge-form .custome-radio-fields .gfield_radio {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.team-member .member-more-text {
  display: none;
}
.team-member .member-more-headline {
  display: none !important;
}
.team-member .member-more-headline__title {
  font-size: calc(16.5px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-bold";
}
@media (min-width: 1920px) {
  .team-member .member-more-headline__title {
    font-size: 16.5px;
  }
}
.team-member .member-more-headline__sep {
  flex-grow: 1;
  height: 1.5px;
  margin: 0 19px !important;
}
.team-member .member-more-headline svg {
  width: 29px;
  height: 45px;
}
.team-member .team-btn-close {
  display: none !important;
}
.team-member .team-btn-close a {
  box-shadow: -0.1px 2px 23px #0f081830;
  border-radius: 100px;
  width: 202px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 87px;
  top: 81px;
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
}
@media (min-width: 1920px) {
  .team-member .team-btn-close a {
    font-size: 18px;
  }
}
.team-member .team-btn-close a span {
  margin-right: 20px;
}
.team-member .team-btn-close a svg {
  width: 22px;
  height: 22px;
}
.team-member--active {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh !important;
  z-index: 100;
  padding-top: calc(70px + 130 * ((100vw - 320px) / 1600));
  padding-bottom: calc(50px + 150 * ((100vw - 320px) / 1600));
  overflow-y: scroll;
}
@media (min-width: 1920px) {
  .team-member--active {
    padding-top: 200px;
  }
}
@media (min-width: 1920px) {
  .team-member--active {
    padding-bottom: 200px;
  }
}
.team-member--active > div {
  max-width: 1284px !important;
  width: calc(300px + 984 * ((100vw - 320px) / 1600));
}
@media (min-width: 1920px) {
  .team-member--active > div {
    width: 1284px;
  }
}
.team-member--active .member-content {
  display: flex;
  margin-block-start: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(0px + 100 * ((100vw - 320px) / 1600)) !important;
}
@media (min-width: 1920px) {
  .team-member--active .member-content {
    margin-top: 100px !important;
  }
}
.team-member--active .member-more-content {
  flex: 0 0 23%;
  max-width: 23%;
  height: fit-content;
  border-bottom: 2px solid #bc813b;
  margin-right: calc(0px + 45 * ((100vw - 320px) / 1600));
  padding-bottom: 24px !important;
}
@media (min-width: 1920px) {
  .team-member--active .member-more-content {
    margin-right: 45px;
  }
}
.team-member--active .member-more-content .member-name {
  padding-top: calc(15px + 45 * ((100vw - 320px) / 1600));
  text-transform: capitalize;
}
@media (min-width: 1920px) {
  .team-member--active .member-more-content .member-name {
    padding-top: 60px;
  }
}
.team-member--active .member-more-content .member-pos {
  margin-block-start: 13px;
}
.team-member--active .member-more-content > * {
  margin-left: 0 !important;
  text-align: left !important;
}
.team-member--active .member-more-content > .aligncenter {
  margin-left: 0 !important;
}
.team-member--active .member-more-text {
  flex: 0 0 77%;
  max-width: 77%;
  display: block;
  column-count: 2;
  column-gap: 47px;
}
.team-member--active .member-more-text p {
  font-size: calc(18px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
}
@media (min-width: 1920px) {
  .team-member--active .member-more-text p {
    font-size: 18px;
  }
}
.team-member--active .member-more-text p .bigger {
  font-size: calc(18px + 14 * ((100vw - 320px) / 1600));
  font-family: "ivyjournal-normal";
  line-height: 1;
}
@media (min-width: 1920px) {
  .team-member--active .member-more-text p .bigger {
    font-size: 32px;
  }
}
.team-member--active .member-more-headline {
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.team-member--active .team-btn-close {
  display: block !important;
  height: 0;
}
.team-member--active .team-btn {
  display: none;
}
@media (max-width: 1700px) {
  .team-member .team-btn-close a {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .team-member .team-btn-close a {
    width: 50px;
    height: 50px;
  }
  .team-member .team-btn-close a span {
    display: none;
  }
}
@media (max-width: 992px) {
  .team-member .member-more-text {
    column-count: 1;
  }
}
@media (max-width: 600px) {
  .team-member .team-btn-close a {
    top: 10px;
  }
  .team-member .member-content {
    flex-wrap: wrap;
  }
  .team-member .member-more-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-member .member-more-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.custome-radio-fields .gfield-choice-input + label {
  white-space: nowrap;
}

.second-menu ul.sub-menu {
  display: none;
  height: auto;
  background: transparent !important;
  border: none !important;
  position: absolute;
  top: 0 !important;
  transform: translateY(-100%);
  padding-bottom: 30px;
  line-height: 18px;
  letter-spacing: 2px;
}
.second-menu ul.sub-menu li {
  padding: 0.5em 1em;
  position: relative;
}
.second-menu ul.sub-menu li:before {
  top: 45%;
  margin-top: 0;
}
.second-menu ul.sub-menu li a {
  font-size: calc(13px + 4 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  line-height: 1em;
  text-transform: uppercase;
  transition: all ease 500ms;
}
@media (min-width: 1920px) {
  .second-menu ul.sub-menu li a {
    font-size: 17px;
  }
}
.second-menu ul.sub-menu li a:hover {
  font-family: "houschka-pro-bold";
  transition: all ease 500ms;
}
.second-menu ul.sub-menu li + li {
  padding-top: 5px;
}

.tabs-banner .wp-block-navigation-item__label {
  text-transform: uppercase;
}

@media (max-height: 767px) {
  .banner,
.banner-lodge {
    min-height: 900px !important;
  }
}

.tabs-banner .banner-tab .wp-block-navigation__submenu-container {
  top: 0;
  transform: translateY(calc(-100% - 49px));
  height: auto;
  padding-bottom: 50px;
}
.tabs-banner .banner-tab .wp-block-navigation__submenu-container li a span {
  font-size: calc(21px + 0 * ((100vw - 320px) / 1600));
  font-family: "houschka-pro-500";
  text-transform: uppercase;
  transition: all ease 500ms;
  white-space: nowrap;
}
@media (min-width: 1920px) {
  .tabs-banner .banner-tab .wp-block-navigation__submenu-container li a span {
    font-size: 21px;
  }
}
.tabs-banner .banner-tab .wp-block-navigation__submenu-container li a:hover span {
  font-family: "houschka-pro-bold";
  transition: all ease 500ms;
}

.team-border-col {
  max-width: 1445px !important;
  padding-left: 30px;
  padding-right: 30px;
}

.wp-site-blocks .footer__community.display-none {
  display: none !important;
}
.wp-site-blocks .rb-tai-slider__separator.accent-color {
  background-color: #fff !important;
}

footer #menu-lodge-main-menu-1 .menu-item:last-child {
  display: none;
}

.sep-pricing:before, .sep-pricing:after {
  width: 220px;
}

@media screen and (max-width: 785px) {
  .mobile-justify-center {
    justify-content: center !important;
  }
}

/*# sourceMappingURL=style2.css.map */
