#dropdown-menu-bg {
  background: rgb(91 93 75 / 90%);
  height: 100%;
  width: 100%;
  position: fixed;
  cursor: pointer
}
/*Change text in autofill textbox*/
.md-content input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  background: transparent;
}
.md-content input:-webkit-autofill, .md-content input:-webkit-autofill:hover, .md-content input:-webkit-autofill:focus, .md-content textarea:-webkit-autofill, .md-content textarea:-webkit-autofill:hover, .md-content textarea:-webkit-autofill:focus, .md-content select:-webkit-autofill, .md-content select:-webkit-autofill:hover, .md-content select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #5b5d4b inset;
  transition: background-color 5000s ease-in-out 0s;
}
.md-content .submitted-message {
  color: white;
  position: relative;
  padding: 0;
  font-size: 2.6vh;
  text-align: center;
  margin-top: 5vh !important;
  display: inline-block;
  width: 100%;
}
.md-content .submitted-message div {
  display: inline-block;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 147%;
  color: #fff;
  text-transform: uppercase;
}
/* img.close-button {
position: absolute;
right: 53px;
top: 23px;
cursor: pointer;
}
*/

.modal-contain {
  display: grid;
  grid-template-columns: 1fr;
}

.modal-contain .modal-menu-left {
  padding: 168px 40px 109px 119px;
}

@media (min-width: 768px) {
  .modal-contain {
    grid-template-columns: repeat(2, 1fr);
    min-height: 100%;
  }
}

@media (min-width: 1025px) {
  .modal-contain {
    display: grid;
    grid-template-columns: 455px 1fr;
  }
}

header.top .top-info-container ul li:not(:last-child):after {
  content: "/";
  margin-left: 9px;
  padding-right: 5px;
}

html.hotel-popup .row-number-1 header.main-header {
  z-index: -1;
  transition: none;
}

html:not(.hotel-popup) .row-number-1 header.main-header{
  z-index: 9999;
}

.concorde-container.header-container header.top {
  /* position: absolute;
  */
  background-color: #F7F6F5;
  position: relative;
  display: block !important;
  z-index: 2;
  border-bottom: .5px solid #ffffff99;
  height: 38px;
}
.dropdown-container label.dropdown {
  font-family: 'Inter';
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .1em;
  position: relative !important;
  top: unset !important;
  right: unset !important;
  display: block !important;
}
.nav-background .row-nav label.dropdown {
  right: -30px !important;
}
.dropdown-cities{
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  gap: 24px;
}
.dropdown-cities .item{
  position: relative;
  flex: 1 1 20%;
  height: 312px;
  overflow: hidden;
  background: #000000;
}
.dropdown-cities .item img{
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
  opacity: .40;
  transition: .4s ease-in-out;
}
.dropdown-cities .item a:hover img {
  transform: scale(1.08);
}
.dropdown-cities .item span{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 143.5%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}



.md-modal {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;

  display: block !important;
  visibility: hidden;
}

.md-modal.md-show {
  opacity: 1;
  visibility: visible;
}



@media only screen and (min-width: 768px) {
  .nav-background label.dropdown:after {
    display: none;
  }
  .nav-background label.dropdown {
    right: -30px;
    float: right;
    top: 0;
    margin-top: -52px;
  }
  .dropdown-container i {
    top: 0px !important;
  }
  header.top .top-info-container {
    display: inline-block !important;
  }
  body.header-transparent header.main-header, body.header-normal header.main-header {
    top: 35px;
  }
  body.two-menu header.top .dropdown-container {
    display: inline-block !important;
  }
  body.header-transparent header.main-header.scrolled, body.header-normal header.main-header.scrolled {
    top: 0;
  }
  body.two-menu header.main-header {
    top: 48px;
  }
  body.two-menu header.main-header.scrolled {
    top: 0;
  }
  label.dropdown:after {
    content: "";
    width: 46px;
    margin-top: -4px;
    background: black;
    display: block;
    position: absolute;
    height: 0.1px;
  }
  header.top .top-info-container ul {
    padding: 0;
    text-align: right;
  }
  header.top .dropdown-container {
    width: 30%;
    display: inline-block;
    height: 38px;
    line-height: 33px;
  }
  header.top .top-info-container {
    width: 70%;
    display: inline-block;
    float: right;
  }
  header.top .top-info-container ul li, header.top .top-info-container ul li a {
    top: -3px;
    position: relative;
    height: 38px;
    line-height: 37px;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
  }
  .dropdown-container i {
    position: relative;
    top: -2px;
  }
  .dropdown-container label.dropdown {
    position: absolute;
    top: -90px;
    right: -2px;
  }
  header.top .top-info-container ul {
    padding: 0;
    text-align: right;
    margin: 0;
    height: 38px;
  }
}

.dropdown-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 40px;
}
.dropdown {
  margin-right: 5px;
  cursor: pointer;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 143.5%;
  letter-spacing: 0.1em;
  color: #000000;
}
.fa-angle-down {
  transition: transform 0.3s ease;
}
.rotate-dropdown-arrow img {
  transform: rotate(270deg);
}
.dropdown-menu {
  display:none;
  animation: openDropDown 0.4s ease 0s 1 forwards;

  z-index: 9999;
  /* position: absolute;
  */
  position: fixed;
  width: 100%;
  padding: 0;
  flex-direction: column;
  border-radius: 4px;
  margin-top: 4px;
  transform-origin: top left;
  left: 0;
}
.nav-background {
  padding-top: 85px;
  padding-bottom: 60px;
  background: white;
  position: relative;
  z-index: 999;
}
#openDropdown:checked+.dropdown-menu {
  margin-top: 4px;
  display: flex;
  animation: openDropDown .4s ease 0s 1 forwards;

  padding: 0;
  height: 100vh;
}
@keyframes openDropDownOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes openDropDownOpacityOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes openDropDown {
  from {
    transform: rotateX(50deg);
  }
  to {
    transform: rotateX(0deg);
  }
}

header.header .md-modal .md-content {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  display: block;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header .modal-areas {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  padding: 87px 0px 56px;
}

header.header .md-modal {
  background: #5b5e4b;
}

header.header .md-modal ul li {
  font-family: 'Century Gothic';
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 190%;
  margin-bottom: 0;
  text-align: left;
}
header.header .modal-menu-secondary ul li {
  font-size: 14px;
  line-height: 200%;
}
.md-modal button.md-close {
  position: absolute;
  left: 119px;
  top: 76.86px;
  z-index: 11;
  width: 28.28px;
  height: 28.28px;
}
.md-modal .modal-cta a {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000;
  display: inline-block;
  font-family: 'Inter';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 15px;
  margin-top: 52px;
  padding: 15.5px 37px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.md-modal .modal-cta a:hover,
.md-modal .modal-cta a:focus {
  background-color: #5b5d4b;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.modal-menu ul li.active a {
  color: #ffe6a6;
}
.modal-logo {
  margin-bottom: 0;
  position: absolute;
  top: -13px;
  width: 100%;
  left: 0;
  text-align: center;
}
.modal-menu ul li {
  width: 100%;
}
.modal-menu ul li a {
  color: #CCCCCC;
  font-family: 'Century Gothic';
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 190%;
  text-transform: inherit;
}
.modal-menu-secondary {
  margin-top: 43px;
  padding-top: 30px;
  position: relative;
}
.modal-menu-secondary:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  max-width: 212px;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-menu-secondary ul li a {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 200%;
  text-transform: uppercase;
}
.modal-menu ul {
  padding-left: 0;
}
.md-modal .modal-background {
  /* padding-right: 90px;
  */
  position: relative;
  max-width: 1260px !important;
  margin: 0 auto;
  min-height: 100vh;
}
.md-modal .col-6.dark-6 {
  /* display: inline-block;
  */
  /* float: left;
  */
  position: relative;
  z-index: 10;
  width: 50%;

  padding-left: 40px;

  align-self: flex-start;
  margin-top: 90px;

}

.md-modal button.md-close:after {
  content: '';
  position: absolute;
  background-image: url(/hubfs/21505494/images/modal-close-icon-v2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28.28px;
  height: 28.28px;
  top: 0;
  right: 0;
}
.md-modal button.md-close {
  border: none;
  background: transparent;
  padding: 0;
}
header.main-header button.md-trigger {
  background: transparent;
  border: 0;
  padding: 0;
}
.md-modal {
  width: 100%;
  /* visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  */
  display: none;
  /* max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  position: fixed;
  left: 0;
  */
}
/* .md-show {
visibility: visible;
}
*/
.md-modal.md-show {
  /* background-color: #1e2930;
  color: #fff;
  */
  display: block;
  height: 100vh;
  left: 0;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(#e4f0e3, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
  background-color: #e4f0e3;
}
.md-effect-12 .md-content h3, .md-effect-12 .md-content {
  background: transparent;
}
.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.main-header {
  top: -1px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  color: #000;
  z-index: 99;
  transition: .4s ease-out;
  left: 0;
  background: transparent;
}
.main-header.scrolled {
  height: 90px;
  margin-top: 0;
  box-shadow: rgb(27 27 27 / 16%) 0 0 8px 0;
  background: white;
}
header.main-header .row {
  width: 100%;
  display: flex;
  align-items: center;
}
header.main-header .col-4.col-4-left {
  width: 33.3%;
  display: inline-block;
  float: left;
  line-height: initial;
}
header.main-header .col-4.col-4-middle {
  width: 33.3%;
  display: inline-block;
  text-align: center;
  line-height: 0;
}
header.main-header .col-4.col-4-right {
  width: 33.3%;
  display: inline-block;
  float: right;
  text-align: right;
}
.col-4.col-4-right a {
  float: right;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18.65px;
  text-align: center;
  letter-spacing: .06em;
  color: #FFFFFF;
  background: #E33535;
  padding: 14px 35px;
}
.main-header.scrolled .col-4.col-4-right a {
  background: #E33535!important;
  color: white;
}

.main-header .col-4.col-4-right a{
  background: #E33535!important;
}

.main-header .col-4.col-4-right a:hover{
  background: #1B1B1B;
}

.main-header.scrolled .col-4.col-4-right a:hover{
  background: #1B1B1B;
}

@media (min-width:1200px) and (max-width:1365px){
  .md-content button.Hide {
    margin-bottom: 2vh;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .dropdown-menu {
    margin-top: 2px;
  }
  img.close-button {
    right: 5%;
    top: 65px;
  }
  .md-content button.Hide {
    margin-bottom: 1.7vh;
  }
  .md-content div#target h2 {
    padding: 0 10%;
  }
  .md-content #target {
    padding: 13vh 40px 0;
  }
}
@media (min-width:768px) and (max-width:1439px) {
  header.top {
    display: inline-block !important;
    background: #F7F6F5;
    height: 38px;
    width: 100%;
  }
  body .header-container .nav-background .row-nav {
    position: relative;
    max-width: 100% !important;
    padding-left: 60px;
    padding-right: 60px;
  }
  .nav-background .dropdown img {
    margin-top: 0;
    top: -88px;
    right: 20px;
  }
  .dropdown-container label.dropdown {
    left: 0px;
    right: unset;
    top: 10px;
  }
  img.close-button {
    right: 5%;
    top: 4%;
  }
  .md-content div#target:before {
    height: 52vh;
    width: 86%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -5vh;
  }
  .md-content button.Show {
    top: -3.2vh;
  }
  .md-content div#target h2 {
    margin-bottom: 4.4vh;
    padding: 0 15%;
  }
  .md-content #target {
    width: 90% !important;
    margin: 0 auto;
    padding: 9vh 7vh 0;
    left: 0%;
    top: auto;
  }

  .modal-contain .modal-menu-left {
    padding: 216.27px 55px 94px;
  }

  .footer-logo img {
    width: 187px;
    height: auto;
  }
  header.header .md-modal {
    overflow-y: visible;
  }
  .modal-logo {
    display: none;
  }

  header.header .modal-areas {
    max-width: 710px;
    margin: 0 auto;
    display: flex;
    gap: 90px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 170px;
  }
  #openDropdown:checked+.dropdown-menu {
    padding-bottom: 45px;
  }
  .md-modal button.md-close {
    border-color: white;
    position: fixed;
    top: 94px;
    left: 55px;
    right: auto;
  }
  .md-modal button.md-close:after {
    color: white;
  }
  .md-modal .modal-background {
    width: 100% !important;
    overflow-y: hidden;
    z-index: 9999;
    margin: 0 !important;
    max-width: 100% !important;
    padding-left: 53px;
    padding-right: 35px;
  }
  .md-modal .modal-background:before, .md-modal .modal-background:after {
    background: black;
    margin: 0 auto;
    text-align: left;
  }

  .md-modal .col-6.dark-6 {
    width: 45%;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 270px;
    /* margin-right: 78px;
    */
  }
  .md-modal .col-6.dark-6 .modal-cta {
    margin-left: 0;
  }
  .col-4.col-4-right a {
    font-size: 10px !important;
    padding: 16px 16px !important;
  }

  header.main-header .col-4.col-4-middle img.normal-logo {
    max-width: 185px !important;
  }
}
@media (min-width:1500px) and (max-width:1699px) {
}
button.md-trigger:after {
  content: "MENU";
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-left: 13px;
  float: right;
  line-height: 24px;
}
header.header {
  height: 0;
}

/* Form */
@media only screen and (max-width: 1024px){
  html.index-div {
    overflow: hidden;
  }
  .nav-background {
    overflow-y: scroll;
    padding-top: 173px;
    padding-bottom: 165px;
  }
  .nav-background .row-nav label.dropdown{
    top: -80px !important;
  }
  .nav-background .dropdown img{
    height: 21px;
    width: 21px;
  }
  .dropdown-cities .item{
    flex: 1 1 40%;
    height: 312px;
  }

  .modal-contain .modal-menu-left {
    padding: 216.27px 55px 94px;
  }
}


@media only screen and (max-width: 767px) {
  html:not(.index-div) .top-info-container ul {
    margin: 0;
    padding: 0;
  }
  html:not(.index-div) .top-info-container li {
    top: 19px;
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 140%;
    text-align: right;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
  }
  html:not(.index-div) .top-info-container li:first-child {
    float: left;
  }
  html:not(.index-div) .top-info-container li:last-child {
    float: right;
  }
  html:not(.index-div) body.two-menu header.top .top-info-container {
    display: block !important;
  }
  html.index-div.hotel-popup header.top {
    width: 100%;
    left: -3.5px;
  }
  html.index-div header.top {
    width: 85%;
  }
  html.index-div .md-modal button.md-close {
    position: absolute;
    top: 67px;
    left: 55px;
    right: unset;
    float: none;
    z-index: 9999 !important;
  }
  html.index-div .dropdown-container .dropdown {
    color: white !important;
  }
  html.index-div .dropdown-container i.fas.fa-angle-down img {
    filter: invert(1);
  }
  html.index-div header.top {
    background: #5b5e4b !important;
    position: fixed !important;
  }
  body .modal-menu {
    margin-top: 0;
  }
  body .modal-menu img {
    display: none !important;
  }
  .md-content div#target:before {
    height: 42vh;
    width: 86%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -5vh;
  }
  .md-content button.Show {
    top: -3.2vh;
  }
  .md-content div#target h2 {
    margin-bottom: -2.5vh;
    padding: 0 10%;
  }
  .md-content #target {
    width: 90% !important;
    margin: 0 auto;
    padding: 8vh 4vh 0;
    left: 0%;
    top: auto;
  }
  body.two-menu header.main-header {
    top: 48px;
  }
  body.two-menu header.main-header.scrolled {
    top: 0;
  }
  body.two-menu header.top .dropdown-container {
    display: inline-block !important;
  }
  body.two-menu header.top {
    display: block !important;
    background: #F7F6F5;
    height: 48px;
    position: relative;
    z-index: 999;
  }
  .footer-logo img {
    width: 187px;
    height: auto;
  }
  header.header .md-modal {
    overflow-y: scroll;
  }
  .modal-logo {
    display: none;
  }

  header.header .modal-areas {
    display: inline-block;
    padding-top: 15px;
    width: 100%;
    padding-bottom: 0;
  }
  .col-4.col-4-middle a {
    display: flex;
    float: right;
  }
  header.main-header .col-4.col-4-middle img {
    width: 176px;
  }
  .row-nav {
    width: 90% !important;
  }
  body #dropdown-menu-bg {
    overflow-y: scroll;
  }
  body .dropdown-menu a {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .modal-contain {
    flex-flow: row wrap;
  }

  .modal-contain .modal-menu-left {
    padding: 162.27px 55px 140px;
  }

  .md-modal button.md-close {
    border-color: white;
    position: fixed;
    top: 34px;
    right: 24px;
    padding: 0;
  }
  .md-modal button.md-close:after {
    color: white;
    width: 23px;
    height: 23px;
  }

  body .md-modal .modal-background {
    width: 100% !important;
    overflow-y: scroll;
    z-index: 9999;
    padding: 0;
  }
  .md-modal .modal-background:before, .md-modal .modal-background:after {
    background: #5B5E4B;
    margin: 0 auto;
    text-align: left;
  }

  header.main-header .col-4.col-4-middle {
    width: 50%;
    float: left;
  }
  header.main-header .col-4.col-4-left {
    width: 50%;
    text-align: left;
  }
  header.main-header .col-4.col-4-right {
    display: none;
  }
  .nav-background {
    overflow-y: scroll;
    padding-top: 72px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .nav-background .row-nav label.dropdown{
    top: -17px !important;
    right: 0px !important;
    text-align: right;
  }
  .dropdown-cities{
    gap: 8px;
  }
  .dropdown-cities .item{
    flex: 1 1 100%;
    height: 160px;
  }
  body.two-menu header.top .dropdown-container{
    width: 100%;
    text-align: left;
    display: none !important;
  }
  .md-modal .col-6.dark-6 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 55px;
    padding-right: 42px;
    margin-top: 180px;
  }
}

/* Insider Form */

.modal-form-insider {
  background-color: #F7F6F5;
  color: #000;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  min-height: 100%;
  position: relative;
}

.modal-form-insider--content {
  position: relative;
  text-align: center;
  width: 100%;
}

.modal-form-insider--content .opening-content {
  margin: 0 auto;
  max-width: 568px;
  padding: 107px 34px 77px;
}

.modal-form-insider--content .opening-content.hide {
  display: none;
}

.modal-form-insider--content .opening-content--border {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  min-height: 629px;
  padding: 43px 43px 65px;
}

.modal-form-insider--header {
  color: inherit;
  font-family: 'Century Gothic';
  font-size: 61px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 113%;
  margin-bottom: 0;
  margin-top: auto;
}

.modal-form-insider--richtext {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 155%;
  margin-top: 63px;
}

.modal-form-insider--richtext:first-child {
  margin-top: auto;
}

.modal-form-insider--richtext p {
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 1.55em;
}

.modal-form-insider--richtext ul {
  list-style: none;
  margin-bottom: 1.55em;
  padding-left: 0;
}

.modal-form-insider--richtext p:last-child,
.modal-form-insider--richtext ul:last-child {
  margin-bottom: 0;
}

header.header .modal-form-insider--richtext ul li {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: center;
}

.modal-form-insider--button {
  background-color: #FFFFFF;
  border-radius: 0;
  border: 0;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 15px;
  margin-bottom: -89px;
  margin-top: auto;
  min-width: 181px;
  padding: 17px 16px 16px;
  text-align: center;
  text-transform: uppercase;
}

.modal-form-insider--button:hover,
.modal-form-insider--button:focus {
  background-color: #FFE6A6;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.modal-form-insider--fineprint {
  font-family: 'Century Gothic';
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 155%;
  margin-top: 65px;
}

.modal-form-insider--fineprint p {
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 1.55em;
}

.modal-form-insider--fineprint ul {
  list-style: none;
  margin-bottom: 1.55em;
  padding-left: 0;
}

.modal-form-insider--fineprint p:last-child,
.modal-form-insider--fineprint ul:last-child {
  margin-bottom: 0;
}

header.header .modal-form-insider--fineprint ul li {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: center;
}

.modal-form-insider--content .form-content {
  display: none;
  margin: 0 auto;
  max-width: 427px;
  padding: 77px 34px;
  width: 100%;
}

.modal-form-insider--content .form-content.show {
  display: block;
}

.modal-form-insider--content .form-content .modal-form-insider--header {
  margin-bottom: 69px;
}

.modal-form-insider--content .form-content .form-title {
  margin-bottom: 0;
}

.modal-form-insider--content .form-content form {
  font-family: 'Inter', sans-serif;
}

.modal-form-insider--content .form-content .hs-form-field {
  margin-bottom: 32px;
}

.modal-form-insider--content .form-content form label,
.modal-form-insider--content .form-content form legend {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 140%;
  text-transform: uppercase;
}

.modal-form-insider--content .form-content form input[type=text],
.modal-form-insider--content .form-content form input[type=email],
.modal-form-insider--content .form-content form input[type=password],
.modal-form-insider--content .form-content form input[type=tel],
.modal-form-insider--content .form-content form input[type=number],
.modal-form-insider--content .form-content form input[type=file],
.modal-form-insider--content .form-content form select,
.modal-form-insider--content .form-content form textarea {
  background-color: transparent;
  border-color: #AEAEAE;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 140%;
  padding: 0 0 20px;
}

.modal-form-insider--content .form-content form input[type=text]:focus,
.modal-form-insider--content .form-content form input[type=email]:focus,
.modal-form-insider--content .form-content form input[type=password]:focus,
.modal-form-insider--content .form-content form input[type=tel]:focus,
.modal-form-insider--content .form-content form input[type=number]:focus,
.modal-form-insider--content .form-content form input[type=file]:focus,
.modal-form-insider--content .form-content form input[type=date]:focus,
.modal-form-insider--content .form-content form select:focus,
.modal-form-insider--content .form-content form textarea:focus {
  border-color: #000;
  outline: 0;
}

.modal-form-insider--content .form-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #AEAEAE;
  text-transform: uppercase;
}
.modal-form-insider--content .form-content ::-moz-placeholder { /* Firefox 19+ */
  color: #AEAEAE;
  text-transform: uppercase;
}
.modal-form-insider--content .form-content :-ms-input-placeholder { /* IE 10+ */
  color: #AEAEAE;
  text-transform: uppercase;
}
.modal-form-insider--content .form-content ::-ms-input-placeholder {
  color: #AEAEAE;
  text-transform: uppercase;
}
.modal-form-insider--content .form-content ::placeholder {
  color: #AEAEAE;
  text-transform: uppercase;
}

.modal-form-insider--content .form-content .hs_submit.hs-submit {
  display: block;
  float: none;
  margin-top: 55px;
}

.modal-form-insider--content .form-content .hs-button.primary.large {
  background-color: #5B5E4B;
  border-radius: 0;
  border: 0;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 15px;
  min-width: 181px;
  padding: 17px 16px 16px;
  text-align: center;
  text-transform: uppercase;
}

.modal-form-insider--content .form-content .hs-button.primary.large:hover,
.modal-form-insider--content .form-content .hs-button.primary.large:focus {
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.modal-form-insider--content .form-content form .hs-error-msg {
  color: #ef6b51;
  margin-bottom: 0;
}

.modal-form-insider--content .form-content .hs_error_rollup {
  display: none;
}

@media (max-width: 1024px) {
  .modal-form-insider--content .opening-content--border {
    min-height: 488px;
    padding: 43px 20px 65px;
  }

  .modal-form-insider--header {
    font-size: 40px;
  }

  .modal-form-insider--richtext {
    margin-top: 32px;
  }
}
