/** Shopify CDN: Minification failed

Line 52:0 Unexpected "}"
Line 144:0 Unexpected "}"

**/
.cms-tab-page{}
.cms-tab-page .cms-tabs{
  width: 100%;
  max-width: 400px;
  margin-right: 24px;
}
.cms-tab-page .cms-tabs ul{
  border: solid 1px #DDDDDD;
  border-radius: 8px;
}
.cms-tab-page .cms-tabs ul li{
  border-bottom: solid 1px #DDDDDD;
  padding: 4px 0;
}
.cms-tab-page .cms-tabs ul li:last-child{
  border-bottom: 0px;
}
.cms-tab-page .cms-tabs ul li a{
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 24px;
  position: relative;
}
.cms-tab-page .cms-tabs ul li:hover a,
.cms-tab-page .cms-tabs ul li.active a{
  color: #E7A097;
}
.cms-tab-page .cms-tabs ul li:hover a:before,
.cms-tab-page .cms-tabs ul li.active a:before{
  content: '';
  background: #E7A097;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  border-radius: 6px;
}
.cms-tab-page .cms_contact{
    width: calc(100% - 424px);
      border: solid 1px #ddd;
        border-radius: 8px;
        }
}
.cms-page-content{}
.cms-page-content h3:first-child{
  padding-top: 0px;
}
.cms-page-content h3{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 20px 0 16px;
}
.cms-page-content p{
  font-size:14px;
  font-weight: 400;
  color: #444;
  margin: 0px;
  padding: 0 0 15px;
}
.cms-page-content ul{
  list-style-type: disc;
  padding: 0 0 5px 17px;
}
.cms-page-content ul li{
  font-weight: 400;
  font-size:14px;
  color: #444;
}
.cms-page-content ol{
  list-style-type: decimal;
  padding: 0 0 0 17px;
}
.cms-page-content ol li{
  padding:0 0 15px;
  font-size:14px;
  line-height:1.4;
}
.ct-address{
  font-size:16px;
  font-weight:500 !important;
  color: #666666 !important;
  padding-bottom: 16px !important;
}
.ct-address strong{
  color:#000000;
  font-weight:500;
}


.ha-registration{
  background: #F8EDEB;
  padding:2.4rem;
  border-radius:8px;
}
.contact__wrapper .globo-form-app.boxed-layout{
  box-shadow:0 0 0;
  margin:0;
}
.contact__wrapper .globo-form-app .title.globo-heading{
  margin: 0;
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0 8px 0;
}
.contact__wrapper .globo-form-app .heading-title.globo-heading{
  margin: 0;
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0 8px 0;
}
.contact__wrapper .globo-form-control .globo-list-control{
  padding:0px;
}
.contact__wrapper .globo-form-app .flat-button{
  background: #2D363E;
  border-radius:8px;
  font-size:1.8rem;
  font-weight: 500;
  color:#fff;
  padding:12px 32px;
}
.contact__wrapper label.flat-label.globo-label[data-label="Checkbox"] {
  display:none;
}
.contact__wrapper .gfb__footer.wizard__footer{
  border-top: solid 1px #ddd;
  padding-top: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
}
.contact__wrapper .globo-form-app .globo-description{
  display:none;
}
.contact__wrapper .globo-form-app.boxed-layout .g-container{
  border:0px;
  box-shadow:0 0 0;
  padding:0px;
}
.globo-form-app .header:before{
  display:none;
}
.globo-form-app .wizard__steps{
  display:none !important;
}
.globo-form-app .g-container .globo-form-control{
  font-size:1.6rem;
  font-weight:400;
  color:#000;
  font-family:Rubik, sans-serif;
  padding:0 8px;
}
.globo-form-app .globo-form-control[data-type=text] input,
.globo-form-app.globo-form-control[data-type=text] .globo-form-input{
  border-radius:8px;
  padding:0 10px;
}

.globo-form-app .globo-form-input .flex-wrap{
  padding:0px;
  margin:0px;
}
.globo-form-app .description.globo-description{
  display:none;
}
.registration-page  .cms-tab-page .cms_contact {
    width: 100%;
}
.registration-page  .cms-tab-page .cms-tabs {
  display: none;
}
@media (max-width: 1023px) {
  .contact-form__wrapper.cms-tab-page{
    flex-direction: column;
    margin-left:0px;
    margin-right:0px;
  }
  .cms-tab-page .cms-tabs {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cms-tab-page .cms_contact {
    width: 100%;
  }
}



.registration-content{
  display:flex;
  gap:30px;
}
.registration-content .registration-form{
  flex-basis: 50%;
  /* height:109vh;
  overflow: auto; */
  padding-right: 20px;
  box-sizing: border-box; 
}
.registration-content .registration-image{
  flex-basis: 50%;
  /* position: sticky;
  top: 150px;
  height: 900px;
  overflow: hidden; */
}
.registration-content .registration-image .banner-wrapper{
  position: relative;
  padding-top: 120%;
  height:100%;
  border-radius: 8px;
  overflow: hidden;
}
.registration-content .registration-image img{
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  height: 100%;
  border-radius: 30px;
}
@media (max-width: 990px) {
  .registration-content .registration-form{
    order:1;
  }
  .registration-content .registration-image{
    order:0;
  }
  .cms_contact .contact__fields{
    flex-direction: column;
  }
  .registration-content .registration-form{
    padding-right:0px;
  }
}
@media (min-width: 991px) {
  .cms-tab-btn{
    display:none;
  }
  .registration-content .registration-image{
    position: sticky;
    top: 150px;
    height: 900px;
    overflow: hidden;
  }
  .registration-content .registration-image img{
    border-radius: 16px;
  }
}
@media (max-width: 990px) {
  .cms-tab-list { display: none; }
  .cms-tab-list.open { display: block; }
  .cms-tab-btn{
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .cms-tab-page .cms-tabs{
    position:relative;
  }
  .cms-tab-list{
    display:none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .cms-tab-page .cms-tabs ul li a {
    padding: 5px 20px;
  }
}

/* Make dropdown smart: open upward when near bottom */
.nice-select.open .nice-select-dropdown {
    top: auto !important;
    bottom: 100% !important;
    margin-bottom: 6px;
}

/* padding inside the fake input */
.nice-select.line-input.wide {
    padding-left: 12px !important;
    padding-right: 32px !important; /* space for arrow */
}

/* search input padding */
.nice-select-search-box {
    padding: 6px 10px !important;
}

.nice-select-search {
    padding: 8px 10px !important;
    width: 100%;
    box-sizing: border-box;
}

/* dropdown items padding */
.nice-select .list .option {
    padding: 10px 14px !important;
    line-height: 1.4 !important;
}

