.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.middlesection {
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 60px;
}

.middlecont {
  height: 75%;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.middlecont.righttext.leftalign {
  align-items: flex-start;
  margin-top: 0;
}

.section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  width: 100vw;
}

.heading {
  text-align: center;
}

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 75px;
  object-fit: contain;
  object-position: 0% 50%;
  margin-top: 20px;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.mainbutton {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 12px;
}

.mainbutton.whtbutt {
  width: 120px;
  height: 20px;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  display: flex;
}

.mainbutton.whtbutt.adminbutton {
  color: #474747;
  background-color: #d3d3d3;
  margin-right: 20px;
}

.mainbutton.graybutt {
  width: 120px;
  height: 20px;
  background-color: #d3d3d3;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  display: flex;
}

.mainbutton.blkbutton {
  width: 120px;
  height: 20px;
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 10px;
  display: flex;
}

.body {
  background-color: #474747;
  font-family: Gotham, sans-serif;
  font-weight: 400;
  transition: transform .5s;
}

.heading-2 {
  text-align: center;
  font-weight: 400;
}

.heading-3 {
  text-align: center;
  font-family: Gotham narrow, sans-serif;
  font-weight: 700;
}

.heading-3.blackbasic {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 52px;
  font-weight: 300;
  transition: opacity .2s;
}

.heading-3.blackbasic.rightaligned {
  text-align: right;
  margin-bottom: 0;
}

.heading-3.blackbasic.blackleftaligned {
  color: #fff;
  margin-top: 40px;
  padding-left: 0;
  line-height: 50px;
}

.heading-3.blackbasic.blackleftaligned.subtitle {
  font-size: 42px;
}

.heading-3.blackbasic.blackleftaligned.black {
  color: #000;
  margin-right: 20px;
  line-height: 50px;
}

.heading-3.blackbasic.wht {
  color: #fff;
  margin-top: 0;
}

.heading-3.blackbasic.blktitle {
  color: #fff;
}

.heading-3.yellowbasic {
  color: #faa633;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 48px;
  font-weight: 900;
}

.heading-3.yellowbasic.rightaligned {
  text-align: right;
}

.navbar {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000 23%, rgba(0, 0, 0, 0));
  border: 0 #000;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: fixed;
}

.nav-menu {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.thinkdifferent {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #474747;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: none;
  min-width: auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 60%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.contactdetails {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.list {
  color: #fff;
}

.container {
  font-weight: 300;
}

.sketches {
  border-bottom: 1px solid #a8a8a8;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bigyellowbutt {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #faa633;
  border: 1px rgba(0, 0, 0, .25);
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 94px;
  padding-right: 94px;
  font-size: 24px;
  font-weight: 300;
}

.bigyellowbutt._50peercent {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all .25s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
}

.bigyellowbutt._50peercent:hover {
  background-color: #c78327;
}

.bigyellowbutt._50peercent.bigblackbutt {
  margin-top: 10px;
  font-size: 24px;
}

.feature-section {
  padding: 49px 41px;
  display: flex;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.div-block-2 {
  font-weight: 300;
}

.columns-2 {
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  font-weight: 300;
  display: flex;
}

.list-2 {
  font-size: 20px;
  line-height: 30px;
}

.underlineblock {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  margin-bottom: 40px;
  margin-left: 70px;
  margin-right: 70px;
}

.underlineblock.nomargin {
  margin-left: 0;
  margin-right: 0;
}

.headingsect {
  width: 25%;
  color: #fff;
  background-color: #faa633;
  margin-top: 0;
  padding-left: 10px;
  font-size: 30px;
  font-weight: 300;
}

.headingsect._50percent {
  width: 50%;
  font-family: Gotham, sans-serif;
}

.form {
  width: 600px;
  text-align: right;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
}

.text-field, .text-field-2 {
  font-weight: 300;
}

.textlink {
  color: #000;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.columns-3 {
  width: 100%;
  margin: 40px 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.image {
  border-radius: 200px;
}

.infodiv {
  width: 60%;
  height: 80%;
  border-radius: 2px;
  margin-top: 100px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 1px 3px #a8a8a8;
}

.paragraph {
  margin-left: 0;
  margin-right: 0;
  font-family: Gothambook, sans-serif;
}

.paragraph.larger {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.larger.boldtoptext {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.paragraph.larger.blak {
  color: #000;
}

.paragraph.larger.blak.wht {
  color: #fff;
}

.paragraph.larger.new {
  margin-top: 40px;
  margin-bottom: 10px;
}

.bigblackbutt {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.infocolumn {
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.blacktextlink {
  color: #000;
  font-family: Gotham, sans-serif;
  text-decoration: none;
}

.text-block {
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  width: 550px;
  max-width: 100%;
  margin-left: 45px;
}

.image-3 {
  width: 550px;
  margin-right: 45px;
}

.column-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-2 {
  height: 100vh;
}

.image-4 {
  max-width: 100%;
}

.section-3 {
  height: 600px;
  margin-bottom: 60px;
  box-shadow: inset 1px 1px 10px 1px #000;
}

.html-embed {
  margin-top: 20px;
  margin-bottom: 20px;
}

.boldpara {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.boldpara.textlinkwht {
  color: #fff;
  text-decoration: underline;
}

.boldpara.textlinkwht:hover, .boldpara.textlinkwht.colourtextlink {
  color: #faa633;
}

.boldpara.blkpara {
  color: #fff;
}

.heading-4 {
  color: #fff;
  text-indent: 19px;
  font-family: Gotham, sans-serif;
}

.heading-4:hover {
  color: #c78327;
}

.bullets {
  text-align: left;
  font-family: Gothambook, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.bullets.smallertext {
  height: 100%;
  padding-left: 40px;
  font-size: 16px;
}

.videomix {
  height: 600px;
  margin-bottom: 60px;
}

.columns-4 {
  margin-left: 60px;
  margin-right: 60px;
}

.list-item-9, .paragraph-2 {
  font-size: 18px;
  line-height: 28px;
}

.list-item-10 {
  line-height: 24px;
}

.div-block-3 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.smartliving {
  color: #fff;
  text-align: center;
  background-color: #474747;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span {
  margin-left: 0;
  padding-left: 0;
}

.link-block {
  width: 75px;
  height: 75px;
  background-image: url('../images/DownArrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block.toparrow {
  width: 60px;
  height: 60px;
  margin-top: 0;
}

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

.list-item-11 {
  text-align: left;
  background-color: #000;
  margin-bottom: 5px;
}

.list-item-11.bulletblack {
  padding-left: 5px;
}

.list-3 {
  text-align: left;
  font-family: Gothambook, sans-serif;
}

.background-video {
  height: 100%;
}

.list-item-12 {
  background-color: #000;
  margin-bottom: 5px;
}

.list-item-12.bulletblack {
  padding-left: 5px;
}

.list-item-13 {
  background-color: #000;
  margin-bottom: 5px;
}

.list-item-13.bulletblack {
  padding-left: 5px;
}

.list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  background-color: #000;
  margin-bottom: 5px;
  padding-left: 5px;
}

.list-item-24 {
  background-color: #000;
  padding-left: 5px;
}

.background-video-3 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.background-video-3.bigscreen {
  background-color: rgba(0, 0, 0, 0);
}

.background-video-3.smallscreen {
  display: none;
}

.link {
  color: #fff;
}

.link.thinlink {
  color: #ebecec;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.link.thinlink:hover {
  color: #faa633;
}

.section-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-5.columns2 {
  margin-top: 60px;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.section-7 {
  height: auto;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ST_StudentPenryn_View02_Print-lowres-1-1266x790.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.basicbutt.w--current {
  background-color: #faa633;
  margin-bottom: 20px;
  font-weight: 300;
}

.basicbutt.w--current:hover {
  background-color: #c78327;
  margin-bottom: 20px;
  font-weight: 300;
}

.smalltextlink {
  color: #fff;
  text-decoration: none;
}

.smalltextlink:hover {
  color: #faa633;
}

.background-video-4 {
  height: 600px;
}

.list-4 {
  color: #fff;
  text-align: left;
}

.bullet {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.bullet.blackbullits {
  background-color: #000;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
}

.location {
  height: 600px;
  background-image: url('../images/Aerial-Site-Rev02.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-9 {
  margin-bottom: 60px;
}

.slider {
  height: 600px;
}

.section-10 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  width: 100%;
  height: auto;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 300;
  transition: all .3s;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

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

.slide {
  background-image: url('../images/200917_Combined-Visuals_Page_30.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-5 {
  color: #d3d3d3;
  text-align: right;
  padding-right: 20px;
}

.heading-5._100p {
  opacity: 1;
  text-align: center;
  padding-right: 0;
}

.midblock {
  height: 80%;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.column-6 {
  text-align: left;
  padding-left: 40px;
}

.columns-7 {
  align-items: center;
  display: flex;
}

.menu2 {
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.blackoutlinebutton {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid #a8a8a8;
  margin-left: 5px;
  margin-right: 0;
  font-weight: 300;
  transition: background-color .4s;
}

.blackoutlinebutton:hover {
  color: #000;
  background-color: #faa633;
}

.blackoutlinebutton.bigtextbutt {
  margin-left: 0;
  font-size: 30px;
}

.blackoutlinebutton.topbutt {
  width: auto;
  padding: 15px 30px;
  font-size: 22px;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.blackoutlinebutton.topbutt.w--current {
  display: none;
}

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

.column-8 {
  text-align: center;
}

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

.column-10 {
  text-align: center;
}

.grid {
  opacity: 1;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 97px;
  margin-right: 97px;
}

.image-5 {
  margin-left: 20px;
}

.div-block-4 {
  width: 100%;
  clear: none;
  margin-top: -149px;
  display: block;
}

.section-11 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.boutique-rooms-ensuites, .winter-garden-library {
  height: 600px;
  margin-bottom: 20px;
}

.smart-bedrooms {
  height: 600px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.box-cinema {
  height: 600px;
  margin-bottom: 20px;
  box-shadow: inset 0 -2px 10px 2px #000;
}

.laundro-caf {
  height: 600px;
  margin-bottom: 20px;
}

.kitchen {
  height: 600px;
  margin-bottom: 60px;
}

.background-video-5 {
  height: 100%;
  justify-content: flex-end;
  margin-top: 140px;
  margin-bottom: 0;
  display: flex;
}

.background-video-6 {
  height: 100%;
  justify-content: flex-end;
  margin-bottom: 0;
  display: flex;
}

.background-video-7 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Layer-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}

.background-video-8 {
  margin-bottom: 20px;
}

.background-video-9, .background-video-10 {
  height: 100%;
  justify-content: flex-end;
  margin-top: 140px;
  margin-bottom: 0;
  display: flex;
}

.whyus {
  height: auto;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
}

.background-video-11 {
  height: 110vh;
}

.features {
  background-color: #474747;
  padding-top: 140px;
  padding-bottom: 100px;
  transition: all .4s;
}

.tv-head {
  height: 800px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TV-HEAD.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 100px;
  display: block;
}

.tv-head.differentpagesec {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TV-HEAD.jpg');
}

.zebra {
  height: 800px;
  background-image: url('../images/ZEBRA.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.map {
  height: 600px;
  background-image: url('../images/AreaMap-Rev04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0 0;
}

.column-11 {
  height: 100%;
  background-image: url('../images/MapView01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.columns-8 {
  height: 100%;
}

.column-12 {
  height: 100%;
  align-items: center;
  display: flex;
}

.spashtext {
  opacity: 1;
  text-align: center;
  position: absolute;
}

.div-block-6 {
  background-image: url('../images/Studytel-grey2.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.container-2 {
  height: 100%;
  align-items: center;
  display: flex;
}

.faded-logo {
  width: 70%;
  height: 70%;
  opacity: .12;
  background-image: url('../images/LargeStudytelLogo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  color: #fff;
}

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

.link-block-2 {
  height: 200px;
  background-image: url('../images/WinterLibrary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-2.icon02 {
  background-image: url('../images/WinterLibrary.png');
}

.icon01 {
  width: 100%;
  height: 200px;
  background-image: url('../images/WinterLibrary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon01:hover {
  background-image: url('../images/WinterLibrary_RO.png');
}

.icon02 {
  width: 100%;
  height: 200px;
  background-image: url('../images/BotRooms.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon02:hover {
  background-image: url('../images/BotRooms_RO.png');
}

.icon03 {
  width: 100%;
  height: 200px;
  background-image: url('../images/LaundroCafe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon03:hover {
  background-image: url('../images/LaundroCafe_RO.png');
}

.icon04 {
  width: 100%;
  height: 200px;
  background-image: url('../images/BoxCinema.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon04:hover {
  background-image: url('../images/BoxCinema_RO.png');
}

.icon05 {
  width: 100%;
  height: 200px;
  background-image: url('../images/SmartBedrooms.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon05:hover {
  background-image: url('../images/SmartBedrooms_RO.png');
}

.icon06 {
  width: 100%;
  height: 200px;
  background-image: url('../images/Kitchen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon06:hover {
  background-image: url('../images/Kitchen_RO.png');
}

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

.background-video-12 {
  display: block;
}

.heading-6 {
  color: #000;
  background-color: #faa633;
  margin-bottom: 5px;
}

.icon7 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/Aplliences.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon7:hover {
  background-image: url('../images/Aplliences.png');
}

.div-block-7 {
  background-image: url('../images/ConCiege.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon8 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/Coworking.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon8:hover {
  background-image: url('../images/Coworking.png');
}

.icon9 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/ConCiege.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon9:hover {
  background-image: url('../images/ConCiege.png');
}

.icon10 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/MindRoom.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon10:hover {
  background-image: url('../images/MindRoom.png');
}

.icon11 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/Yoga.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon11:hover {
  background-image: url('../images/Yoga.png');
}

.icon15 {
  width: 100%;
  height: 200px;
  opacity: 1;
  background-image: url('../images/Wifi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon15:hover {
  background-image: url('../images/Wifi.png');
}

.imagedivsmartb {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.rollover {
  width: 200px;
  height: 100px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ConLights_off.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 72px;
  margin-left: 309px;
  display: inline-block;
}

.rollover:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ConLights_on.png');
}

.text-block-3 {
  margin-top: 5px;
  margin-left: 52px;
  padding-top: 0;
  font-weight: 300;
  display: inline-block;
}

.blinds {
  width: 200px;
  height: 100px;
  background-image: url('../images/ConLights_off.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
  margin-left: 157px;
  display: inline-block;
}

.lights {
  width: 200px;
  height: 100px;
  background-image: url('../images/ConLights_off.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 23px;
  margin-left: 356px;
  display: inline-block;
}

.lights:hover {
  background-image: url('../images/ConLights_on.png');
}

.columns-9 {
  width: 100%;
  height: 100%;
}

.cinema {
  height: 600px;
}

.boxcinema {
  height: 600px;
  margin-bottom: 20px;
}

.background-video-13 {
  height: 100%;
  justify-content: flex-end;
  margin-top: 140px;
  display: flex;
}

.text-block-4 {
  margin-bottom: 20px;
  font-weight: 300;
}

.sectionheader {
  width: 300px;
  float: right;
}

.smartroom {
  height: 600px;
  margin-bottom: 20px;
}

.background-video-15 {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 140px;
  display: flex;
}

.typed-text {
  width: auto;
  height: 100%;
  color: #fff;
  font-family: Gothambook, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container-4 {
  flex: 0 auto;
}

.container-5 {
  display: block;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #474747;
}

.section-12 {
  height: 100vh;
}

.section-13 {
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whtheading {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
}

.slide-2 {
  background-image: url('../images/UmberClean.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-3 {
  background-image: url('../images/UmberCafe.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  height: 600px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.background-video-16 {
  height: 100%;
  margin-top: 140px;
}

.text-span-2 {
  text-decoration: line-through;
}

.text-block-5 {
  color: #fc5858;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.html-embed-2 {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
}

.whtlink {
  color: #fff;
  font-weight: 300;
}

.whtlink:hover {
  color: #faa633;
}

.rooms {
  height: 25vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/DifferentlyImage.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cards-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  height: 300px;
  border-radius: 0%;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-7 {
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  font-family: Gotham, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 53px;
}

.heading-8 {
  text-align: left;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.button-2 {
  width: 100%;
  background-color: #000;
  margin-top: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 20px;
}

.section-14 {
  height: 100vh;
  background-color: #d3d3d3;
  padding-top: 140px;
}

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

.image-6 {
  width: 100%;
  height: 100%;
}

.button-3 {
  width: 100%;
  text-align: center;
  background-color: #000;
}

.roomcard.hide {
  display: none;
}

.room_id_card.hide {
  background-color: #fff;
  display: none;
}

.section-15 {
  height: 100vh;
}

.body-3 {
  background-color: #fff;
}

.button-4 {
  float: right;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 1%;
}

.body-4, .body-5 {
  background-color: #474747;
}

.section-16, .spacer100 {
  height: 100px;
}

.joinus {
  padding-bottom: 60px;
}

.lght300-53 {
  text-align: left;
  border-bottom: 1px solid #000;
  font-family: Gotham, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 53px;
}

.link-block-3 {
  width: 100px;
  height: 50px;
  background-image: url('../images/EmailIcon2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.boldbody {
  color: #fff;
  font-size: 20px;
}

.findoutmoresec {
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-17 {
  height: 600px;
}

.background-video-17 {
  height: 100%;
  overflow: hidden;
}

.icon16 {
  width: 100%;
  height: 200px;
  background-image: url('../images/DedicatedDeskIcon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon17 {
  width: 100%;
  height: 200px;
  background-image: url('../images/PrivateOfficeIcon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon18 {
  width: 100%;
  height: 200px;
  background-image: url('../images/MeetingRoomIcon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.thumbcell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.iconlink._01 {
  width: 175px;
  height: 175px;
  background-image: url('../images/BotRooms.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._01:hover {
  background-image: url('../images/BotRooms_RO.png');
  display: block;
}

.iconlink._02 {
  width: 175px;
  height: 175px;
  background-image: url('../images/WinterLibrary.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._02:hover {
  background-image: url('../images/WinterLibrary_RO.png');
}

.iconlink._03 {
  width: 175px;
  height: 175px;
  background-image: url('../images/SmartBedrooms.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._03:hover {
  background-image: url('../images/SmartBedrooms_RO.png');
}

.iconlink._04 {
  width: 175px;
  height: 175px;
  background-image: url('../images/BoxCinema.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._04:hover {
  background-image: url('../images/BoxCinema_RO.png');
}

.iconlink._05 {
  width: 175px;
  height: 175px;
  background-image: url('../images/LaundroCafe.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._05:hover {
  background-image: url('../images/LaundroCafe_RO.png');
}

.iconlink._066 {
  width: 175px;
  height: 175px;
  background-image: url('../images/Kitchen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.iconlink._066:hover {
  background-image: url('../images/Kitchen_RO.png');
}

@media screen and (min-width: 1280px) {
  .middlecont {
    height: auto;
    margin-top: 710px;
    margin-bottom: 40px;
  }

  .middlecont.righttext {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .middlecont.righttext.leftalign {
    align-items: flex-start;
  }

  .nav-logo {
    height: 75px;
  }

  .heading-3.blackbasic.leftalign {
    text-align: left;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    align-content: stretch;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .bigyellowbutt._50peercent.w--current {
    transition-duration: .5s;
  }

  .paragraph.larger.boldpara {
    font-size: 24px;
  }

  .section-3, .videomix {
    background-image: none;
  }

  .link-block {
    width: 75px;
    height: 75px;
  }

  .link-block.toparrow {
    width: 60px;
    height: 60px;
  }

  .list-item-11.bulletblack {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .background-video {
    height: 100%;
  }

  .section-5 {
    height: 600px;
  }

  .background-video-2 {
    height: 100%;
  }

  .list-item-12.bulletblack, .list-item-13.bulletblack, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .background-video-3 {
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
  }

  .background-video-3.bigscreen {
    background-color: rgba(0, 0, 0, .5);
  }

  .background-video-3.smallscreen {
    display: none;
  }

  .columns-5 {
    margin-top: 140px;
  }

  .columns-5.columns2 {
    padding-bottom: 100px;
  }

  .column-4 {
    padding-right: 40px;
  }

  .section-7 {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ST_StudentPenryn_View02_Print-lowres-1-1266x790.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .basicbutt {
    background-color: #faa633;
    margin-bottom: 20px;
    font-weight: 300;
  }

  .basicbutt:hover {
    background-color: #c78327;
  }

  .smalltextlink {
    color: #fff;
    text-decoration: none;
  }

  .smalltextlink:hover {
    color: #faa633;
  }

  .background-video-4 {
    height: 600px;
  }

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

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

  .background-video-6, .background-video-7, .background-video-8 {
    background-color: #d3d3d3;
  }

  .icon15 {
    width: 100%;
    height: 200px;
  }

  .rollover {
    margin-left: 394px;
  }

  .background-video-16 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .middlecont {
    margin-top: 720px;
  }

  .nav-logo {
    height: 50px;
  }

  .mainbutton.graybutt {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-style: none;
    font-size: 18px;
  }

  .mainbutton.blkbutton {
    width: 100%;
    height: 50px;
    border-style: none;
    font-size: 18px;
  }

  .heading-3.blackbasic {
    font-size: 42px;
  }

  .heading-3.blackbasic.blackleftaligned.black {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-3.yellowbasic {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .navbar {
    padding-left: 10px;
    display: block;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button {
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    font-size: 22px;
    display: none;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon {
    color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    display: none;
  }

  .thinkdifferent {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-link {
    display: none;
  }

  .bigyellowbutt._50peercent {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }

  .bigyellowbutt._50peercent.bigblackbutt {
    font-size: 20px;
  }

  .headingsect {
    width: 50%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 20px;
    line-height: 20px;
  }

  .headingsect._50percent {
    font-size: 28px;
  }

  .infodiv {
    width: 90%;
  }

  .paragraph.larger.blak {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .image-2 {
    max-width: 60%;
  }

  .image-3 {
    max-width: 25%;
    display: none;
    overflow: visible;
  }

  .column-3 {
    font-size: 12px;
  }

  .listname {
    font-size: 14px;
    line-height: 20px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
    font-size: 14px;
  }

  .smartliving {
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-block {
    width: 75px;
    height: 75px;
  }

  .background-video-3.bigscreen, .background-video-3.smallscreen {
    display: block;
  }

  .columns-5.columns2 {
    margin-top: 40px;
    display: block;
  }

  .list-4 {
    font-weight: 300;
  }

  .bullet {
    background-color: #000;
    padding-left: 5px;
    font-size: 14px;
  }

  .bullet.blackbullits {
    margin-bottom: 5px;
  }

  .heading-5 {
    padding-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .midblock {
    height: 80%;
  }

  .blackoutlinebutton {
    font-size: 12px;
  }

  .blackoutlinebutton.bigtextbutt {
    font-size: 24px;
  }

  .grid {
    align-items: center;
  }

  .grid-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    margin-left: 0;
  }

  .whyus {
    padding-top: 100px;
  }

  .background-video-11 {
    display: none;
  }

  .features, .tv-head {
    padding-left: 60px;
    padding-right: 60px;
  }

  .faded-logo {
    display: none;
  }

  .background-video-12 {
    display: block;
  }

  .imagedivsmartb {
    height: 500px;
    padding-left: 0;
  }

  .rollover {
    margin-top: 67px;
    margin-left: 146px;
  }

  .columns-9 {
    clear: none;
  }

  .whtheading {
    line-height: 28px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .body-4 {
    background-color: #474747;
  }

  .findoutmoresec {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .middlesection {
    margin-left: 20px;
    margin-right: 20px;
  }

  .middlecont {
    height: auto;
    margin-top: 750px;
    display: none;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .heading-3.blackbasic {
    font-size: 40px;
  }

  .heading-3.blackbasic.rightaligned {
    font-size: 38px;
  }

  .heading-3.blackbasic.blackleftaligned {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3.yellowbasic {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 7px;
    font-size: 34px;
    line-height: 36px;
  }

  .heading-3.yellowbasic.rightaligned {
    font-size: 38px;
  }

  .navbar {
    padding-left: 0;
  }

  .nav-menu {
    font-size: 12px;
  }

  .thinkdifferent {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

  .contactdetails {
    flex-direction: column;
    display: flex;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .headingsect._50percent {
    font-size: 20px;
  }

  .paragraph.larger {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph.larger.boldtoptext {
    margin-bottom: 20px;
  }

  .bigblackbutt {
    font-size: 15px;
  }

  .image-2 {
    max-width: 70%;
  }

  .boldpara {
    font-size: 20px;
    line-height: 26px;
  }

  .bullets {
    font-size: 14px;
    line-height: 18px;
  }

  .bullets.smallertext {
    line-height: 22px;
  }

  .videomix {
    height: 300px;
  }

  .list-item-8, .list-item-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .smartliving {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-block.toparrow {
    width: 50px;
    height: 50px;
  }

  .background-video-3, .background-video-3.bigscreen {
    height: 100vh;
  }

  .link.thinlink {
    font-size: 20px;
  }

  .columns-5.columns2 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bullet {
    font-size: 14px;
  }

  .location {
    height: 300px;
  }

  .heading-5 {
    text-align: center;
    padding-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .midblock {
    height: 50%;
  }

  .menu2 {
    flex-direction: column;
  }

  .blackoutlinebutton {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .column-7, .column-9 {
    text-align: center;
  }

  .grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .boutique-rooms-ensuites, .winter-garden-library, .laundro-caf, .kitchen {
    height: 300px;
  }

  .features {
    padding: 60px 40px 0;
  }

  .tv-head {
    height: 600px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .zebra {
    height: 600px;
  }

  .map {
    height: 300px;
  }

  .faded-logo {
    width: 90%;
    display: none;
  }

  .imagedivsmartb {
    height: 450px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rollover {
    margin-top: 20px;
    margin-left: 127px;
  }

  .boxcinema, .smartroom {
    height: 300px;
  }

  .whtheading {
    font-size: 18px;
    line-height: 22px;
  }

  .slider-2 {
    height: 100%;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .lght300-53 {
    font-size: 48px;
  }

  .findoutmoresec {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-17 {
    height: 300px;
  }

  .background-video-17 {
    height: 100%;
  }

  .quick-stack {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .middlecont {
    height: auto;
    margin-top: 735px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-3.blackbasic {
    padding-left: 0;
    font-size: 34px;
  }

  .heading-3.yellowbasic {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .navbar {
    background-image: linear-gradient(#000 26%, rgba(0, 0, 0, 0));
    padding-left: 0;
  }

  .footer {
    text-align: left;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .bigyellowbutt._50peercent {
    width: 80%;
  }

  .underlineblock {
    margin-left: 25px;
    margin-right: 25px;
  }

  .headingsect {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .paragraph.larger {
    height: 100%;
  }

  .paragraph.larger.boldtoptext {
    padding-left: 0;
    line-height: 20px;
  }

  .image-2 {
    max-width: 100%;
    margin-left: 0;
  }

  .section-3 {
    height: 400px;
  }

  .boldpara {
    font-size: 18px;
    line-height: 26px;
  }

  .bullets.smallertext {
    padding-left: 20px;
    font-size: 12px;
  }

  .videomix {
    height: 300px;
  }

  .list-item-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .smartliving {
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-video-3 {
    height: 100vh;
  }

  .background-video-3.bigscreen {
    height: 1000px;
  }

  .background-video-3.smallscreen {
    height: 100vh;
  }

  .columns-5.columns2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    text-align: center;
  }

  .list-4 {
    padding-left: 20px;
    font-size: 12px;
  }

  .bullet {
    font-size: 14px;
  }

  .location {
    height: 400px;
  }

  .heading-5 {
    font-size: 28px;
  }

  .midblock {
    height: 50%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu2 {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .blackoutlinebutton {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    transition: all .4s;
  }

  .blackoutlinebutton.bigtextbutt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tv-head {
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map {
    height: 400px;
  }

  .spashtext {
    width: 100%;
    flex-direction: column;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .faded-logo {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .icon01, .icon02, .icon03, .icon04, .icon05, .icon06 {
    height: 150px;
  }

  .grid-4 {
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-6 {
    font-size: 24px;
  }

  .icon7, .icon8, .icon9, .icon10, .icon11 {
    height: 150px;
  }

  .icon15 {
    width: 100%;
    height: 150px;
  }

  .imagedivsmartb {
    height: 425px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rollover {
    margin-top: 51px;
    margin-left: 43px;
  }

  .sectionheader {
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
  }

  .whtheading {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-5 {
    font-size: 18px;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .joinus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lght300-53 {
    font-size: 40px;
    line-height: 40px;
  }

  .findoutmoresec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161ba-039b0201 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bb-039b0201, #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bc-039b0201, #w-node-_0d125b9f-2e80-4a7e-0ef5-6d3fbbf2efe3-039b0201, #w-node-_71141e13-5a41-6124-40b8-d48246e2afcd-039b0201, #w-node-b2d852fd-f670-47f5-c479-1e458a248a9a-039b0201, #w-node-be11505e-8c4b-44d5-b536-d96d6586dd5f-039b0201, #w-node-_2b584896-ddba-4a21-0a66-b987a3834f38-039b0201, #w-node-_10535876-f1e2-2879-5bd6-52085175e2c6-039b0201, #w-node-_85ab902e-2429-2d36-d2bc-532aa8cfaecb-039b0201, #w-node-_94d8b35a-807b-9c58-0f97-5e1500ff1fa1-039b0201, #w-node-d7fbf515-49f0-0fc6-7951-d550ec70c9d5-039b0201, #w-node-_257f30e5-46a5-3e0e-692b-a4803efd702b-039b0201, #w-node-c5abe2df-04ad-e1de-5980-8f9792f069e0-039b0201, #w-node-_0b756832-a109-f84e-874b-58396b3a104e-039b0201, #w-node-c1b40b6d-3fa1-c181-f92a-1573327b11d8-039b0201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161ba-039b0201 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bb-039b0201, #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bc-039b0201, #w-node-_0d125b9f-2e80-4a7e-0ef5-6d3fbbf2efe3-039b0201, #w-node-_71141e13-5a41-6124-40b8-d48246e2afcd-039b0201, #w-node-b2d852fd-f670-47f5-c479-1e458a248a9a-039b0201, #w-node-be11505e-8c4b-44d5-b536-d96d6586dd5f-039b0201, #w-node-_2b584896-ddba-4a21-0a66-b987a3834f38-039b0201, #w-node-_10535876-f1e2-2879-5bd6-52085175e2c6-039b0201, #w-node-_85ab902e-2429-2d36-d2bc-532aa8cfaecb-039b0201, #w-node-_94d8b35a-807b-9c58-0f97-5e1500ff1fa1-039b0201, #w-node-d7fbf515-49f0-0fc6-7951-d550ec70c9d5-039b0201, #w-node-_257f30e5-46a5-3e0e-692b-a4803efd702b-039b0201, #w-node-c5abe2df-04ad-e1de-5980-8f9792f069e0-039b0201, #w-node-_0b756832-a109-f84e-874b-58396b3a104e-039b0201, #w-node-c1b40b6d-3fa1-c181-f92a-1573327b11d8-039b0201 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161ba-039b0201 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bb-039b0201, #w-node-f79566ae-dc5e-4a9e-c929-9b55a4e161bc-039b0201, #w-node-_0d125b9f-2e80-4a7e-0ef5-6d3fbbf2efe3-039b0201, #w-node-_71141e13-5a41-6124-40b8-d48246e2afcd-039b0201, #w-node-b2d852fd-f670-47f5-c479-1e458a248a9a-039b0201, #w-node-be11505e-8c4b-44d5-b536-d96d6586dd5f-039b0201, #w-node-_2b584896-ddba-4a21-0a66-b987a3834f38-039b0201, #w-node-_10535876-f1e2-2879-5bd6-52085175e2c6-039b0201, #w-node-_85ab902e-2429-2d36-d2bc-532aa8cfaecb-039b0201, #w-node-_94d8b35a-807b-9c58-0f97-5e1500ff1fa1-039b0201, #w-node-d7fbf515-49f0-0fc6-7951-d550ec70c9d5-039b0201, #w-node-_257f30e5-46a5-3e0e-692b-a4803efd702b-039b0201, #w-node-c5abe2df-04ad-e1de-5980-8f9792f069e0-039b0201, #w-node-_0b756832-a109-f84e-874b-58396b3a104e-039b0201, #w-node-c1b40b6d-3fa1-c181-f92a-1573327b11d8-039b0201 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gothambook';
  src: url('../fonts/GothamBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham narrow';
  src: url('../fonts/Gotham-Narrow-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}