@font-face {
  font-family: Bolkitrayek;
  src: url('../fonts/BolkitRayek.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --colour-four: black;
  --colour-two: #aaa6a0;
  --colour-three: #e5e1dc;
  --white: #fff;
  --colour-one: var(--colour-three);
  --colour-four-transparent: #0000004d;
  --colour-one-transparent: #fff9;
  --red: #b18e8e;
  --studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>: #dd2d4a;
  --studioform-library--sf-corner--medium: .3125rem;
  --studioform-library--sf-color--light-red\<deleted\|variable-704363cd-0230-9875-5006-98408205b47a\>: #fbe5e8;
  --studioform-library--sf-color--green\<deleted\|variable-c1605583-d3ef-2123-e58c-f481f6bad768\>: #b3b3b3;
  --studioform-library--sf-color--light-green\<deleted\|variable-ed1507e7-c081-e25a-6664-49275d4c6492\>: #cffce0;
  --studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>: #2222221a;
  --studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>: #fbfbfb;
  --studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>: #222;
  --studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>: #175ada;
  --studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>: #b1c9f6;
  --studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>: #2223;
  --studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>: #22222280;
  --studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --studioform-library--sf-corner--small: .15625rem;
  --studioform-library--sf-color--tag-blue\<deleted\|variable-7722464f-a0ef-40eb-d735-f6be87a54191\>: #0073e6;
  --studioform-library--sf-corner--large: .625rem;
  --studioform-library--sf-color--grey\<deleted\|variable-bbf7ebc6-0730-9630-1bc6-9c648dba5a0b\>: #e9e9e9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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;
  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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commerceorderconfirmationcontainer, .w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--colour-four);
  letter-spacing: 1px;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

h1 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

h3 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

p {
  margin-bottom: 30px;
}

a {
  color: var(--colour-four);
  text-decoration: none;
  transition: opacity .4s, color .4s;
}

a:hover {
  opacity: .7;
  color: var(--colour-two);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 34px;
}

.section {
  background-color: var(--colour-three);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section._100-vh {
  height: 100vh;
}

.section.colour-one {
  background-color: var(--colour-three);
}

.section.colour-one.z {
  z-index: 4;
}

.section.colour-one.top-margin-mobile.quote {
  background-color: var(--white);
  padding-bottom: 5vw;
}

.section.colour-one.bottom-padding {
  padding-bottom: 200px;
}

.section.colour-four {
  background-color: var(--colour-four);
}

.section.colour-four.z {
  z-index: 4;
  z-index: 3;
}

.section.colour-four.min-100-vh {
  min-height: 100vh;
}

.section.z {
  z-index: 4;
}

.section._400-px {
  min-height: 400px;
}

.section.top-margin-80-px.min-500-px {
  min-height: 500px;
}

.section._60-vh {
  background-color: var(--white);
  height: 40vh;
}

.section._60-vh.redirect {
  background-color: var(--colour-one);
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section._60-vh.redirect.coming-soon {
  height: 100vh;
}

.section.colour-three {
  background-color: var(--colour-three);
  opacity: 1;
  pointer-events: auto;
}

.section.title-for-pricing {
  background-color: var(--colour-four);
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 0;
}

.section.lineofphotos {
  padding-bottom: 10vh;
}

.container {
  background-color: #aaa6a000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container.nav {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.nav.center {
  justify-content: center;
}

.container.video {
  background-color: var(--colour-four);
  align-self: auto;
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.container.long {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.container.white {
  background-color: var(--white);
}

.container.pricing-width {
  text-align: left;
  flex-flow: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.container.pricing-width.total-price {
  padding-top: 0;
  padding-bottom: 0;
}

.container.pricing-width.right-side {
  margin-right: 0;
}

.container.quote {
  padding-top: 0;
  padding-bottom: 0;
}

.container.blog {
  background-color: var(--white);
}

.container._5vw {
  margin-bottom: 0;
  padding-top: 5vw;
}

.container.price {
  padding-top: 5vw;
}

.container.pricing-details {
  padding-top: 6vw;
  padding-bottom: 0;
}

.container.no-space-quote {
  align-self: auto;
}

.container.create-account {
  padding-top: 10vw;
}

.styleguide-section-wrapper {
  border-bottom: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.styleguide-section-wrapper.headings {
  padding-top: 40px;
  padding-bottom: 40px;
}

.styleguide-colour-info {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide-colour {
  width: 200px;
  height: 200px;
  position: relative;
}

.styleguide-colour.colour-two {
  background-color: var(--colour-two);
}

.styleguide-colour.colour-one {
  background-color: var(--colour-one);
}

.styleguide-colour.colour-three {
  background-color: var(--colour-three);
}

.styleguide-left-column-sticky-container {
  margin-bottom: 10vw;
  position: sticky;
  top: 400px;
}

.styleguide-left-column {
  width: 20%;
}

.styleguide-left-column.center {
  align-items: center;
  display: flex;
}

.paragraph-light {
  opacity: .5;
}

.styleguide-class-label-text {
  margin-bottom: 40px;
}

.styleguide-colours {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.styleguide-right-column {
  flex-direction: row;
  align-items: center;
  width: 80%;
  padding-left: 5vw;
  display: flex;
}

.styleguide-right-column.vertical {
  flex-direction: column;
}

.styleguide-colour-wrapper {
  flex-direction: column;
  display: flex;
}

.styleguide-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.styleguide-class-label {
  background-color: var(--colour-one);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.styleguide-class-label.class-label-no-margin {
  margin-top: 0;
}

.styleguide-all-sections-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-all-sections-wrapper.left {
  align-items: flex-start;
}

.labels-wrapper {
  flex-flow: wrap;
  display: flex;
}

.styleguide-two-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-wrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button-basic-one {
  background-color: var(--colour-four);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-one.wide {
  width: 100%;
}

.button-basic-one.wide.top-margin-50px {
  margin-top: 50px;
}

.button-basic-one.buy-now {
  background-color: var(--colour-four-transparent);
  color: var(--colour-four);
  height: 40px;
}

.button-basic-one.text {
  padding-top: 4px;
}

.button-basic-one.white-button {
  background-color: var(--colour-one);
  color: var(--colour-four);
  border: 1px solid #fff;
  width: 42vw;
  min-width: 42vw;
}

.button-basic-one.links {
  margin-bottom: 15px;
  padding-top: 2px;
}

.button-basic-one.links:hover {
  opacity: .6;
}

.button-basic-two {
  z-index: 2;
  border: 1px solid var(--colour-one);
  background-color: var(--colour-one);
  color: var(--colour-four);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
  position: relative;
}

.button-basic-two:hover {
  opacity: .9;
  color: var(--colour-two);
}

.button-basic-two.small {
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-basic-two.small.border {
  border-style: solid;
  border-color: var(--colour-four-transparent);
}

.button-basic-two.top-margin-mobile-portrait-10px {
  background-color: var(--colour-two);
  padding-top: 10px;
}

.button-basic-two.top-margin-mobile-portrait-10px:hover {
  color: var(--colour-four);
}

.button-basic-two.top-margin-30px {
  margin-top: 30px;
}

.button-basic-two.delete {
  transition: opacity .4s;
}

.button-basic-two.delete:hover {
  color: var(--colour-four);
}

.link-light {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: color .4s;
}

.link-light:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light.margin-right {
  margin-right: 20px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 1.4;
}

.paragraph-big {
  font-size: 26px;
  line-height: 1.2;
}

.styleguide-content-wrapper {
  padding: 20px;
}

.styleguide-content-wrapper.colour-four {
  background-color: var(--colour-four);
}

.styleguide-content-wrapper.colour-three {
  background-color: var(--colour-two);
}

.animated-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper.no-margins {
  margin-left: 0;
  margin-right: 10px;
  font-size: 30px;
}

.line-hover {
  background-color: var(--colour-four);
  color: #0000;
  width: 30%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.line-hover.invisible-mobile.line-light {
  background-color: var(--colour-two);
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
}

.brand.margin-right {
  margin-right: 5vw;
}

.brand.margin-right.w--current {
  z-index: 2;
  width: 220px;
  padding-bottom: 4px;
}

.nav-bar {
  z-index: 10;
  background-color: #0000;
  height: 74px;
}

.nav-bar.no-dynamic {
  width: 100%;
  padding-top: 20px;
  position: relative;
}

.nav-bar.no-dynamic._404 {
  height: 100px;
}

.navlink {
  opacity: .8;
  text-transform: uppercase;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

.navlink:hover {
  opacity: 1;
}

.navlink.w--current {
  color: var(--colour-two);
}

.navlink.text-light {
  padding: 5px 20px;
}

.line-horizontal {
  background-color: var(--colour-one);
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal.short {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-horizontal.short.line-light {
  background-color: var(--colour-one-transparent);
}

.search-wrapper {
  justify-content: flex-end;
  height: 50px;
  margin-right: 30px;
  display: flex;
}

.search-wrapper.desktop {
  width: 100px;
}

.search-wrapper.mobile {
  display: none;
}

.search {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--colour-one);
  color: var(--colour-four);
  background-color: #0000;
  width: 100%;
  height: 36px;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}

.search-input:active {
  background-color: #0000;
}

.search-input::placeholder {
  color: var(--colour-four);
}

.search-input.search-light, .search-input.search-light::placeholder {
  color: var(--colour-two);
}

.search-button {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

.search-button:hover {
  opacity: 1;
}

.brand-nav {
  flex: 1;
  align-items: center;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.no-margin.text-light.text-caps {
  transition: color .4s;
}

.no-margin.text-light.text-caps.right-margin {
  margin-right: 20px;
}

.no-margin.text-light.text-caps.right-margin-60px {
  margin-right: 60px;
}

.no-margin.paragraph-small.paragraph-light.text-light.small {
  text-align: left;
  margin-top: 10px;
  padding-left: 0;
}

.no-margin.paragraph-smaller {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 200;
}

.no-margin.paragraph-smaller.bold-pricing {
  font-weight: 700;
}

.no-margin.solo {
  margin-bottom: 20px;
  font-size: 3rem;
}

.no-margin.solo.quote-form {
  margin-bottom: 20px;
}

.no-margin.solo.event {
  margin-bottom: 40px;
}

.no-margin.total {
  font-family: Bolkitrayek, sans-serif;
  font-size: 40px;
}

.no-margin.bigger {
  font-size: 20px;
}

.success-message {
  background-color: #91867e33;
}

.success-message.dark {
  color: var(--colour-one);
  background-color: #90707000;
  padding-left: 0;
}

.field {
  background-color: var(--colour-four-transparent);
  color: var(--colour-four);
  border: 1px #000;
  border-radius: 50px;
  flex: 0 auto;
  width: 100%;
  min-width: 200px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 30px;
}

.field.no-margin {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
}

.field.no-margin::placeholder {
  color: var(--colour-four);
}

.field.no-margin.field-light {
  background-color: var(--colour-one-transparent);
  color: var(--colour-four);
}

.field.no-margin.field-light::placeholder {
  color: var(--colour-four);
  font-family: Montserrat, sans-serif;
}

.field.no-margin.no-right-margin {
  margin-right: 0;
}

.field.no-margin.added-space {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.field.no-margin.added-space.white {
  background-color: var(--colour-one-transparent);
  text-align: left;
}

.field.field-light {
  background-color: var(--colour-one-transparent);
  color: var(--colour-four);
  border: 1px #000;
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.field.field-light::placeholder {
  color: var(--colour-two);
  font-family: Indian type foundry editor condensed;
  font-size: 16px;
}

.newsletter-grid {
  z-index: 2;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  height: auto;
  position: relative;
}

.div-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.newsletter-wrapper {
  flex-direction: row;
  display: flex;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.form {
  flex-direction: row;
  display: flex;
}

.form.newsletter {
  flex-direction: column;
}

.copyright-wrapper {
  background-color: var(--colour-four);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10vw 20px;
  display: flex;
}

.form-block-newsletter {
  width: 100%;
  margin-bottom: 0;
}

.footer-wrapper {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.footer-wrapper.bottom {
  flex-flow: column wrap;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.footer-wrapper.right {
  align-items: flex-end;
}

.footer-wrapper.left-margin {
  margin-left: 40px;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.brand-footer {
  width: 80px;
  padding-bottom: 6px;
}

.link-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.link-caps.top-margin-10px {
  margin-top: 10px;
}

.link-caps.top-margin-10px.w--current {
  color: var(--colour-four);
}

.text-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.text-light {
  color: #fff;
  position: relative;
}

.text-light.top-margin-20px {
  margin-top: 20px;
}

.text-light.hi-im-kianna {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.text-light.space-10px {
  margin-top: 10px;
}

.link-light-reversed {
  color: var(--colour-one-transparent);
  transition: color .4s;
}

.link-light-reversed:hover {
  opacity: .8;
  color: var(--colour-one);
}

.link-light-reversed:focus {
  color: var(--colour-one);
}

.search-cart-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.invisible {
  display: none;
}

.cart-button {
  color: #272726;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.cart-quantity {
  border: 1px solid var(--colour-one);
  background-color: var(--colour-four);
  color: var(--colour-one);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.search-wrapper-mobile {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
  position: relative;
  overflow: hidden;
}

.search-wrapper-mobile.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.info-wrapper {
  flex-basis: 50%;
  margin-right: 0;
  padding: 5vw;
}

.order-summary {
  flex-basis: 50%;
  padding: 5vw;
}

.checkout-wrapper {
  flex-direction: row;
  justify-content: center;
  width: 90vw;
  display: flex;
  position: relative;
}

.checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.order-summary-sticky {
  position: sticky;
  top: 5vw;
}

.bg-checkout {
  position: fixed;
  inset: 0%;
}

.bg-checkout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  height: 100%;
}

.colour-checkout {
  width: 100%;
  height: 100%;
}

.colour-checkout.colour-one {
  background-color: var(--colour-one);
}

.colour-checkout.colour {
  background-color: #fff;
}

.block-content-transparent {
  background-color: #0000;
  border: 1px #000;
  padding-left: 0;
  padding-right: 0;
}

.block-header-transparent {
  border-style: none none solid;
  border-bottom-color: var(--colour-four-transparent);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.field-label {
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.field-checkout {
  height: 46px;
}

.field-checkout:active {
  border-color: var(--colour-four);
}

.field-checkout.transparent {
  border-style: solid;
  border-color: var(--colour-four-transparent);
  background-color: #0000000d;
}

.web-payments-wrappoer {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image-stripe {
  opacity: .5;
  width: 130px;
  margin-top: 20px;
}

.paypal-checkout-form {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.thank-you {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.order-confirmation {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.full-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.full-image.contacts-01-image-01 {
  background-image: url('../images/TIT05893_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 0;
}

.center {
  text-align: center;
}

.center._70 {
  width: 70%;
}

.text-accent-one {
  z-index: 1;
  text-transform: uppercase;
  font-family: Bolkitrayek, sans-serif;
  font-weight: 400;
  line-height: .9;
}

.text-accent-one.biggest {
  font-size: 11vw;
}

.text-accent-one.biggest.text-light.no-wrap {
  white-space: nowrap;
}

.text-accent-one.text-light.center {
  letter-spacing: -2px;
  font-size: 7vw;
  font-weight: 400;
}

.text-accent-one._70 {
  width: 70%;
}

.text-accent-one.smaller {
  font-size: 6vw;
}

.text-accent-one.hero-m03-text {
  color: var(--colour-one);
  text-align: right;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  top: 60px;
}

.text-accent-one.second-menu {
  font-size: 22px;
}

.colour-one {
  background-color: var(--colour-one);
}

.image-vertical {
  border-radius: 30px;
  width: auto;
  height: auto;
  min-height: auto;
  padding-bottom: 140%;
  position: relative;
  overflow: hidden;
}

.image-vertical.tutorials-image-01 {
  background-image: url('../images/Zerocodegirl_3.webp');
  background-position: 50%;
  background-size: cover;
}

.image-vertical.support-image-01 {
  background-image: url('../images/LIZ09219-1-1_1.webp');
  background-position: 39% 80%;
  background-repeat: no-repeat;
  background-size: 150%;
}

.image-vertical.packages-image-01 {
  background-image: url('../images/zerocodegirl-photo.avif');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: 140%;
}

.image-vertical.shop-accent-c01-image-01 {
  background-image: url('../images/Group-6-1_1.webp');
  background-size: cover;
}

.image-vertical._100-vh {
  height: 100vh;
  padding-bottom: 0%;
}

.image-vertical.tutorials-image-01 {
  background-image: url('../images/Screenshot-2022-04-27-at-1.18.39-PM_1.webp');
}

.image-vertical.opt-in-03-image-01 {
  background-image: url('../images/Group-18_1.webp');
}

.image-vertical.opt-in-03-image-02 {
  background-image: url('../images/Group-1_1.webp');
}

.image-vertical.light-link {
  color: var(--colour-one);
}

.image-vertical.rear-screen {
  width: 80%;
  padding-bottom: 0%;
}

.productwrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.colour-layer {
  background-color: var(--colour-four-transparent);
  position: absolute;
  inset: 0%;
}

.web-payments {
  width: 50%;
  margin-bottom: 40px;
}

.item-checkout {
  border-radius: 4px;
  overflow: hidden;
}

.checkout-item-image {
  height: 100%;
}

.faq-info-label {
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  font-size: 18px;
  display: flex;
  position: relative;
}

.faq-info-label.faq-info-label-product {
  text-align: left;
  letter-spacing: 2px;
  font-size: 12px;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.faq-info-wrapper {
  border-top: 1px solid #3d3a3133;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 30vw;
  display: flex;
  position: relative;
}

.faq-info-wrapper.last {
  border-bottom: 1px solid #3d3a3133;
}

.product-description-wrapper {
  margin-top: 60px;
}

.faq-expanded {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.faq-expanded._01 {
  width: 100%;
  min-width: 30vw;
  height: auto;
  display: flex;
  overflow: hidden;
}

.faq-collapsed {
  z-index: 2;
  transform-origin: 50% 0;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.product-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  width: 100%;
  height: 100%;
}

.faq-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  overflow: visible;
}

.line-vertical {
  background-color: #000;
  width: 1px;
  height: 100%;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-vertical.line-absolut {
  position: absolute;
}

.product-price-inside {
  font-size: 18px;
  position: static;
}

.product-details-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10vw;
  padding-top: 200px;
  transition: color .2s;
  display: flex;
}

.add-to-cart {
  width: 100%;
  margin-top: 40px;
}

.quantity {
  border-style: none none solid;
  border-color: black black var(--colour-four);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 70px;
}

.tab {
  border-top: 2px none var(--colour-two);
  border-right: 2px none var(--colour-two);
  border-bottom: 2px none var(--colour-two);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.caps-accent {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bolkitrayek, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.top-margin {
  color: var(--colour-four);
  text-align: left;
  margin-top: 20px;
  position: relative;
}

.preview-01-animated-link-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-01-animated-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.contacts-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  width: 100%;
  min-height: 50vh;
}

.contacts-grid.options {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5vw;
  display: flex;
  position: relative;
}

.utility-page-content.justify {
  justify-content: space-between;
}

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

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

.top-margin-10px {
  margin-top: 10px;
}

.div-horizontal {
  flex-direction: row;
  display: flex;
}

.full-image-coming-soon {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  background-color: #efebe21a;
}

.coming-soon-form {
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.coming-soon-social-links {
  margin-top: 40px;
}

.form-error {
  background-color: #ff9e9e66;
}

.coming-soon-form-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.coming-soon-form-social {
  background-color: var(--colour-four-transparent);
  margin: 5vw;
  padding: 40px 5vw;
  position: relative;
}

.search-container {
  width: 70%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 5vw;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colour-two {
  background-color: var(--colour-two);
}

.privacy-policy-terms-wrapper {
  width: 70%;
  margin-top: 80px;
}

.image-license {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 130%;
}

.image-license.styleguide-unsplash-image-04 {
  background-image: url('../images/Group-13_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-05 {
  background-image: url('../images/Group-7_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-06 {
  background-image: url('../images/Group-3_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-07 {
  background-image: url('../images/Group-10_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-02 {
  background-image: url('../images/Group-18_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-01 {
  background-image: url('../images/Group-6-1_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-03 {
  background-image: url('../images/Group-20_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-08 {
  background-image: url('../images/Group-11_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-09 {
  background-image: url('../images/Group-15_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-10 {
  background-image: url('../images/Group-9_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-11 {
  background-image: url('../images/Group-5_1.webp');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-12 {
  background-image: url('../images/Group-8_1.avif');
  background-size: cover;
}

.image-license.styleguide-unsplash-image-13 {
  background-image: url('../images/Group-1_1.webp');
  background-size: cover;
}

.grid-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.password-wrap {
  background-color: var(--colour-one);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 5vw;
  display: flex;
  overflow: hidden;
}

.website-login {
  margin-bottom: 20px;
}

.logo-coming-soon {
  align-items: flex-start;
  width: 100px;
  display: flex;
}

.body {
  background-color: var(--colour-three);
  display: block;
}

.body.not-white {
  background-color: var(--colour-one);
}

.body.links {
  text-align: left;
  flex-flow: column;
  place-content: stretch space-between;
  align-items: stretch;
  display: block;
}

.page-change-l01-appearance-wrapper {
  padding: 5px;
  overflow: hidden;
}

.page-change-l01-brand {
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100%;
  display: flex;
}

.cart-container {
  height: 100vh;
}

.cart-wrapper-100-vh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40%;
  width: 100%;
  min-height: 100vh;
}

.card-logotypes-wrapper {
  flex-direction: row;
  margin-left: 40px;
  display: flex;
}

.logotype-image {
  border: 1px solid #5655414d;
  border-radius: 4px;
  margin-right: 5px;
}

.getting-started-section-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.zerocodegirl-avatar-wrapper {
  border-radius: 200px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.zerocodegirl-avatar {
  background-image: url('../images/Zerocodegirl_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.signature-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-top: 20px;
  display: flex;
}

.zerocodegirl-image-wrapper {
  width: 150px;
}

.template-info-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.page-change-l01-wrapper {
  z-index: 1000;
  background-color: var(--colour-four);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.contacts-grid-content {
  background-color: var(--colour-three);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vw 5vw 5vw;
  display: flex;
  position: relative;
}

.contacts-grid-content.whitebg {
  background-color: var(--white);
}

.contacts-grid-preview {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.animated-link-wrapper-nav {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-link-wrapper-nav.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.animated-link-wrapper-nav.no-right-margin {
  margin-right: 0;
}

.int-l01 {
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: flex;
}

.int-l01-text-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 10vw;
  display: grid;
}

.int-l01-text-grid.invisible {
  display: none;
}

.int-l01-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.int-01-link {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.three-columns {
  column-count: 3;
  column-gap: 5vw;
}

.three-columns.top-margin-150-px {
  margin-top: 150px;
}

.int-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  width: 100%;
}

.int-l02-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20vw 20vw 20vw 25vw;
  display: flex;
}

.int-l02-image-wrapper {
  width: 25vw;
  position: relative;
  left: auto;
  right: -12.5vw;
}

.int-l02-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.int-l02-colour-layer {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.container-paddings {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.field-light {
  background-color: var(--colour-one-transparent);
  color: var(--colour-two);
  letter-spacing: 1px;
  border-radius: 30px;
  flex: 0 auto;
  width: 100%;
  min-width: 220px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 30px;
  font-weight: 200;
}

.field-light.text {
  border-radius: 30px;
  height: 100px;
}

.field-light.no-top-margin {
  background-color: var(--colour-one);
  margin-top: 0;
}

.field-light.no-top-margin::placeholder {
  color: var(--colour-four);
}

.field-light.no-right-margin {
  margin-right: 0;
}

.field-light.dropdown-color {
  color: var(--colour-two);
  padding-left: 25px;
}

.field-light.space {
  color: var(--colour-two);
  margin-bottom: 20px;
}

.instagram-content {
  border-radius: 30px;
  margin: 0;
  position: relative;
}

.instagram-content._01 {
  background-image: url('../images/Group-13_1.webp');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._05 {
  background-image: url('../images/Group-3_1.webp');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._02 {
  background-image: url('../images/Group-17_1.webp');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._03 {
  background-image: url('../images/Group-10_1.webp');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._04 {
  background-image: url('../images/Group-7_1.webp');
  background-position: 50%;
  background-size: cover;
}

.instagram-content._06 {
  background-image: url('../images/Group-8_1.avif');
  background-position: 50%;
  background-size: cover;
}

.instagram-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-content-wrapper:hover {
  opacity: 1;
}

.grid-content-wrapper {
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: relative;
}

.grid-content-wrapper:hover {
  opacity: .7;
}

.grid-content-wrapper.facts-01-layout {
  border: 1px solid var(--colour-four-transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
}

.grid-content-wrapper.facts-01-layout.no-right-border {
  border-right-style: none;
}

.grid-content-wrapper.facts-01-layout.no-top-border {
  border-top-style: none;
}

.grid-content-wrapper.vert-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.grid-content-wrapper.vert-center.paddings {
  padding: 5vw 0 5vw 5vw;
}

.grid-content-wrapper.vert-center.paddings.colour-white {
  background-color: #fff;
}

.grid-content-wrapper.vert-center.paddings.colour-white.rounded {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.grid-content-wrapper.vert-center.right-padding {
  padding-right: 5vw;
}

.grid-content-wrapper.vert-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  transition: color .4s, opacity .4s;
  display: flex;
}

.grid-content-wrapper.vert-bottom:hover {
  opacity: .7;
}

.grid-content-wrapper.vert-bottom.colour-white {
  background-color: #fff;
}

.grid-content-wrapper.vert-bottom.colour-white.rounded {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.grid-content-wrapper.vert-bottom.show-01-layout {
  padding-left: 0;
}

.grid-content-wrapper.vert-bottom.rear-screen {
  transition-property: none;
}

.grid-content-wrapper.vert-bottom.rear-screen:hover {
  opacity: 1;
}

.grid-content-wrapper.opt-in-03-layout {
  border: 1px solid #4f5549;
  border-radius: 30px;
  padding: 5vw;
}

.grid-content-wrapper.opt-in-03-layout:hover {
  opacity: 1;
}

.grid-content-wrapper.opt-in-03-layout.text-white {
  border-color: var(--white);
  min-width: 100%;
  height: auto;
}

.grid-content-wrapper.opt-in-03-layout.text-white:hover {
  opacity: 1;
}

.grid-content-wrapper.show-01-layout.padding-left {
  padding-left: 10vw;
}

.grid-content-wrapper.show-01-line-04-layout {
  text-align: right;
  padding-top: 5vw;
  padding-left: 20vw;
  padding-right: 0;
}

.grid-content-wrapper.show-01-line-02-layout {
  text-align: right;
  padding-right: 10vw;
}

.grid-content-wrapper.show-01-line-02-layout.rear-screen {
  padding-right: 0;
}

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

.text-block {
  order: 1;
}

.text-span {
  font-weight: 400;
}

.purchase {
  height: 10%;
}

.colour-four {
  background-color: var(--colour-four);
}

.preview-wrapper {
  overflow: hidden;
}

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

.top-margin-40px.add-bottom {
  margin-bottom: 30px;
}

.opt-in-l02-form-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: 5vw auto;
  padding: 5vw;
  display: flex;
  position: relative;
}

.opt-in-l02-form-wrapper.embossed {
  background-color: var(--colour-one);
  box-shadow: 0 2px 5px 0 #0003, -1px -1px 1px 0 var(--colour-two);
  height: 150%;
}

.opt-in-l02-form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.opt-in-l02-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.top-margin-80-px {
  margin-top: 80px;
}

.info-c03-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  display: grid;
}

.info-c03-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vw 0;
  display: flex;
  position: relative;
}

.link-block-absolut {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.accent-c06-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 10vw;
  margin-bottom: 5vw;
  display: flex;
}

.title-wrapper.packages {
  margin-top: 5vw;
}

.hero-60 {
  text-align: center;
  width: 60%;
}

.accent-l04-grid {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  width: 100%;
}

.accent-l04-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.accent-l04-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vw 10vw 20vw 13vw;
  display: flex;
  position: relative;
}

.accent-l04-content-wrapper.colour-four.round {
  border-radius: 30px 0 30px 30px;
}

.accent-l04-image-wrapper-01 {
  z-index: 1;
  width: 30vw;
  position: absolute;
  inset: 0% 0% auto;
}

.two-columns {
  column-count: 2;
  column-gap: 5vw;
}

.accent-l04-image-wrapper-02 {
  z-index: 2;
  width: 15vw;
  position: absolute;
  inset: auto 0% -10vw auto;
}

.showcase-l01-line-01 {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.showcase-l01-line-01.rentals {
  margin-top: 0;
  margin-bottom: 0;
}

.showcase-l01-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-horizontal {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}

.showcase-l02-image-wrapper-02 {
  width: 100%;
  overflow: hidden;
}

.showcase-l01-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-columns: 1.5fr 1fr;
}

.showcase-l01-image-wrapper-01 {
  cursor: pointer;
  border-radius: 30px;
  width: 100%;
  overflow: hidden;
}

.showcase-l01-content-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.showcase-l01-image-wrapper-01 {
  height: auto;
}

.intro-c03-two-column-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.container-max {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.container-max.justify-right {
  align-items: flex-end;
}

.container-max.justify-right.container-top-padding {
  padding-top: 140px;
  padding-right: 5vw;
}

.int-l05-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.full-image-video {
  width: 100%;
  height: 160vh;
  position: absolute;
  inset: auto 0% 0%;
}

.full-image-video.intro-c03-image-02 {
  background-image: url('../images/Group-6-1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.intro-c03-image-03 {
  background-image: url('../images/Group-18_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-01 {
  background-image: url('../images/Group-6-1_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-02 {
  background-image: url('../images/Group-11_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-03 {
  background-image: url('../images/Group-7_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.showcase-l04-image-04 {
  background-image: url('../images/Group-16_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-image-video.intro-m05-image-03 {
  background-image: url('../images/Group-18_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.top-margin-20-px.blog {
  width: 75%;
  font-size: 1.1rem;
}

.full-image-video-wrapper-parallax {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-image-video-wrapper-parallax.not-rounded {
  border-radius: 0;
}

.int-l04-grid {
  grid-column-gap: 10vw;
  color: var(--white);
  grid-template-rows: auto;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.int-l04-grid.top-margin-20-vw {
  margin-top: 20vw;
}

.int-l04-content-wrapper {
  position: relative;
}

.int-l04-image-wrapper {
  width: 100%;
}

.int-l04-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.int-l04-details-line {
  color: var(--white);
  text-align: left;
  border: 0 solid #fff;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 23px;
  display: flex;
}

.int-l04-details-line.no-line {
  border-style: none;
  border-width: 1px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  min-height: 60px;
}

.int-l04-text {
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0% auto auto -20vw;
}

.logotypes-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.logotype-wrapper {
  border-right: 1px solid var(--colour-four-transparent);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10px 30px;
  display: flex;
}

.logotype-wrapper.no-border {
  border-style: none;
}

.logotype {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 100%;
  display: flex;
}

.container-paddings-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.int-l05 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.int-l06 {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.int-l06-content-wrapper {
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  bottom: -10vw;
}

.int-l06-content-wrapper.colour-white {
  background-color: #fff;
}

.info-c01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 15vw 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 50vh;
  display: grid;
}

.info-c01-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-c01-image-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.info-c01-paragraph-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  border-top: 1px solid var(--colour-four-transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-top: 80px;
  display: grid;
}

.info-c01-image-01-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.info-c01-content {
  transform-origin: 0 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 60vh;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto auto 0 15vw;
  transform: rotate(-90deg);
}

.paragraph-bigger {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

.info-c01 {
  justify-content: center;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.intro-c01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-max-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.intro-c01-image-wrapper {
  border-radius: 30px;
  margin: 5vw;
  position: relative;
  overflow: hidden;
}

.accent-one {
  color: #b9ac46;
  font-style: italic;
  line-height: .8;
}

.intro-c01-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10vw 5vw;
  display: flex;
  position: relative;
}

.intro-c01-content-wrapper.rightside {
  padding-right: 10vw;
}

.intro-c01-content-wrapper.leftside {
  padding-left: 10vw;
}

.intro-c01-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.wrapper {
  cursor: pointer;
  position: relative;
}

.wrapper.white {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.showcase-l04 {
  z-index: 2;
  color: var(--colour-four);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 70vh;
  margin-top: 5vw;
  padding: 5vw;
  display: flex;
  position: relative;
}

.showcase-l04:hover {
  opacity: 1;
  color: var(--colour-four);
}

.showcase-l04.bottom-margin {
  margin-bottom: 5vw;
}

.showcase-l04-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  max-width: 1000px;
  height: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
  position: relative;
}

.showcase-l03-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 5vw;
  display: grid;
}

.showcase-l03-grid.top-pricing {
  grid-template-columns: 40% 1fr;
  margin-top: 10vw;
}

.showcase-l03-grid.middle {
  grid-template-columns: 60% 1fr;
}

.showcase-l03-image-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.showcase-l03-image-container.relative-right {
  right: 0;
}

.showcase-l03-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.showcase-l03-contane-wrapper {
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw;
  display: flex;
  position: relative;
}

.showcase-l03-contane-wrapper.relative-left {
  background-color: #fff;
  margin-left: -50px;
  top: -5vw;
  left: 0;
}

.showcase-l03-contane-wrapper.relative-left.ontheright {
  margin-left: 0;
  margin-right: -50px;
}

.showcase-l03-content {
  position: relative;
}

.showcase-l05 {
  flex-flow: wrap;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.showcase-l05-container {
  cursor: pointer;
  width: 33.3333%;
  margin-bottom: 5vw;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}

.showcase-l05-image-wrapper {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.showcase-l05-content-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.preview-l02-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: grid;
}

.preview-l02-image-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preview-l02-content-wrapper {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7vw 7vw 7vw 12vw;
  display: flex;
  position: relative;
}

.preview-l02-content {
  cursor: pointer;
  position: relative;
}

.preview-l02-image-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
  right: -5vw;
  overflow: hidden;
}

.preview-l03-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.preview-l03-image-wrapper.preview-l03-image-01 {
  background-image: url('../images/Group-18_1.webp');
  background-position: 50% 0;
  position: relative;
}

.preview-l03-split-left {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.preview-l03-split-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.preview-l03-split-wrapper._100-vh {
  height: 100vh;
}

.preview-l03-content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw 5vw 8vw;
  display: flex;
  position: relative;
}

.preview-l03-split-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.italic {
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.preview-l03 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

._100 {
  background-image: none;
  height: 100%;
}

._100.grayscale {
  filter: grayscale();
}

.shop-accent-c01-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.shop-accent-c01 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
}

.shop-accent-c01-image-wrapper {
  width: 35%;
  margin-bottom: 40px;
  position: relative;
}

.full-video-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shop-accent-c02-grid {
  grid-column-gap: 8vw;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  width: 100%;
  margin-top: 100px;
}

.categories-left-menu-wrapper {
  padding-bottom: 20vh;
}

.categories-sticky-wrapper {
  position: sticky;
  top: 20vh;
}

.collection-page {
  flex-flow: column wrap;
  display: flex;
}

.collection-page-item {
  margin-bottom: 10vw;
}

.product-overview-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.product-overview-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.product-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px #2c1403;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: grid;
}

.product-description-preview-wrapper {
  padding-right: 5vw;
}

.product-image-02 {
  width: 100%;
}

.product-description-content-wrapper {
  border: 1px #2c1403;
  padding-left: 5vw;
  padding-right: 0;
}

.number-bullet {
  border: 1px solid var(--colour-four-transparent);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 50px;
  font-family: Cinzel;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.statement {
  display: flex;
  position: relative;
}

.user-manual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.user-manual-wrapper {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.user-manual-content-wrapper {
  width: 100%;
}

.user-manual-number-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-manual-number-wrapper.right {
  background-color: #fefefe00;
  justify-content: flex-end;
}

.wide-line {
  background-color: #624040cc;
  border: 1px #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.wide-line.top {
  background-color: var(--colour-four-transparent);
  inset: 0% 0% auto;
}

.product-preview-inside {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-post-content-wrapper {
  width: 70%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.purchase-the-template-wrapper {
  z-index: 300;
  background-color: #000;
  width: 40px;
  height: 180px;
  transition: width .4s, opacity .4s, color .4s;
  position: fixed;
  inset: auto 0% 40vh auto;
}

.purchase-the-template-wrapper:hover {
  opacity: 1;
  width: 50px;
}

.learn-more-wrapper {
  align-items: flex-end;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.learn-more-wrapper.vertical {
  justify-content: flex-start;
  width: 40px;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.learn-more-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.learn-more-text.vertical {
  width: auto;
  height: auto;
  transform: rotate(-90deg);
}

.tutorials-image-2 {
  justify-content: center;
  align-items: center;
  width: 12vw;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.video-icon-wrapper {
  opacity: .7;
  background-image: url('../images/Video.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
}

.where-to-start-grid-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 5vw;
  display: flex;
}

.where-to-start-grid-wrapper.right-border {
  border-right: 1px solid var(--colour-four-transparent);
}

.where-to-start-grid-wrapper.right-border.invisible {
  display: flex;
}

.support-image-2 {
  width: 12vw;
  margin-bottom: 40px;
}

.preview-l06-preview-wrapper {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.preview-l06-preview-wrapper:hover {
  opacity: 1;
}

.preview-l04 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.preview-l04-content-wrapper {
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1000px;
  height: auto;
  padding: 5vw;
  display: flex;
  position: relative;
  top: 5vw;
}

.preview-l04-content-wrapper.bg-white {
  background-color: #fff;
}

.facts-01-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 5vw;
}

.preview-l06-columns {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 20% 1fr;
  width: 90%;
  margin-top: 5vw;
  margin-bottom: 0;
}

.close-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  transform: rotate(45deg);
}

.text-info-line {
  color: #ebe3d8;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: center;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  line-height: 20px;
  display: flex;
}

.line-horizontal-reversed {
  background-color: #ebe3d8;
  width: 100%;
  height: 1px;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.line-horizontal-reversed.line-absolut {
  position: absolute;
  inset: auto;
}

.line-horizontal-reversed.line-absolut.line-rotate {
  transform: rotate(90deg);
}

.empty-div {
  width: 1px;
  height: 1px;
}

.navbar-announcement {
  z-index: 1000;
  position: fixed;
  inset: 0% 0% auto;
}

.announcement {
  z-index: 500;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-toggle {
  padding-left: 10px;
}

.nav-link-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: #326660;
  border-bottom: 1px #326660;
  overflow: hidden;
}

.dropdown-list {
  background-color: var(--colour-four);
}

.dropdown-list.w--open {
  border-radius: 15px;
  padding: 20px;
}

.dropdown-link {
  opacity: .7;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 12px;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--colour-two);
}

.dropdown-link.w--current {
  color: #fff;
  font-weight: 600;
}

.icon {
  color: #0009;
  font-size: 12px;
}

.icon.light {
  color: var(--colour-one-transparent);
}

.product-wrapper-grid {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 22vw 1fr;
  width: 100%;
}

.caps-small-accent {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.product-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.product-name-wrapper {
  background-color: var(--colour-four);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 20% auto auto -10%;
}

.product-preview {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.showcase-l07 {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  padding-top: 5vw;
  display: flex;
  position: relative;
}

.showcase-l07-content-wrapper {
  background-color: var(--colour-one);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: auto;
  padding: 7vw 15vw;
  display: flex;
  position: relative;
  bottom: -5vw;
}

.styleguide-license-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.styleguide-section-license-wrapper {
  border-bottom: 1px solid #3d3a3133;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-left-column-sticky-container-2 {
  position: sticky;
  top: 400px;
}

.styleguide-left-column-sticky-container-2.not-sticky {
  position: static;
}

.styleguide-license-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.montserrat {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.button-basic-one-outlined {
  border: 1px solid var(--colour-four-transparent);
  color: var(--colour-four);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 16px;
  transition: border-color .2s, opacity .2s;
  display: flex;
  position: relative;
}

.button-basic-one-outlined:hover {
  border-color: var(--colour-four);
  opacity: .9;
  color: var(--colour-four);
}

.button-basic-one-outlined.white-button-outline {
  border-color: var(--colour-one);
  color: var(--white);
  margin-top: 0;
}

.button-basic-one-outlined.white-button-outline.pricing-button {
  width: 42vw;
  min-width: 42vw;
  margin-top: 10px;
}

.styleguide-changelog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.styleguide-section-changelog-wrapper {
  border-bottom: 1px solid #3d3a3133;
  padding-top: 60px;
  padding-bottom: 60px;
}

.styleguide-section-changelog-wrapper.bottom {
  border-bottom-style: none;
}

.fixed-wrapper {
  z-index: 2;
  width: 100%;
  position: fixed;
}

.block-content {
  border: 1px #000;
}

.container-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw 10vw;
  display: flex;
  position: relative;
}

.container-footer.colour-four {
  background-color: var(--colour-four);
  padding-bottom: 5vw;
}

.container-footer.colour-two {
  background-color: var(--colour-two);
}

.container-footer.follow-us {
  background-color: var(--white);
}

.container-nav {
  background-color: var(--colour-one);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.container-nav.nav {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-nav.colour-four {
  background-color: var(--colour-four);
}

.cart-header {
  padding-top: 36px;
}

.bolkitrayek {
  text-transform: none;
  font-family: Bolkitrayek, sans-serif;
  font-size: 30px;
}

.empty-state {
  flex-direction: column;
}

.caps-small {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.hero-m01 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.hero-m01-preview-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.hero-m01-image-wrapper {
  overflow: hidden;
}

.hero-m01-overflow {
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}

.intro-m01-menu {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.m01-heading-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.image-slide {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.image-slide.images {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.intro-m01-about-preview {
  position: absolute;
  inset: 0%;
}

.intro-m01-about-preview._01 {
  z-index: 1;
  border-radius: 30px;
  align-self: auto;
  height: 80%;
  overflow: hidden;
}

.intro-m01-about-text {
  z-index: 2;
  background-color: var(--colour-four);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: auto auto 119px -80px;
}

.intro-m01-about-small-preview {
  z-index: 0;
  width: 15vw;
  position: absolute;
  inset: -80px -80px auto auto;
  overflow: hidden;
}

.image-full {
  background-image: url('../images/ff70-2-Large_1.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.accent-m01-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-bottom: 10vw;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.accent-m01-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.accent-m01-image-wrapper {
  position: relative;
  overflow: hidden;
}

.accent-m01-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.link-footer {
  color: var(--colour-four);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.link-footer:hover {
  color: var(--colour-four);
  font-weight: 600;
}

.link-footer.w--current {
  color: var(--colour-four);
}

.footer-grid-02 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.tes-c05-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.tes-c05-tes-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.tes-c05 {
  border: 1px solid var(--colour-four);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.tes-c05-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
}

.tes-c05-image-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.accent-c08-line-wrapper {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300vw;
  display: flex;
  position: relative;
}

.accent-c08-line-wrapper._01 {
  justify-content: flex-start;
  margin-left: 140px;
  display: flex;
}

.accent-c08-line-wrapper._02 {
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
  font-size: 1px;
  display: flex;
}

.accent-c08-content {
  display: flex;
}

.accent-c08-text {
  color: var(--colour-one);
  text-transform: uppercase;
  text-shadow: 1px 0 1px var(--colour-one-transparent), -1px -1px 1px #aaa6a0;
  margin-top: 30px;
  margin-right: 35px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 11vw;
  line-height: 1;
}

.hero-m02 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 8vw;
  display: flex;
}

.hero-m02-preview-wrapper {
  z-index: 2;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: absolute;
}

.hero-m02-image-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-m02-image-wrapper._01 {
  align-items: flex-end;
  width: 80%;
  display: flex;
  left: 5vw;
}

.hero-m02-image-wrapper._02 {
  top: -5vw;
}

.hero-m02-image-wrapper._03 {
  bottom: -5vw;
  left: -5vw;
}

.hero-m02-title-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 5vw 10vw;
  display: flex;
  position: sticky;
  top: 0;
}

.intro-m02-menu {
  background-color: var(--colour-four);
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
  padding: 30px 80px;
  display: flex;
}

.intro-m02-about {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70vw;
  margin-top: 60px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.intro-m02-about-preview {
  position: absolute;
  inset: 0%;
}

.intro-m02-about-preview._01 {
  z-index: 1;
  overflow: hidden;
}

.intro-m02-about-text {
  z-index: 2;
  background-color: var(--colour-four);
  text-align: center;
  border-radius: 0 0 30px 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-m02-about-small-preview {
  z-index: 0;
  width: 15vw;
  position: absolute;
  inset: -80px -80px auto auto;
  overflow: hidden;
}

.intro-m02-text-wrapper {
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: 100px auto auto;
}

.accent-m02 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300vw;
  display: flex;
}

.accent-m02-viewport {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.accent-m02-horizontal-wrapper {
  flex-direction: row;
  width: 300vw;
  display: flex;
}

.accent-m02-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding-right: 5vw;
  position: relative;
}

.tes-m02 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.tes-m02-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.tes-m02-image-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.tes-m02-tes-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.m02-heading-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.search-button-light {
  opacity: .8;
  background-color: #0000;
  background-image: url('../images/icons8-search_1icons8-search.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 46px;
  height: 36px;
  transition: opacity .2s;
}

.search-button-light:hover {
  opacity: 1;
}

.hero-m03 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 10vw;
  display: flex;
}

.hero-m03-preview-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: right;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.hero-m03-image-wrapper {
  overflow: hidden;
}

.hero-m03-image-wrapper._01 {
  width: 100%;
}

.intro-m03-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.intro-m03-wrapper {
  width: 90%;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
}

.intro-m03-about-text {
  z-index: 2;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: relative;
  left: -100px;
}

.intro-m03-about-preview {
  width: 100%;
  height: 100%;
  position: relative;
}

.intro-m03-about-preview._02 {
  height: 80%;
  top: -60px;
}

.intro-m03-about-preview._04 {
  height: 50%;
  top: -60px;
}

.m03-heading-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.intro-m03-menu {
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
}

.intro-m03-menu.embossed {
  box-shadow: 1px 1px 1px 0 var(--colour-one-transparent), -1px -1px 1px 0 var(--colour-two);
}

.dot {
  background-color: var(--colour-four);
  border-radius: 90px;
  width: 6px;
  height: 6px;
}

.accent-m03-image-wrapper {
  overflow: hidden;
}

.accent-m03-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 56%;
  height: 100vh;
  display: flex;
  position: relative;
}

.accent-m03 {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
  top: 40px;
  overflow: hidden;
}

.accent-m01-animation-wrapper {
  width: 100%;
}

.accent-m01-rotation-wrapper {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.accent-m04-preview-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.accent-m04-preview-wrapper.accent-m04-sticky {
  position: sticky;
  top: 0;
}

.intro-01-line-01-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 15vw;
  min-height: 40vw;
}

.line-01-image-01-wrapper {
  width: 100%;
  position: relative;
  bottom: -50px;
  left: 5vw;
}

.intro-01 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.intro-01-line-02-grid {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 1fr 1fr 1fr 1fr 10vw;
  margin-top: 60px;
}

.accent-c01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.accent-c02-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #2c1403;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40px 1fr 40px 1fr;
  width: 100%;
  height: 100%;
}

.accent-c02-grid.bg-main.no-border {
  border-style: none;
}

.accent-c02-content-wrapper {
  border-width: 1px;
  border-color: #000 #624040cc;
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5vw;
  display: flex;
  position: relative;
}

.accent-c02-content-wrapper.no-left-border {
  border-left-style: none;
}

.accent-c02-line-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.separator-light {
  color: #fff;
  font-size: 10vw;
  font-weight: 100;
}

.opt-in-form-01 {
  margin-bottom: 0;
}

.paragraph-smallest {
  font-size: 12px;
  line-height: 20px;
}

.opt-in-03-grid {
  grid-column-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 10vw 20vw 1fr;
  width: 100%;
  min-height: 400px;
}

.opt-in-03-image-02-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.opt-in-03-image-01-wrapper {
  width: 100%;
  position: relative;
  left: -5vw;
}

.form---standard {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-2.center {
  text-align: right;
  justify-content: flex-start;
  display: flex;
}

.form-horizontal {
  flex-direction: row;
  display: flex;
}

.accent-m02-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.accent-m02-image-wrapper {
  position: relative;
  overflow: hidden;
}

.accent-m02-content, .accent-m03-title {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.contacts-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.show-01-line-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30vw 5vw 1fr 2fr 10vw;
  width: 100%;
  margin-top: 5vw;
}

.show-01-image-04-wrapper {
  width: 100%;
  overflow: hidden;
}

.show-01-line-03 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15vw 5vw 18vw 2fr 10vw;
  width: 100%;
  margin-top: 15vw;
}

.turn-container {
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
  bottom: -20px;
  transform: rotate(-90deg);
}

.turn-container.turn-container-right {
  justify-content: flex-end;
}

.show-01-image-02-wrapper-02 {
  width: 100%;
  overflow: hidden;
}

.show-01-image-03-wrapper {
  width: 100%;
  height: 100%;
}

.show-01-image-03-wrapper.rear-screen {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  display: flex;
}

.show-01-image-03-wrapper.example {
  align-self: flex-start;
}

.show-01-line-02 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 1fr 5vw 10vw;
  width: 100%;
  margin-top: 15vw;
}

.show-01-line-02.rear-screen {
  margin-top: 0;
}

.show-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.show-01.colour-three {
  background-color: var(--colour-three);
  padding-bottom: 220px;
}

.show-01.colour-three.rear-screen {
  padding-bottom: 220px;
}

.show-01-line-04 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 5vw 10vw 20vw;
  width: 100%;
  margin-top: 15vw;
}

.container-max-3 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  display: flex;
  position: relative;
}

.project-image-01-wrapper {
  width: 100%;
  overflow: hidden;
}

.preview-m01-image-wrapper {
  z-index: 2;
  border: 1px solid var(--colour-four);
  color: var(--colour-four);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: -30px;
  overflow: hidden;
}

.preview-m01-image-wrapper:hover {
  opacity: 1;
  color: var(--colour-four);
}

.preview-m01-title-wrapper {
  background-color: var(--colour-four);
  text-align: center;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-m01 {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.preview-m01.bottom-margin {
  padding-bottom: 10vw;
}

.preview-m01-left {
  width: 20%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.preview-m01-sticky {
  margin-bottom: 10vw;
  position: sticky;
  top: 400px;
}

.preview-m01-right {
  flex-direction: column;
  align-items: center;
  width: 80%;
  padding-left: 5vw;
  display: flex;
}

.preview-m01-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.preview-m01-wrapper.sticky {
  position: sticky;
  top: 0;
}

.showcase-l08 {
  z-index: 2;
  border: 1px solid var(--colour-four);
  color: var(--colour-four);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-l08:hover {
  opacity: 1;
  color: var(--colour-four);
}

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

.preview-m01-image {
  width: 100%;
}

.accent-c08-wrapper {
  width: 100%;
  overflow: hidden;
}

.section-under-content-wrapper {
  cursor: pointer;
  border: 1px #000;
  border-right-style: solid;
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section-under-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  padding-top: 5vw;
  display: flex;
  position: sticky;
  top: 0;
}

.section-under {
  background-color: var(--colour-two);
  align-items: flex-start;
  height: 130vh;
  display: flex;
  position: relative;
}

.styleguide-images-wrapper {
  flex-direction: column;
  display: flex;
}

.styleguide-class-label-2 {
  background-color: #0000001a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.styleguide-class-label-2.class-label-no-margin {
  margin-top: 0;
}

.styleguide-class-label-2.class-label-no-margin.tag {
  color: #fff;
  background-color: #be49a5;
}

.styleguide-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.image-square {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  background-color: #000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image.b-w {
  filter: grayscale();
}

.image.booth {
  border-radius: 300px;
}

.image.opaque {
  opacity: .61;
  background-image: linear-gradient(#000, #000);
}

.styleguide-left-column-sticky-container-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 100px;
}

.blog-n01-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.resources-n01-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.resources-n01-content {
  margin-left: auto;
  margin-right: auto;
}

.heading-small-h4 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.resources-n01-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  padding: 0 5vw;
  display: flex;
}

.resources-n01-content-wrapper:hover {
  opacity: 1;
  color: #000;
}

.resources-n01-content-wrapper.right-border {
  border-right: 1px solid #6c380866;
}

.image-scale-wrapper {
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-scale-wrapper.coursor {
  cursor: pointer;
}

.resources-n01 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  font-weight: 500;
}

.text-span-2.quotes {
  white-space: normal;
  word-break: normal;
  font-weight: 200;
  line-height: 2;
}

.categories-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.content {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.quick-stack {
  grid-column-gap: 20px;
  margin: 40px 0;
  padding: 0;
}

.paragraph-5 {
  color: #000;
  font-family: Varela Round, sans-serif;
}

.paragraph-5.portal {
  text-align: center;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.html-embed-3 {
  display: none;
}

.link-block-5 {
  width: 100%;
  margin-bottom: 30px;
  text-decoration: none;
}

.letttering {
  color: #000;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.letttering.portal-space {
  margin-bottom: 20px;
}

.button {
  color: #f5f5f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 40px;
  padding: 15px 20px;
  font-family: Varela Round, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

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

.button.white {
  color: #f5f5f5;
  background-color: #0000;
  border-width: 1px;
  border-color: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

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

.button.white.portal {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-color: #e9e9e9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bolkitrayek, sans-serif;
}

.button.white.portal:hover {
  background-color: #e9e9e9;
}

.button.white.portal.booked-not {
  background-color: var(--red);
  padding-top: 12px;
  padding-bottom: 10px;
}

.button.white.portal.booked-not:hover {
  border-style: solid;
  border-color: var(--colour-four);
  background-color: var(--colour-three);
}

.button.white.portal.booked {
  border-color: var(--white);
  background-color: var(--colour-four);
  color: var(--white);
  padding-top: 12px;
  padding-bottom: 10px;
}

.button.completed {
  margin-top: 0;
  font-family: Bolkitrayek, sans-serif;
}

.button.completed.balance-button {
  width: 100%;
  margin-top: 0%;
  padding-top: 17px;
}

.button.log-out {
  align-self: auto;
  width: 110px;
  margin-top: 0;
  padding-top: 17px;
  font-family: Bolkitrayek, sans-serif;
}

.button.form {
  padding-left: 40px;
  padding-right: 40px;
}

.button.notop {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4px;
}

.button.notop:hover {
  background-color: var(--colour-four);
  color: var(--colour-two);
}

.button-2 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 20px 35px 16px;
  font-family: Bolkitrayek, sans-serif;
  font-size: 1.1rem;
  transition: background-color .6s, color .2s;
}

.button-2:hover {
  color: #1e1e2a;
  background-color: #e9e9e9;
}

.cell {
  justify-content: space-between;
  padding-right: 0;
}

.main-portal {
  margin-top: 60px;
  margin-bottom: 60px;
}

.right-icon {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  height: 60px;
  display: flex;
}

.right-icon.transparent {
  background-color: #fff0;
  min-width: 40px;
}

.right-labele_icon {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.log-out {
  text-decoration: none;
}

.collection-list-wrapper {
  width: auto;
}

.mb-10 {
  color: #000;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-decoration: none;
}

.profile {
  margin-bottom: 35px;
}

.link-card {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 0;
  display: flex;
}

.link-card.space {
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-card.space.not-done {
  background-color: var(--colour-four);
}

.link-card.space.event {
  width: 45px;
  height: 45px;
  margin-left: 10px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.link-card.bigger {
  width: 45px;
  height: 45px;
}

.mb-30 {
  color: #000;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.categories-cards_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  display: grid;
}

.mid-card {
  grid-row-gap: 0px;
  outline-offset: 0px;
  color: #1e1e2a;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #e9e9e9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  min-height: 280px;
  padding: 25px 20px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.mid-card:hover {
  color: #000;
  background-color: #e9e9e9;
  outline-color: #dfd9d4;
}

.mid-card.green {
  background-color: #000;
  background-image: linear-gradient(180deg, var(--colour-one), #fff0), url('../images/TIT05929-Edit_1.webp');
  outline-offset: 0px;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  outline: 1px #e9e9e9;
  flex-flow: column;
  flex: 0 auto;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 275px;
  min-height: 100%;
  padding-bottom: 25px;
  text-decoration: none;
  display: block;
}

.mid-card.line {
  border: 1px solid var(--colour-three);
  justify-content: space-between;
  align-items: flex-start;
  height: 275px;
  min-height: auto;
}

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

.right-label_content.mb-30 {
  background-image: linear-gradient(#f1efec, #f1efec);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  transition: transform .2s;
}

.right-label_content.mb-30:hover {
  transform: scale(1.03);
}

.right-label_content.mb-30.event-date {
  background-image: linear-gradient(#fff, #fff);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.left {
  width: 55%;
  padding: 50px 20px 30px 5%;
}

.card-label {
  color: #000;
  -webkit-text-stroke-color: black;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-label.right-card {
  flex-flow: column;
  place-content: space-around space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.cell-2 {
  padding-left: 0;
}

.categories-card {
  grid-row-gap: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  min-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.categories-card:hover {
  transform: scale(1.03);
}

.montserrat-1-4-rem {
  color: #000;
  letter-spacing: 4px;
  font-size: 2rem;
}

.montserrat-1-4-rem.date {
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  display: block;
}

.right {
  background-color: #fefefe;
  border-radius: 20px 0 0 20px;
  width: 42%;
  padding: 50px 5% 60px 40px;
}

.mid-text_wrap {
  width: 100%;
  max-width: 355px;
  margin-bottom: 80px;
}

.body-2 {
  background-color: var(--colour-three);
}

.hellothere {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.name-log-out {
  margin-bottom: 0;
  line-height: 24px;
}

.date {
  margin-bottom: 40px;
}

.check-mark {
  filter: invert();
}

.balance {
  flex: 0 auto;
  font-size: 40px;
}

.balance.space-in-letters {
  line-height: 40px;
}

.code-embed {
  width: auto;
  margin-bottom: 0;
  display: block;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  text-decoration: underline;
}

.photos {
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-image-gallery-3 {
  filter: grayscale();
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.form-title {
  color: #000;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4rem;
}

.input {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}

.field-label-2 {
  color: #000;
  font-family: Varela Round, sans-serif;
}

.the-text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  height: 60px;
  padding-left: 10px;
}

.the-text-field.field-fix {
  color: #777;
  padding-left: 6px;
}

.field-label-3 {
  color: #000;
  font-family: Varela Round, sans-serif;
}

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

.text-block-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #000;
}

.form-block-4 {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.field-label-4, .field-label-5 {
  font-family: Varela Round, sans-serif;
}

.form-4 {
  flex-direction: column;
  width: 100%;
  display: block;
}

.field-label-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.questions {
  margin-bottom: 10px;
}

.ms-form-block-2 {
  align-self: auto;
  width: 60%;
  margin-bottom: 0;
}

.ms-form-block-2.dual {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  display: flex;
}

.ms-form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: auto;
  max-width: 1080px;
  height: 100%;
  padding: 0 0%;
  font-family: Varela Round, sans-serif;
  display: block;
  overflow: visible;
}

.ms-form-heading-3 {
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: 4px;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-input-label-3 {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.ms-input-label-3.bold {
  font-weight: 700;
}

.ms-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 8px 12px 8px 16px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #12133199;
}

.ms-input.is-text {
  min-height: 100px;
}

.image-5 {
  filter: invert();
}

._404 {
  margin-top: 20px;
}

.ms-form-block {
  align-self: auto;
  width: auto;
  max-width: 1080px;
  margin-bottom: 0;
}

.ms-list-container {
  width: 100%;
  margin-bottom: 20px;
}

.input-2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.ms-form-heading-2 {
  color: #000;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.ms-form-heading-2.profile {
  margin-bottom: 20px;
  font-weight: 400;
}

.ms-input-label-2 {
  color: #000;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 200;
}

.ms-form {
  width: 100%;
  min-width: auto;
  padding: 60px 0%;
  font-family: Varela Round, sans-serif;
}

.ms-toggle-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.select {
  clear: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 75px;
  height: 40px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.html-embed-4 {
  display: block;
  overflow: visible;
}

.ms-radio-group {
  width: auto;
  margin-bottom: 0;
  padding: 0;
}

.ms-radio-group.add-ons {
  text-align: left;
  align-self: center;
  width: auto;
  padding: 0;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
  overflow: visible;
}

.ms-help-text {
  opacity: .8;
  letter-spacing: 1.5px;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
  font-weight: 200;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.top {
  margin-top: 0;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-label.is-empty {
  padding-left: 50px;
}

.select-wrap {
  text-align: left;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.form-5 {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  display: flex;
}

.ms-input-label-6 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label-6.ms-less-margin {
  margin-bottom: 3px;
  font-weight: 500;
}

.ms-toggle-dot {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.html-embed-5 {
  display: block;
  overflow: visible;
}

.ms-radio-card {
  border: 1px solid var(--colour-two);
  color: #000;
  letter-spacing: 4px;
  -webkit-text-stroke-color: var(--colour-four);
  border-radius: 20px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
}

.ms-radio-card.bottom {
  border-color: var(--colour-two);
  margin-top: 0;
  margin-bottom: 20px;
}

.ms-hide {
  display: none;
}

.ms-toggle-bg-2 {
  z-index: 0;
  background-color: #e2e2e2;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-embed-3 {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.packages {
  width: auto;
  max-width: none;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.ms-svg.is-radio-card {
  z-index: 2;
  color: #000;
  width: 20px;
  height: 22px;
  display: none;
  top: 17px;
  left: auto;
  right: 12px;
}

.ms-radio-card-botton {
  margin-top: 12px;
  display: inline-block;
}

.ms-toggle-dot-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  transition: left .2s;
  position: absolute;
  left: 3px;
  box-shadow: 0 1px 5px #0003;
}

.ms-toggle-dot-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-input-label-7 {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-input-label-7.ms-less-margin {
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.ms-toggle-label-2 {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-checkbox-2 {
  display: none;
}

.ms-radio-wrap-2 {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-radio-wrap-2.is-card {
  padding-left: 0;
}

.ms-radio-wrap-2.is-card.first {
  margin-top: 40px;
}

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

.workflow-content-wrapper {
  align-self: auto;
  width: 50%;
  height: auto;
  padding-left: 40px;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-title {
  font-size: 40px;
}

.play-button {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.workflow-title-wrapper-desktop {
  display: none;
}

.play-button-icon {
  z-index: 7;
  font-size: 20px;
  transition: opacity .2s;
  position: relative;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.job-title {
  margin-top: 0;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-video {
  background-image: url('../images/maxresdefault-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  position: relative;
}

.workflow-video.home-page {
  background-image: url('../images/Screen-Shot-2023-06-01-at-3.52.09-PM_1.webp');
  border-radius: 30px;
  height: auto;
}

.workflow-profile-name {
  margin-bottom: 0;
  font-size: 18px;
}

.workflow-profile-name.video-name {
  font-size: 22px;
  font-weight: 700;
}

.workflow-quote {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.workflow-video-wrapper {
  width: 50%;
  height: 100%;
  max-height: 320px;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.image-6 {
  aspect-ratio: auto;
  filter: invert();
  text-align: left;
  vertical-align: middle;
  width: 20px;
  margin: auto auto auto 33px;
  padding-left: 0;
  display: block;
}

.quick-stack-2 {
  grid-row-gap: 5px;
  padding: 0;
}

.image-7 {
  margin-top: -57px;
  padding-top: 0;
  display: inline-block;
  overflow: visible;
}

.image-8 {
  filter: contrast(150%);
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}

.promo-on-top {
  margin-bottom: 40px;
}

.summary {
  margin-top: 0;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.pre-booking-buttons {
  margin-top: 40px;
}

.links-and-options {
  grid-row-gap: 20px;
  padding: 0;
}

.collection-list-wrapper-2 {
  align-self: stretch;
}

.empty-state-2 {
  background-color: var(--colour-four);
}

.space {
  margin-bottom: 60px;
}

.efi-pricing-button {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 40px;
  font-size: 18px;
  transition: all .7s;
  display: flex;
}

.efi-pricing-button:hover {
  transform: translate(0, -7px);
}

.efi-pricing-button.invert {
  filter: invert();
}

.efi-price-block {
  margin-bottom: 0;
}

.pr-05-list-item {
  font-size: 16px;
  font-weight: 400;
}

.efi-pr-05-list {
  padding-left: 20px;
}

.efi-pricing-points {
  margin-bottom: 0;
}

.efi-big-paragraph {
  font-size: 20px;
  font-weight: 400;
}

.efi-pr-05-pricing-header {
  margin-bottom: 0;
}

.efi-pricing-header {
  border-bottom: 1px solid #5f5f5f;
  padding-bottom: 0;
}

.efi-pricing-container {
  grid-column-gap: 40px;
  grid-row-gap: 38px;
  border-bottom: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: grid;
}

.efi-pr-05-pricing-cell {
  border: 1px solid #cecece;
  padding: 40px 20px;
}

.efi-pr-05-pricing-cell.invert {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.efi-pr-05-pricing-cell.grey {
  background-color: #e7e7e7;
  border-style: none;
}

.efi-pr-05-pricing-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.efi-pr-05-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.efi-pr-05-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-pr-05 {
  padding: 100px 3%;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
}

.section-2._0-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.comparing-table-plan {
  background-color: var(--colour-four);
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  width: auto;
  margin-right: 0;
  transition: all .3s;
  display: block;
}

.comparing-table-plan.last-child {
  background-color: var(--colour-four);
  border-radius: 30px;
  margin-right: 0;
}

.comparing-table-plan.last-child:hover {
  box-shadow: none;
}

.comparing-table-wrapper {
  display: flex;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list-item {
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: #000;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-plan-title {
  background-color: var(--colour-four);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 20px 40px 0;
  display: flex;
}

.section-subtitle {
  color: #5b5b5b;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.primary-button {
  color: #f9f9fa;
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: .8;
}

.primary-button.full-width {
  width: 100%;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.text-white {
  color: #fff;
}

.text-white.top-title {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-white.package-title {
  font-size: 40px;
}

.text-white.bottom-price {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: #f9f9fa;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-content-wrapper {
  border: 1px #e9e9e9;
  border-radius: 30px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-list-icon {
  color: #000;
  margin-right: 10px;
  font-size: 8px;
}

.cell-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}

.white.no-spacer {
  text-align: left;
  margin-bottom: 0;
}

.pricing {
  background-color: var(--colour-four);
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 0 10vw 60px;
  display: flex;
}

.pricing.event-information {
  padding-top: 60px;
}

.ms-toggle-label-3 {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-embed-4 {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.custom-check {
  border: 1px solid var(--colour-two);
  background-color: var(--colour-one-transparent);
  border-radius: 20px;
  width: 25px;
  height: 25px;
  margin-top: 0;
}

.custom-check.w--redirected-checked {
  background-color: var(--colour-four);
  letter-spacing: 1px;
  object-fit: fill;
}

.checkbox-label, .checkbox-label-2, .checkbox-label-3 {
  display: none;
}

.checkbox-2 {
  background-color: var(--colour-one-transparent);
  border: 1px #000;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.checkbox-3 {
  background-color: var(--colour-one-transparent);
  outline-offset: 0px;
  border: 1px #fff;
  border-radius: 20px;
  outline: 0 #fff;
  width: 20px;
  height: 20px;
}

.checkbox-field {
  border: 1px solid #000;
  border-radius: 20px;
}

.ms-radio-card-2 {
  color: #121331;
  border: 1px solid #12133140;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px 10px;
  font-weight: 700;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-radio-border {
  display: none;
}

.ms-radio-border.w--redirected-checked {
  z-index: 1;
  border-width: 3px;
  border-color: #2962ff;
  border-radius: 6px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: -1px;
}

.ms-card-text-right {
  float: right;
  background-color: #1015701a;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1.4em;
}

.ms-hint-text {
  float: right;
  font-weight: 400;
}

.ms-help-text-2 {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-radio-contents {
  z-index: 2;
  width: 100%;
  font-weight: 700;
  position: relative;
}

.ms-radio-group-2 {
  margin-bottom: 30px;
}

.ms-embed-5 {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  margin-bottom: 0;
  font-style: italic;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  padding: 0;
}

.code-embed-2 {
  color: var(--colour-one);
  text-align: left;
  width: 100%;
  font-size: 20px;
}

.quick-stack-5 {
  grid-column-gap: 20px;
  padding-left: 0;
  padding-right: 0;
}

.success-message-3 {
  background-color: #ddd0;
}

.seperated-pricing {
  width: 100%;
  min-width: 100%;
  padding: 0;
}

.cell-9 {
  padding-top: 0;
}

.image-9 {
  margin-top: -19px;
  padding-top: 0;
}

.heading-3-rem {
  font-size: 6rem;
}

.heading-3-rem.blog {
  font-size: 4rem;
}

.collection-list-wrapper-3 {
  display: none;
}

.link-block-10 {
  background-color: var(--colour-two);
  border-radius: 60px;
}

.heading-5-rem {
  font-size: 3rem;
}

.heading-5-rem.main {
  font-size: 3.2rem;
}

.pricing-and-balance {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 20px;
  display: flex;
}

.link-block-11 {
  width: 100%;
  margin-top: auto;
}

.event-buttons {
  width: 100%;
  margin-top: 20px;
}

.container-2 {
  margin-left: 0;
}

.date-info {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-33 {
  font-size: 4.5vw;
}

.heading-34 {
  font-size: 3vw;
}

.heading-35, .heading-36 {
  font-size: 2rem;
}

.body-4 {
  background-color: var(--colour-four);
}

.body-5 {
  background-color: var(--colour-two);
}

.heading-37 {
  font-size: 3rem;
}

.price-title {
  margin-top: 0;
}

.divider-horizontal {
  background-color: #000;
  width: 70px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-horizontal.links {
  width: 150px;
}

.primary-button-outline {
  border: 1px solid #000;
  padding: 10px 30px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.primary-button-outline:hover {
  border-width: 1px;
  outline-style: none;
}

.primary-button-outline.links {
  margin-bottom: 20px;
}

.primary-button-outline-animated-element {
  background-color: #0000;
  width: 1px;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.primary-button-outline-text {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8em;
  display: block;
  position: relative;
}

.image-10 {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}

.links-image {
  border-radius: 20px;
  width: 150px;
  height: 150px;
}

.primary-button-outline-link {
  z-index: 2;
  color: var(--white);
  align-self: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.primary-button-outline-link:hover {
  opacity: .7;
}

.links {
  flex-direction: column;
  align-items: center;
  width: 280px;
  display: flex;
}

.links.heading {
  font-size: 50px;
}

.links.container {
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.links.middle {
  width: 280px;
  margin-top: 40px;
  font-size: 2.8rem;
}

.link-image {
  border-radius: 300px;
  width: 150px;
  height: 150px;
}

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

.chat-box {
  z-index: 9000;
  background-color: #fff0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.chat-box:hover {
  opacity: 1;
}

.background-video {
  border-radius: 30px;
}

.background-video-3 {
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  padding-left: 0;
  display: flex;
}

.paragraph-16.rear-screen {
  text-align: left;
}

.slider {
  border-radius: 30px;
  height: 100%;
  display: block;
  bottom: 20px;
  overflow: visible;
}

.mask {
  border-radius: 30px;
  height: auto;
}

.right-arrow, .left-arrow {
  display: block;
}

.image-11 {
  width: 100%;
  display: block;
}

.image-12 {
  box-sizing: border-box;
  float: none;
  clear: right;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 0%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: block;
  position: static;
  overflow: clip;
}

.slide-nav {
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 7px;
  font-weight: 600;
  display: none;
}

.code-embed-3 {
  display: block;
}

.options {
  background-color: var(--colour-three);
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sf-text-size-regular {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.sf-icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.sf-error-message-internal-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red\<deleted\|variable-704363cd-0230-9875-5006-98408205b47a\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sf-error-message {
  background-color: #0000;
  margin-top: 2rem;
  padding: 0;
}

.sf-success-message-internal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--studioform-library--sf-color--green\<deleted\|variable-c1605583-d3ef-2123-e58c-f481f6bad768\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-green\<deleted\|variable-ed1507e7-c081-e25a-6664-49275d4c6492\>);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sf-success-message {
  background-color: #0000;
  padding: 2rem 0 0;
}

.sf-form_divider-line {
  background-color: #2222221a;
  flex: 1;
  height: 1px;
}

.sf-text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.sf-form_divider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-button-await-child {
  display: none;
}

.sf-button-await-child.sf-await {
  display: block;
}

.sf-button-child.sf-await {
  display: none;
}

.sf-button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-top-left-radius: var(--studioform-library--sf-corner--medium);
  border-top-right-radius: var(--studioform-library--sf-corner--medium);
  border-bottom-left-radius: var(--studioform-library--sf-corner--medium);
  border-bottom-right-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: relative;
}

.sf-button:hover {
  opacity: .9;
}

.sf-button:focus {
  border-style: solid;
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 3px var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
}

.sf-button:focus-visible, .sf-button[data-wf-focus-visible] {
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
}

.sf-button.is-secondary {
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: #0000;
  border-radius: 30px;
}

.sf-form_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.sf-icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sf-form_input-error-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red\<deleted\|variable-704363cd-0230-9875-5006-98408205b47a\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: none;
}

.sf-form_input-error-wrapper.sf-required {
  display: flex;
}

.sf-form_radio-group-error-trigger {
  display: none;
}

.sf-form_radio-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_radio {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio.w--redirected-focus, .sf-form_radio.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
  border-style: none;
}

.sf-form_radio-icon {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.sf-form_radio-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_radio-field:focus, .sf-form_radio-field:focus-visible, .sf-form_radio-field[data-wf-focus-visible] {
  border-style: none;
}

.sf-form_radio-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0rem .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_radio-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_radio-field.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_input-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_field-label {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sf-form_field-wrapper {
  flex-flow: column;
}

.sf-form-icon-right {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  display: none;
  position: absolute;
  right: 0;
}

.sf-form-icon-right.is-text-area {
  margin-top: .875rem;
  inset: 0% .7rem auto auto;
}

.sf-form-icon-right.sf-required {
  display: block;
  right: .7rem;
}

.sf-form_input {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input:focus-visible, .sf-form_input[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input.is-icon-left {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-field {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_input-field.is-text-area {
  justify-content: flex-end;
  align-items: flex-start;
}

.sf-form_field-main-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_form-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.sf-heading-style-h4 {
  color: var(--colour-four);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.sf-form_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sf-form_step {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_input-outer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-skeleton {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-top-left-radius: var(--studioform-library--sf-corner--small);
  border-top-right-radius: var(--studioform-library--sf-corner--small);
  border-bottom-left-radius: var(--studioform-library--sf-corner--small);
  border-bottom-right-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  border-radius: 30px;
  margin: -1px;
  transition-property: opacity;
  transition-duration: .3s;
  transition-timing-function: ease;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-form-icon-left {
  position: absolute;
  left: .75rem;
}

.sf-form-icon-left.sf-required {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_form {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_block {
  margin-bottom: 0;
}

.sf-css {
  display: none;
}

.sf-text-size-tiny {
  font-size: .75rem;
}

.sf-form_step-indicator {
  border: 0px none var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-radius: var(--studioform-library--sf-corner--small);
  text-align: center;
  margin-bottom: 10px;
  padding: .25rem .5rem;
}

.sf-form_main-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-text-weight-semibold {
  font-weight: 600;
}

.sf-form_class-directory-class-tag {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--tag-blue\<deleted\|variable-7722464f-a0ef-40eb-d735-f6be87a54191\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  padding: .125rem .5rem;
  font-size: .7rem;
}

.sf-form_class-directory-class-tag-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.sf-form_class-directory-class-tag-main-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.sf-form_class-directory-class-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--large);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: grid;
}

.sf-heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.sf-form_class-directory-heading-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.sf-skeleton-wrapper {
  width: 60%;
  height: 100%;
  position: relative;
}

.sf-form_checkbox-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_checkbox {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_checkbox.w--redirected-focus, .sf-form_checkbox.w--redirected-focus-visible {
  border-style: none;
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_checkbox-field:focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field:focus-visible, .sf-form_checkbox-field[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
}

.sf-form_checkbox-field.sf-focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form-icon-right-outer-wrapper {
  height: 100%;
  position: relative;
}

.sf-form_input-date {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .69rem .625rem .68rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.sf-form_input-date:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-date:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-date:focus-visible, .sf-form_input-date[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input-date::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-date.is-icon-left-right {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input-date.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-date.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-select {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .8rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
}

.sf-form_input-select:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-select:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-select:focus-visible, .sf-form_input-select[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input-select::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-select.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-select.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_class-directory-form-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form_class-directory {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: none;
}

.sf-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.sf-form_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_component.is-4vw-padding {
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: visible;
}

.sf-form_component-image {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.sf-form_component-image-wrapper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: Montserrat, sans-serif;
}

.sf-form_component-main-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
  overflow: auto;
}

.sf-text-style-link {
  color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  text-decoration: underline;
}

.sf-text-code-coloured-red {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-text-code-coloured-green {
  color: var(--studioform-library--sf-color--green\<deleted\|variable-c1605583-d3ef-2123-e58c-f481f6bad768\>);
}

.sf-text-code {
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
}

.sf-form_instructions-wrapper {
  width: 100%;
  max-width: 54rem;
}

.sf-form_instructions-delete-this {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey\<deleted\|variable-bbf7ebc6-0730-9630-1bc6-9c648dba5a0b\>);
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-section_sf-form {
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.chooser {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 10px;
}

.icon-2, .icon-3 {
  color: var(--colour-four);
}

.option {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
}

.option.number {
  color: var(--colour-four);
  background-color: #ffffff54;
  border-radius: 30px 0;
  justify-content: center;
  align-items: center;
  width: 75px;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.option.not-included {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.not-included-text {
  color: var(--colour-four);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.not-included {
  background-color: #00000040;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sf-text-size-regular-2 {
  font-size: 1rem;
}

.sf-icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.sf-error-message-internal-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red\<deleted\|variable-704363cd-0230-9875-5006-98408205b47a\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.sf-error-message-2 {
  background-color: #0000;
  margin-top: 2rem;
  padding: 0;
}

.sf-success-message-internal-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--studioform-library--sf-color--green\<deleted\|variable-c1605583-d3ef-2123-e58c-f481f6bad768\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-green\<deleted\|variable-ed1507e7-c081-e25a-6664-49275d4c6492\>);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.sf-success-message-2 {
  background-color: #0000;
  padding: 2rem 0 0;
}

.sf-form_divider-line-2 {
  background-color: #2222221a;
  flex: 1;
  height: 1px;
}

.sf-text-size-small-2 {
  font-size: .875rem;
}

.sf-form_divider-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-button-await-child-2 {
  display: none;
}

.sf-button-await-child-2.sf-await {
  display: block;
}

.sf-button-child-2.sf-await {
  display: none;
}

.sf-button-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  text-align: center;
  cursor: pointer;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.sf-button-2:hover {
  opacity: .9;
}

.sf-button-2:focus {
  border-style: solid;
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 3px var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
}

.sf-button-2:focus-visible, .sf-button-2[data-wf-focus-visible] {
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
}

.sf-button-2.is-secondary {
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: #0000;
}

.sf-form_button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex;
}

.sf-spacer-medium-2 {
  width: 100%;
  padding-top: 2rem;
}

.sf-icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sf-form_input-error-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--light-red\<deleted\|variable-704363cd-0230-9875-5006-98408205b47a\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: none;
}

.sf-form_input-error-wrapper-2.sf-required {
  display: flex;
}

.sf-form_radio-group-error-trigger-2 {
  display: none;
}

.sf-form_radio-label-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_radio-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_radio-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_radio-2.w--redirected-focus, .sf-form_radio-2.w--redirected-focus-visible {
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
  border-style: none;
}

.sf-form_radio-icon-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.sf-form_radio-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_radio-field-2:focus, .sf-form_radio-field-2:focus-visible, .sf-form_radio-field-2[data-wf-focus-visible] {
  border-style: none;
}

.sf-form_radio-field-2.sf-focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0rem .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_radio-field-2.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_radio-field-2.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_radio-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sf-form_input-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_field-label-2 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.sf-form_field-wrapper-2 {
  flex-flow: column;
}

.sf-form-icon-right-2 {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  display: none;
  position: absolute;
  right: 0;
}

.sf-form-icon-right-2.is-text-area {
  margin-top: .875rem;
  inset: 0% .7rem auto auto;
}

.sf-form-icon-right-2.sf-required {
  display: block;
  right: .7rem;
}

.sf-form_input-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .75rem 2.75rem .75rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color .3s, box-shadow .3s;
}

.sf-form_input-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-2:focus-visible, .sf-form_input-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-2.is-text-area {
  height: auto;
  min-height: 8.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.sf-form_input-2.is-icon-left {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input-2.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sf-form_input-field-2.is-text-area {
  justify-content: flex-end;
  align-items: flex-start;
}

.sf-form_field-main-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.sf-form_form-content-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-spacer-small-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.sf-heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.sf-form_heading-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sf-form_step-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_input-outer-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-skeleton-2 {
  border: 1px solid var(--studioform-library--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  border-radius: var(--studioform-library--sf-corner--small);
  cursor: wait;
  background-color: #dddbdd;
  margin: -1px;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sf-skeleton-2.sf-hide {
  opacity: 0;
  pointer-events: none;
}

.sf-form-icon-left-2 {
  position: absolute;
  left: .75rem;
}

.sf-form-icon-left-2.sf-required {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_form-2 {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.sf-form_block-2 {
  margin-bottom: 0;
}

.sf-css-2 {
  display: none;
}

.sf-text-size-tiny-2 {
  font-size: .75rem;
}

.sf-form_step-indicator-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-radius: var(--studioform-library--sf-corner--small);
  text-align: center;
  padding: .25rem .5rem;
}

.sf-form_main-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-text-weight-semibold-2 {
  font-weight: 600;
}

.sf-form_class-directory-class-tag-2 {
  border-radius: var(--studioform-library--sf-corner--small);
  background-color: var(--studioform-library--sf-color--tag-blue\<deleted\|variable-7722464f-a0ef-40eb-d735-f6be87a54191\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  padding: .125rem .5rem;
  font-size: .7rem;
}

.sf-form_class-directory-class-tag-wrapper-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  display: flex;
}

.sf-form_class-directory-class-tag-main-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.sf-form_class-directory-class-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--large);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: grid;
}

.sf-heading-style-h5-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.sf-form_class-directory-heading-wrapper-2 {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.sf-skeleton-wrapper-2 {
  width: 60%;
  height: 100%;
  position: relative;
}

.sf-form_checkbox-label-2 {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.sf-form_checkbox-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  border-style: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sf-form_checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.sf-form_checkbox-2.w--redirected-focus, .sf-form_checkbox-2.w--redirected-focus-visible {
  border-style: none;
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_checkbox-field-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.sf-form_checkbox-field-2:focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field-2:focus-visible, .sf-form_checkbox-field-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
}

.sf-form_checkbox-field-2.sf-focus {
  border-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  background-color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--light-blue\<deleted\|variable-7d96d387-697b-338e-5809-167fa29daafb\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field-2.sf-checked {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
}

.sf-form_checkbox-field-2.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form-icon-right-outer-wrapper-2 {
  height: 100%;
  position: relative;
}

.sf-form_input-date-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .69rem .625rem .68rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
  display: block;
}

.sf-form_input-date-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-date-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-date-2:focus-visible, .sf-form_input-date-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input-date-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-date-2.is-icon-left-right {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.sf-form_input-date-2.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-date-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-select-2 {
  border: 1px solid var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
  height: auto;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .8rem .625rem;
  font-size: 1rem;
  line-height: 1.6;
  transition: all .3s;
}

.sf-form_input-select-2:hover {
  border-color: var(--studioform-library--sf-color--subtle-black-50\<deleted\|variable-3477ceb4-b4ff-264d-c883-b087427bbb04\>);
}

.sf-form_input-select-2:focus {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  box-shadow: 0 0 0 .1875rem var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-select-2:focus-visible, .sf-form_input-select-2[data-wf-focus-visible] {
  border-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
}

.sf-form_input-select-2::placeholder {
  color: var(--studioform-library--sf-color--subtle-black-20\<deleted\|variable-c4dce1b5-a468-7632-c297-81bf238629e5\>);
}

.sf-form_input-select-2.sf-required {
  border-color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_input-select-2.sf-required::placeholder {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-form_class-directory-form-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sf-form_class-directory-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: none;
}

.sf-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.sf-form_component-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.sf-form_component-2.is-100svh {
  min-height: 100svh;
}

.sf-form_component-2.is-4vw-padding {
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: visible;
}

.sf-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.sf-text-style-link-2 {
  color: var(--studioform-library--sf-color--blue\<deleted\|variable-c2521ed5-d507-0cc6-a4a7-a911b03f60d2\>);
  text-decoration: underline;
}

.sf-text-code-coloured-red-2 {
  color: var(--studioform-library--sf-color--red\<deleted\|variable-51e7fafd-d28f-5aa9-476f-dee215d8cd3d\>);
}

.sf-text-code-coloured-green-2 {
  color: var(--studioform-library--sf-color--green\<deleted\|variable-c1605583-d3ef-2123-e58c-f481f6bad768\>);
}

.sf-text-code-2 {
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  color: var(--studioform-library--sf-color--subtle-white\<deleted\|variable-cdb7cbb0-6be6-8c2a-4db3-1e1cb64a7adb\>);
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
}

.sf-form_instructions-wrapper-2 {
  width: 100%;
  max-width: 54rem;
}

.sf-form_instructions-delete-this-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  border-radius: var(--studioform-library--sf-corner--medium);
  background-color: var(--studioform-library--sf-color--grey\<deleted\|variable-bbf7ebc6-0730-9630-1bc6-9c648dba5a0b\>);
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 2rem 5rem;
  padding: 1.5rem;
  display: flex;
}

.sf-section_sf-form-2 {
  color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.sf-form_progress-bar-active {
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-11\<deleted\|variable-5282cf15-8454-dd02-77af-5593b8d2f44e\>);
  width: 20%;
  height: 100%;
}

.sf-form_progress-bar-track {
  border-radius: var(--studioform-library--sf-corner--large);
  background-color: var(--studioform-library--sf-color--subtle-black-10\<deleted\|variable-e656bc64-c501-7774-cc9b-17687ebde6c6\>);
  width: 100%;
  height: .3125rem;
  display: flex;
}

.sf-form_progress-bar-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.sf-form_component-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sf-form_component-main-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
  overflow: auto;
}

.image-13, .image-14 {
  width: 100%;
}

.code-embed-4, .tests {
  display: block;
}

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

.form-wrapper {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.forgot-password-link {
  float: none;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  display: flex;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0 auto 10px -7px;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tour-step {
  display: none;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  inset: 0% 0% 0% auto;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: #002aff1a;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.relative {
  position: relative;
}

.slide-1, .slide-3, .slide-4, .slide-5, .slide-6 {
  margin-top: 0;
}

.code-embed-5 {
  order: 0;
}

.code-embed-6 {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 300%;
  min-height: 300%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section._60-vh.redirect {
    background-color: var(--colour-one);
  }

  .section.lineofphotos {
    padding-bottom: 10vh;
  }

  .container {
    height: 100%;
  }

  .container.long {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .container.quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.price {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .navlink.text-light.not-there {
    border: 1px #000;
    border-radius: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .no-margin.paragraph-smaller {
    font-weight: 200;
  }

  .text-accent-one.hero-m03-text {
    font-size: 24px;
  }

  .image-vertical {
    padding-bottom: 140%;
  }

  .title-wrapper.packages {
    margin-top: 5vw;
  }

  .intro-c01-content-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .intro-c01-content-wrapper.rightside {
    padding-left: 5vw;
  }

  .intro-c01-content-wrapper.leftside {
    padding-right: 5vw;
  }

  .showcase-l03-grid {
    margin-top: 100px;
  }

  .image-slide.images {
    height: 65vh;
  }

  .intro-m01-about-preview._01 {
    height: 120%;
  }

  .intro-m01-about-text {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    bottom: -76px;
  }

  .main-portal {
    padding-left: 0;
  }

  .mid-card.green {
    background-position: 0 0, 50%;
  }

  .montserrat-1-4-rem.date {
    letter-spacing: 1px;
  }

  .ms-form-heading-3 {
    display: block;
  }

  .form-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-block-8 {
    flex: 0 auto;
    align-self: center;
  }

  .workflow-wrapper {
    align-items: center;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-title-wrapper-desktop {
    display: block;
  }

  .workflow-video {
    min-height: 320px;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .heading-25 {
    font-size: 5vw;
  }

  .middle {
    margin-top: 100px;
  }

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

  .comparing-table-plan {
    align-self: stretch;
    margin-right: 0;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .comparing-table-content-item {
    padding-top: 11.7px;
    padding-bottom: 11.5px;
  }

  .comparing-table-plan-title {
    background-color: var(--colour-four);
  }

  .section-subtitle, .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .pricing {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .pricing.event-information {
    width: 100%;
  }

  .seperated-pricing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-10 {
    border: 1px none var(--white);
    border-radius: 60px;
  }

  .hello-there {
    font-size: 5vw;
  }

  .background-video-3 {
    border-radius: 30px;
  }

  .image-12 {
    width: 100%;
    padding-top: 0;
  }

  .slide-1, .slide-3, .slide-4, .slide-5, .slide-6 {
    margin-top: -150px;
  }
}

@media screen and (min-width: 1440px) {
  .container.quote {
    padding-top: 0;
    padding-bottom: 0;
  }

  .no-margin.text-light {
    padding-right: 0;
  }

  .text-accent-one.hero-m03-text {
    font-size: 24px;
  }

  .image-vertical.rear-screen {
    width: 70%;
  }

  .title-wrapper.packages {
    margin-top: 5vw;
  }

  .showcase-l03-grid {
    align-self: auto;
    margin-top: 100px;
  }

  .intro-m01-about-preview._01 {
    height: 120%;
  }

  .intro-m01-about-text {
    width: 35%;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .letttering {
    font-weight: 500;
  }

  .button.white.portal {
    background-color: #f5f5f5;
    padding-left: 20px;
  }

  .button.white.portal.booked-not {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .button.white.portal.booked {
    background-color: var(--colour-four);
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-2 {
    background-color: #000;
    border-radius: 100px;
  }

  .button-2:hover {
    background-color: #e9e9e9;
  }

  .main-portal {
    padding-left: 10vw;
  }

  .right-icon.transparent {
    min-width: 40px;
  }

  .right-labele_icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-card {
    margin-top: 40px;
  }

  .link-card.space.not-done {
    margin-left: 10px;
    margin-right: 20px;
  }

  .link-card.space.event {
    margin-left: 10px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .categories-cards_wrap {
    grid-row-gap: 25px;
    flex-direction: row;
    grid-template: "." minmax(auto, 1fr)
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: end stretch;
    display: grid;
  }

  .mid-card {
    background-color: #fff;
    min-width: auto;
  }

  .mid-card.green {
    background-color: #e9e9e9;
    background-image: linear-gradient(180deg, var(--colour-one), #fff0), url('../images/Everybooth_ICON-Rear-Screen-Branding_1.avif');
    color: #000;
    background-position: 0 0, 50% 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-top: 25px;
  }

  .mid-card.line {
    height: 300px;
  }

  .left {
    width: 63%;
    padding: 50px 100px 60px 0%;
  }

  .card-label {
    margin-top: 0;
  }

  .categories-card {
    justify-content: center;
    align-items: flex-start;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .montserrat-1-4-rem {
    font-size: 3rem;
  }

  .montserrat-1-4-rem.date {
    letter-spacing: 1px;
  }

  .right {
    width: 50%;
    padding-left: 60px;
    padding-right: 10vw;
  }

  .photos {
    width: 100%;
    overflow: hidden;
  }

  .the-text-field {
    color: #777;
    padding-left: 12px;
  }

  .the-text-field.field-fix {
    color: #777;
    padding-left: 8px;
  }

  .text-block-2 {
    font-family: Montserrat, sans-serif;
  }

  .workflow-video {
    min-height: 320px;
  }

  .workflow-video.home-page {
    min-height: 400px;
  }

  .workflow-video-wrapper {
    width: 75%;
  }

  .comparing-table-content-item {
    padding-top: 11.5px;
  }

  .comparing-table-content-wrapper {
    margin-top: 0;
  }

  .pricing {
    width: 100%;
  }

  .hello-there {
    font-size: 4vw;
  }

  .paragraph-9, .paragraph-10 {
    font-size: 1rem;
  }

  .paragraph-16.rear-screen {
    font-size: 2rem;
  }

  .slider {
    bottom: 10px;
  }

  .image-12 {
    width: 100%;
  }

  .option.number {
    justify-content: center;
    align-items: center;
    width: 75px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slide-4 {
    margin-top: -235px;
  }

  .slide-5 {
    margin-top: -295px;
  }
}

@media screen and (min-width: 1920px) {
  .container, .container.video {
    width: 100%;
  }

  .button-basic-one.wide, .button-basic-one.wide.top-margin-10px, .button-basic-one.white-button, .button-basic-two {
    height: 80px;
    font-size: 1.2rem;
  }

  .button-basic-two.top-margin-40px {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 1.5rem;
  }

  .no-margin.text-light {
    padding-right: 140px;
    font-size: 3rem;
  }

  .no-margin.text-light.text-caps.right-margin.small {
    font-size: .8rem;
  }

  .no-margin.paragraph-small.paragraph-light.text-light.small {
    font-size: 1rem;
  }

  .no-margin.paragraph-smaller {
    font-size: 1.2rem;
    font-weight: 200;
  }

  .no-margin.solo, .no-margin.solo.quote-form {
    font-size: 5rem;
  }

  .copyright-wrapper {
    border: 1px #0000;
  }

  .footer-links-wrapper {
    font-size: 16rem;
  }

  .text-caps {
    font-size: 1rem;
  }

  .text-light.hi-im-kianna {
    font-size: 3rem;
  }

  .text-light.space-10px {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .link-light-reversed.link-caps.top-margin-10px {
    font-size: 1rem;
  }

  .text-accent-one.hero-m03-text {
    font-size: 2.3rem;
  }

  .text-accent-one.second-menu {
    font-size: 2rem;
    font-weight: 400;
  }

  .image-vertical.rear-screen {
    width: 70%;
  }

  .caps-accent, .top-margin {
    font-size: 1.5rem;
  }

  .field-light {
    border-radius: 50px;
    height: 80px;
    font-size: 1.2rem;
  }

  .text-block.top-margin-20px, .top-margin-40px, .top-margin-40px.add-bottom {
    font-size: 1.5rem;
  }

  .title-wrapper.packages {
    margin-top: 5vw;
  }

  .wrapper.white {
    width: 100%;
  }

  .showcase-l03-grid {
    grid-template-columns: 60% 1fr;
    margin-top: 100px;
  }

  .showcase-l03-grid.top-pricing {
    grid-template-columns: 40% 1fr;
    justify-content: stretch;
    align-self: auto;
  }

  .button-basic-one-outlined {
    font-size: 1.2rem;
  }

  .button-basic-one-outlined.white-button-outline.pricing-button {
    height: 80px;
  }

  .container-footer.colour-four {
    border-top: 1px #0000;
    border-bottom: 1px #000;
  }

  .caps-small {
    font-size: 1.5rem;
  }

  .image-slide {
    height: 40vw;
  }

  .intro-m01-about-preview._01 {
    height: 120%;
    padding-bottom: 0%;
    padding-left: 0%;
  }

  .intro-m01-about-text {
    width: 35%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tes-m02 {
    font-size: 2rem;
  }

  .paragraph-smallest.top-margin-20-px.paragraph-lighter {
    font-size: 1rem;
  }

  .no-margin-2, .no-margin-2.center {
    font-size: 1.5rem;
  }

  .show-01-line-02 {
    margin-top: 15vw;
  }

  .show-01.colour-three {
    padding-bottom: 220px;
  }

  .text-span-2.quotes {
    font-size: 1.5rem;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button.log-out, .button-2 {
    font-size: 1.2rem;
  }

  .cell {
    align-items: flex-start;
  }

  .main-portal {
    padding-left: 10vw;
    padding-right: 0;
  }

  .collection-list-wrapper {
    width: 90%;
  }

  .link-card.space {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mb-30 {
    font-size: 1.2rem;
  }

  .categories-cards_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: start stretch;
  }

  .mid-card {
    min-height: 200px;
  }

  .mid-card.green {
    background-image: linear-gradient(180deg, var(--colour-one), #fff0), url('../images/TIT05901_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .right-label_content.mb-30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left {
    margin-bottom: 0;
    padding-right: 100px;
  }

  .categories-card {
    background-color: var(--colour-one-transparent);
    justify-content: center;
    align-items: flex-start;
  }

  .montserrat-1-4-rem.date {
    letter-spacing: 1px;
  }

  .right {
    width: 50%;
    padding-right: 10vw;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .ms-input-label-3 {
    font-size: 1.2rem;
  }

  .ms-input-label-3.bold {
    font-size: 1.5rem;
  }

  .ms-input-label-2 {
    font-size: 1.2rem;
  }

  .select {
    border-radius: 0;
  }

  .ms-embed {
    display: none;
  }

  .ms-help-text.less-margin {
    font-size: 1.2rem;
  }

  .ms-radio-card {
    font-size: 1.5rem;
  }

  .ms-embed-3 {
    display: none;
  }

  .ms-input-label-7.ms-less-margin {
    text-align: left;
    font-size: 1.5rem;
  }

  .ms-toggle-label-2 {
    padding-right: 0;
  }

  .workflow-wrapper {
    width: 100%;
    height: auto;
  }

  .workflow-video {
    min-height: 320px;
  }

  .workflow-video.home-page {
    background-image: url('../images/maxresdefault.webp');
    min-height: 540px;
  }

  ._1-2-3, .heading-28, .heading-29 {
    font-size: 6rem;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .comparing-table-content-item {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }

  .comparing-table-plan-title {
    padding-top: 40px;
  }

  .text-white.top-title {
    font-size: 1rem;
  }

  .text-white.package-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 4rem;
  }

  .text-white.bottom-price {
    font-size: 1.5rem;
  }

  .comparing-table-content-wrapper {
    padding-top: 40px;
  }

  .white {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .white.no-spacer {
    font-size: 1.5rem;
  }

  .pricing {
    width: 100%;
  }

  .heading-32 {
    font-size: 3rem;
  }

  .heading-3-rem {
    font-size: 6rem;
  }

  .heading-5-rem.main {
    font-size: 5rem;
  }

  .heading-37 {
    font-size: 4rem;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
  }

  .hello-there {
    font-size: 5rem;
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 1.5rem;
  }

  .bold-text {
    font-size: 1.2rem;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 1.5rem;
  }

  .heading-38 {
    font-size: 4rem;
  }

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

  .paragraph-16 {
    font-size: 1.5rem;
  }

  .paragraph-16.rear-screen {
    font-size: 2.5rem;
  }

  .slider {
    bottom: 30px;
  }

  .image-12 {
    box-sizing: content-box;
    object-fit: fill;
    object-position: 50% 0%;
    width: 100%;
    margin-top: -150px;
    padding-top: 0;
    overflow: visible;
  }

  .image-14 {
    margin-top: -150px;
  }

  .slide-2 {
    width: auto;
    max-width: none;
    height: auto;
    overflow: visible;
  }

  .image-15, .image-16, .image-17 {
    margin-top: -150px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

  .section.colour-one._100-vh, .section.colour-one._100-vh.top-margin-mobile {
    height: auto;
  }

  .section.colour-one.top-margin-mobile {
    margin-top: 70px;
  }

  .section.top-margin-mobile {
    margin-top: 80px;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.long {
    padding-top: 25vw;
  }

  .container.quote {
    padding-bottom: 5vw;
  }

  .button-basic-two {
    text-align: center;
  }

  .animated-link-wrapper.no-margins {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .line-hover.invisible-mobile {
    display: none;
  }

  .nav-menu {
    background-color: var(--colour-two);
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    margin-top: 70px;
    padding-top: 20px;
    inset: 0% 0% auto;
    overflow: scroll;
  }

  .brand {
    width: 250px;
  }

  .brand.margin-right {
    margin-right: 0;
  }

  .nav-bar {
    background-color: var(--colour-one);
    height: 70px;
  }

  .navlink {
    color: var(--colour-four);
    font-size: 16px;
  }

  .navlink.invisible-mobile-tablet {
    display: none;
  }

  .navlink.text-light {
    order: 0;
    align-self: auto;
    width: 90%;
    padding-left: 60px;
    display: flex;
  }

  .navlink.text-light.not-there {
    display: none;
  }

  .menu-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
  }

  .line-horizontal._01 {
    height: 2px;
    position: relative;
    top: -5px;
  }

  .line-horizontal._01.dark {
    background-color: var(--colour-four);
  }

  .line-horizontal._02 {
    height: 2px;
    position: relative;
    top: 5px;
    left: 0%;
    right: 0%;
  }

  .line-horizontal._02.dark {
    background-color: var(--colour-four);
  }

  .search-wrapper.desktop {
    display: none;
  }

  .search-wrapper.mobile {
    width: 500px;
    margin-right: 0;
    display: flex;
  }

  .search {
    width: 100%;
  }

  .search-input {
    border-bottom-color: var(--colour-four);
    height: 60px;
    font-size: 19px;
  }

  .search-button {
    background-size: 24px;
    height: 60px;
  }

  .menu-button {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .no-margin.solo {
    margin-bottom: 20px;
  }

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

  .div-block {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.5fr;
  }

  .form {
    width: 100%;
  }

  .copyright-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .form-block-newsletter {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .text-light.hi-im-kianna {
    margin-top: 0;
    font-size: 40px;
  }

  .text-light.space-10px {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cart-quantity {
    background-color: var(--colour-four);
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .search-wrapper-mobile {
    justify-content: flex-start;
    width: 90%;
    height: 60px;
    margin: 40px auto 10px;
    padding-left: 20px;
    display: flex;
  }

  .checkout-wrapper {
    width: 100%;
  }

  .block-content-transparent {
    border: 1px #000;
  }

  .field-checkout {
    margin-bottom: 10px;
  }

  .text-accent-one.hero-m03-text {
    padding-left: 5vw;
  }

  .text-accent-one.second-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-vertical {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-grid {
    grid-column-gap: 40px;
  }

  .faq-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .product-details-wrapper {
    margin-right: 5vw;
    padding-right: 0%;
  }

  .tab {
    border-left: 2px none var(--colour-two);
    border-bottom-style: solid;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .preview-01-animated-link-wrapper {
    margin-bottom: 10px;
  }

  .contacts-grid {
    min-height: 40vh;
    margin-top: -70px;
    padding-top: 0;
  }

  .utility-page-wrap {
    height: auto;
  }

  .search-container {
    width: 90%;
  }

  .privacy-policy-terms-wrapper, .getting-started-section-wrapper {
    width: 100%;
  }

  .template-info-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contacts-grid-content {
    padding-top: 15vw;
  }

  .animated-link-wrapper-nav {
    height: 60px;
    margin-right: 20px;
  }

  .int-01-link {
    border-right: 1px solid var(--colour-four-transparent);
    border-top-style: none;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .three-columns.top-margin-150-px {
    margin-top: 10vw;
  }

  .int-l02-content-wrapper {
    padding-left: 15vw;
    padding-right: 10vw;
  }

  .int-l02-image-wrapper {
    width: 29vw;
    right: -5vw;
  }

  .container-paddings, .grid-content-wrapper.facts-01-layout {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.facts-01-layout.no-right-border {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .grid-content-wrapper.facts-01-layout.no-top-border.no-right-border {
    border-bottom-style: solid;
  }

  .grid-content-wrapper.vert-center {
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-layout, .grid-content-wrapper.show-01-layout.padding-left {
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    padding-right: 5vw;
  }

  .colour-four {
    background-color: var(--colour-four);
  }

  .opt-in-l02-form-wrapper, .accent-c06-image-wrapper {
    width: 100%;
  }

  .hero-60 {
    width: 90%;
  }

  .accent-l04-content-wrapper {
    padding-top: 15vw;
    padding-bottom: 15vw;
    padding-left: 10vw;
  }

  .accent-l04-image-wrapper-01 {
    width: 25vw;
  }

  .image-horizontal {
    border-radius: 20px;
  }

  .int-l05-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 0;
  }

  .int-l04-grid {
    grid-column-gap: 5vw;
    margin-top: 30vw;
  }

  .int-l04-image-wrapper {
    width: 100%;
    left: 0;
  }

  .int-l04-details-line {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .logotype-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-paddings-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .int-l06-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .int-l06-content-wrapper.colour-white {
    bottom: -25vw;
  }

  .info-c01-grid {
    grid-column-gap: 5vw;
    grid-template-columns: 35% 60fr;
  }

  .info-c01-content-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .info-c01-image-wrapper {
    justify-content: flex-start;
  }

  .info-c01-paragraph-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 5vw;
  }

  .info-c01 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-c01-content-wrapper {
    padding: 5vw;
  }

  .showcase-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .showcase-l03-image-wrapper {
    width: 100%;
  }

  .showcase-l05-container {
    width: 50%;
  }

  .preview-l02-image-wrapper {
    width: 100%;
  }

  .preview-l03-image-wrapper {
    min-height: 40vh;
  }

  .preview-l03-image-wrapper.preview-l03-image-01 {
    background-position: 50%;
  }

  .preview-l03-split-left {
    width: 100%;
  }

  .preview-l03-split-wrapper {
    flex-direction: column;
    overflow: hidden;
  }

  .preview-l03-split-wrapper._100-vh {
    height: auto;
  }

  .preview-l03-content-wrapper {
    justify-content: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .preview-l03-split-right {
    align-items: flex-start;
    width: 100%;
  }

  .preview-l03 {
    height: auto;
  }

  .shop-accent-c01-content-wrapper, .full-video-wrapper {
    width: 100%;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-left-menu-wrapper {
    padding-bottom: 10vw;
  }

  .product-overview-wrapper {
    justify-content: flex-start;
  }

  .number-bullet {
    width: 50px;
    height: 50px;
  }

  .user-manual-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 20%;
  }

  .blog-post-content-wrapper {
    width: 90%;
  }

  .tutorials-image-2 {
    width: 20vw;
  }

  .where-to-start-grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .where-to-start-grid-wrapper.right-border {
    padding: 11vw;
  }

  .where-to-start-grid-wrapper.right-border.invisible {
    border-right-style: none;
  }

  .support-image-2 {
    width: 20vw;
  }

  .preview-l04-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 5vw;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .preview-l06-columns {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .close-icon-wrapper {
    opacity: .4;
    flex: 0 auto;
  }

  .dropdown {
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    display: flex;
  }

  .dropdown.top-margin-100px {
    margin-top: 100px;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-wrapper {
    flex-direction: column;
    height: 60px;
  }

  .dropdown-list {
    background-color: var(--colour-one);
    flex-wrap: wrap;
    position: relative;
  }

  .dropdown-list.w--open {
    background-color: var(--colour-four);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .dropdown-link {
    width: auto;
    margin-right: 30px;
    font-weight: 400;
  }

  .icon.light {
    color: var(--colour-four);
  }

  .product-wrapper-grid {
    grid-column-gap: 5vw;
    grid-template-columns: 30vw 1fr;
    width: 100%;
  }

  .product-name-wrapper {
    inset: auto auto -10%;
  }

  .showcase-l07-content-wrapper {
    width: 80vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 10vw;
  }

  .showcase-l07-content-wrapper.blog {
    flex-flow: column;
    align-items: center;
    height: 80%;
    margin-top: 0;
    padding-right: 10vw;
    display: flex;
  }

  .container-footer, .container-nav {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .m01-heading-wrapper {
    width: 80%;
    margin-top: 60px;
  }

  .intro-m01-about-text {
    width: 70%;
    padding-top: 50px;
    bottom: -40px;
    left: -30px;
  }

  .intro-m01-about-small-preview {
    right: -30px;
  }

  .image-full {
    border-radius: 20px;
  }

  .accent-m01-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-grid-02 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tes-c05-tes-wrapper {
    padding: 20px;
  }

  .tes-c05 {
    padding: 40px;
  }

  .tes-c05-grid {
    grid-column-gap: 3vw;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .tes-c05-image-wrapper {
    width: 30%;
  }

  .hero-m02-title-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .intro-m02-menu {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .intro-m02-about {
    margin-bottom: 100px;
  }

  .tes-m02-image-wrapper {
    width: 30%;
  }

  .tes-m02-tes-wrapper {
    padding: 20px;
  }

  .m02-heading-wrapper {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .search-button-light {
    background-size: 24px;
    height: 60px;
  }

  .hero-m03-preview-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .intro-m03-wrapper {
    width: 100%;
  }

  .accent-m03-content-wrapper {
    width: 80%;
  }

  .intro-01-line-02-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .accent-c02-grid.bg-main {
    grid-template-columns: 1fr;
  }

  .accent-c02-content-wrapper {
    border-bottom-style: solid;
    border-bottom-color: var(--colour-four);
  }

  .accent-c02-content-wrapper.no-bottom-border-mobile {
    border-bottom-style: none;
  }

  .accent-c02-line-wrapper.invisible-mobile {
    display: none;
  }

  .opt-in-03-grid {
    grid-template-columns: 40% 1fr;
  }

  .opt-in-03-image-02-wrapper {
    top: 0;
  }

  .opt-in-03-image-01-wrapper {
    left: 0;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 5vw 1fr 2fr 5vw;
  }

  .preview-m01 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-under-wrapper {
    height: auto;
    margin-top: 0;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-under {
    height: auto;
  }

  .resources-n01-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content {
    flex-direction: column;
  }

  .button.completed.balance-button {
    justify-content: center;
    align-items: flex-end;
  }

  .cell {
    align-items: stretch;
  }

  .categories-cards_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .mid-card {
    min-width: auto;
  }

  .mid-card.green {
    background-position: 50% 0;
    align-items: stretch;
    width: 100%;
  }

  .mid-card.line {
    height: 300px;
  }

  .left {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-right: 5%;
  }

  .card-label {
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: space-between;
    display: flex;
  }

  .card-label.right-card {
    flex-flow: column;
    place-content: space-around space-between;
    align-items: flex-start;
  }

  .categories-card {
    max-width: none;
  }

  .right {
    width: 100%;
  }

  .link-block-6 {
    display: block;
  }

  .link-block-6.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .link-block-7, .link-block-8, .link-block-9 {
    width: 90%;
    display: block;
  }

  .ms-form-block-2 {
    width: 90%;
  }

  .ms-form-block {
    width: 100%;
  }

  .select-wrap {
    align-self: center;
  }

  .workflow-wrapper {
    flex-flow: wrap;
    order: -1;
  }

  .workflow-video {
    min-height: 220px;
  }

  .heading-26 {
    font-size: 60px;
  }

  .efi-pr-05-pricing-grid {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .section-2 {
    display: block;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .seperated-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .background-video-3 {
    width: 100%;
  }

  .slider {
    border-radius: 30px;
    height: auto;
  }

  .sf-form_divider {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-heading-style-h4 {
    font-size: 1.75rem;
  }

  .sf-form_step {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-form_component-image-wrapper {
    display: none;
  }

  .sf-form_component-main-wrapper {
    grid-template-columns: 1fr;
  }

  .sf-form_instructions-delete-this {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sf-form_divider-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sf-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .sf-form_step-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sf-form_instructions-delete-this-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sf-form_component-image-wrapper-2 {
    display: none;
  }

  .sf-form_component-main-wrapper-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 22px;
  }

  .section {
    min-height: 400px;
  }

  .section.colour-one.top-margin-mobile.quote {
    background-color: var(--colour-three);
    padding-bottom: 0;
  }

  .section._60-vh._5vw {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container.video {
    padding-top: 25vw;
    padding-bottom: 25vw;
  }

  .container.long {
    padding-top: 25vw;
  }

  .container.quote {
    padding-left: 0;
    padding-right: 0;
  }

  .container.create-account {
    padding-top: 15vw;
  }

  .styleguide-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .styleguide-left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .styleguide-right-column {
    width: 100%;
    padding-left: 0;
  }

  .styleguide-wrapper {
    flex-direction: column;
  }

  .styleguide-all-sections-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-basic-one {
    width: 100%;
  }

  .button-basic-one.top-margin-mobile-10px {
    margin-top: 10px;
  }

  .button-basic-one.white-button {
    width: 50vw;
    min-width: 50vw;
  }

  .navlink.text-light {
    padding-left: 50px;
  }

  .search-wrapper {
    width: 40vw;
  }

  .search-wrapper.mobile {
    height: auto;
  }

  .no-margin.text-light {
    font-size: 3rem;
  }

  .no-margin.text-light.text-caps.right-margin {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .no-margin.text-light.text-caps.right-margin.small {
    font-size: 1rem;
  }

  .no-margin.text-light.text-caps.purchase {
    margin-bottom: 60px;
  }

  .no-margin.text-light.text-caps.right-margin-60px {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .no-margin.paragraph-small.paragraph-light.text-light.small {
    text-align: center;
    padding-left: 10px;
    font-size: 1rem;
  }

  .no-margin.solo {
    margin-bottom: 20px;
  }

  .field {
    margin-right: 0;
  }

  .field.no-margin.field-light.top-margin-mobile-10px {
    margin-top: 10px;
  }

  .div-block {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .form {
    flex-direction: column;
  }

  .copyright-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .text-light.space-10px {
    margin-top: 10px;
  }

  .checkout-wrapper {
    flex-direction: column;
  }

  .checkout-form {
    background-color: #fff;
  }

  .bg-checkout.invisible-mobile {
    display: none;
  }

  .paypal-checkout-form {
    background-color: #fff;
  }

  .full-image.contacts-01-image-01 {
    background-position: 0 100%;
    background-size: cover;
  }

  .center._70 {
    width: 100%;
  }

  .text-accent-one.smaller {
    font-size: 8vw;
  }

  .text-accent-one.second-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .product-details-wrapper {
    margin: 5vw;
    padding-top: 40px;
  }

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

  .utility-page-wrap {
    position: relative;
  }

  .utility-page-content.justify {
    flex-direction: column;
    align-items: center;
  }

  .utility-page-form {
    width: 100%;
    margin-top: 40px;
  }

  .div-horizontal {
    flex-direction: column;
    width: 100%;
  }

  .full-image-coming-soon {
    inset: 0%;
  }

  .coming-soon-form, .search-container {
    flex-direction: column;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .getting-started-section-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .contacts-grid-content {
    display: none;
  }

  .contacts-grid-preview {
    min-height: 350px;
  }

  .int-01-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .three-columns, .three-columns.top-margin-150-px {
    column-count: 2;
  }

  .instagram-content {
    margin-bottom: 0;
    margin-right: 0;
  }

  .instagram-content._05, .instagram-content._06 {
    display: none;
  }

  .instagram-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content-wrapper.vert-center {
    padding-bottom: 5vw;
  }

  .instagram-text {
    justify-content: center;
    inset: 0%;
  }

  .opt-in-l02-content {
    width: 100%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .info-c03-grid {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrapper {
    width: 90%;
  }

  .two-columns {
    column-count: 1;
  }

  .showcase-l01-line-01 {
    grid-column-gap: 3vw;
  }

  .showcase-l01-content-wrapper {
    padding-bottom: 5vw;
  }

  .showcase-l01-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .showcase-l01-content-container {
    padding-bottom: 5vw;
  }

  .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .container-max.justify-right.container-top-padding {
    align-items: center;
  }

  .int-l05-content-wrapper {
    width: 90vw;
  }

  .int-l04-grid {
    grid-template-columns: 1fr;
  }

  .int-l04-text {
    margin-bottom: 40px;
    left: 0;
  }

  .int-l06-content-wrapper {
    width: 95vw;
    padding-right: 10vw;
  }

  .info-c01-grid {
    grid-template-columns: 60fr;
  }

  .info-c01-content-wrapper {
    margin-top: 5vw;
  }

  .info-c01-content-wrapper.invisible-mobile {
    display: none;
  }

  .info-c01 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .intro-c01 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .intro-c01-image-wrapper {
    height: 40vh;
    display: flex;
  }

  .intro-c01-content-wrapper.rightside {
    padding-left: 10vw;
  }

  .intro-c01-content-wrapper.leftside {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .intro-c01-line {
    grid-template-columns: 1fr;
  }

  .showcase-l04-content-wrapper {
    width: 90vw;
  }

  .showcase-l03-grid {
    grid-template-columns: 40% 1fr;
  }

  .showcase-l03-grid.top-pricing {
    grid-auto-flow: row;
  }

  .showcase-l03-grid.middle {
    grid-template-columns: 40% 1fr;
  }

  .showcase-l03-image-container, .showcase-l03-contane-wrapper {
    border: 1px #000;
  }

  .showcase-l03-contane-wrapper.relative-left.ontheright {
    margin-left: -50px;
    margin-right: 0;
  }

  .preview-l02-grid {
    grid-template-columns: 1fr;
  }

  .preview-l02-image-container, .preview-l02-content-wrapper {
    border: 1px #000;
  }

  .preview-l03-split-wrapper {
    height: 120vh;
  }

  .preview-l03-content-wrapper {
    width: 100%;
  }

  .preview-l03-split-right {
    flex-direction: column;
  }

  .shop-accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .categories-sticky-wrapper {
    position: static;
  }

  .collection-page-item {
    padding-left: 0;
    padding-right: 0;
  }

  .product-overview-grid, .product-details-grid {
    grid-template-columns: 1fr;
  }

  .product-description-preview-wrapper {
    padding-right: 0;
  }

  .user-manual-wrapper {
    margin-top: 0;
  }

  .product-preview-inside {
    height: 40vh;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .tutorials-image-2 {
    width: 30vw;
  }

  .where-to-start-grid-wrapper {
    min-height: 330px;
    padding: 40px;
  }

  .where-to-start-grid-wrapper.right-border {
    border-right-style: none;
  }

  .preview-l04-content-wrapper {
    width: 90vw;
  }

  .close-icon-wrapper {
    z-index: 2;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 10px;
    font-size: 30px;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .text-info-line {
    flex-wrap: wrap;
  }

  .line-horizontal-reversed.line-absolut {
    background-color: var(--colour-one);
  }

  .announcement {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 60px;
    min-height: auto;
    padding: 30px 40px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .product-wrapper-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-content {
    padding: 5vw;
  }

  .product-name-wrapper {
    inset: 10% auto auto 10%;
  }

  .showcase-l07-content-wrapper {
    width: 90vw;
  }

  .showcase-l07-content-wrapper.blog {
    height: 70%;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .button-basic-one-outlined.white-button-outline.pricing-button {
    width: 50vw;
    min-width: 50vw;
  }

  .container-footer {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-m01-menu {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .m01-heading-wrapper.home {
    margin-top: 0;
  }

  .image-slide {
    height: 70vw;
  }

  .intro-m01-about-text {
    width: 80%;
    padding-top: 50px;
    bottom: 151px;
    left: -20px;
  }

  .intro-m01-about-small-preview {
    right: -20px;
  }

  .accent-m01-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .tes-c05-grid {
    grid-template-columns: 1fr;
  }

  .hero-m02-title-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-m02-menu {
    margin-top: 0;
  }

  .intro-m02-about {
    width: 90%;
    height: 500px;
    margin-bottom: 0;
  }

  .intro-m02-about-small-preview.invisible-mobile {
    display: none;
  }

  .intro-m02-text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    top: 40px;
  }

  .intro-m03-about {
    grid-template-rows: auto auto auto;
  }

  .intro-m03-wrapper {
    padding-bottom: 40px;
  }

  .intro-m03-about-text {
    left: 0;
  }

  .intro-m03-menu.embossed {
    flex-direction: column;
  }

  .accent-m03-content-wrapper {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
  }

  .accent-m03 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .accent-m01-rotation-wrapper {
    height: auto;
    margin-bottom: 40px;
    position: static;
  }

  .accent-m04-preview-wrapper {
    height: auto;
  }

  .accent-m04-preview-wrapper.accent-m04-sticky {
    height: auto;
    position: relative;
  }

  .intro-01-line-01-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .line-01-image-01-wrapper {
    left: 0;
  }

  .intro-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .intro-01-line-02-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .accent-c01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accent-c02-grid {
    grid-template-columns: 1fr;
  }

  .accent-c02-content-wrapper, .accent-c02-line-wrapper {
    border-bottom-style: solid;
    border-bottom-color: #000;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .opt-in-03-image-01-wrapper {
    width: 40%;
  }

  .show-01-line-01 {
    grid-template-columns: 20vw 10vw 1fr 2fr 5vw;
  }

  .show-01-line-03 {
    grid-template-columns: 15vw 10vw 18vw 2fr 10vw;
  }

  .show-01-line-02 {
    grid-template-columns: 5vw 1fr 1fr 10vw 10vw;
  }

  .show-01-line-04 {
    grid-template-columns: 1fr 10vw 5vw 5vw;
  }

  .preview-m01-image-wrapper {
    margin-bottom: 40px;
    bottom: 0;
  }

  .preview-m01-title-wrapper {
    width: 90vw;
  }

  .preview-m01 {
    flex-direction: column;
  }

  .preview-m01-left {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .preview-m01-sticky {
    margin-bottom: 0;
  }

  .preview-m01-right {
    width: 100%;
    padding-left: 0;
  }

  .preview-m01-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .preview-m01-wrapper.sticky {
    position: relative;
  }

  .section-under-content-wrapper {
    padding-top: 5vw;
  }

  .section-under-wrapper {
    height: auto;
    margin-top: 0;
    padding-bottom: 5vw;
  }

  .section-under {
    height: auto;
  }

  .blog-n01-layout {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .resources-n01-image-wrapper {
    height: 270px;
    overflow: hidden;
  }

  .resources-n01-content-wrapper.right-border {
    border-right-style: none;
  }

  .resources-n01 {
    margin-bottom: 40px;
  }

  .button {
    text-align: center;
  }

  .categories-cards_wrap {
    grid-template-columns: 1fr 1fr;
  }

  .mid-card {
    max-width: none;
  }

  .mid-card.green {
    align-items: flex-start;
    max-width: none;
  }

  .left {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-label {
    flex: none;
  }

  .right {
    padding: 40px 20px;
  }

  .mid-text_wrap {
    margin-bottom: 60px;
  }

  .ms-form-block-2 {
    width: 90%;
  }

  .ms-form-heading-3, .ms-form-heading-2 {
    font-size: 3rem;
  }

  .select-wrap {
    align-self: center;
  }

  .workflow-wrapper {
    flex-wrap: wrap;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .section-title {
    font-size: 34px;
  }

  .workflow-video {
    min-height: 280px;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .efi-pr-05-pricing-grid, .efi-pr-05-grid {
    grid-template-columns: 1fr;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .pricing {
    flex-flow: row;
  }

  .heading-3-rem.blog, ._3-rem {
    font-size: 3rem;
  }

  .heading-37 {
    font-size: 2rem;
  }

  .price-title {
    margin-top: 0;
  }

  .links.heading {
    font-size: 50px;
  }

  .links.container {
    margin-top: 100px;
  }

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

  .slider {
    border-radius: 30px;
  }

  .sf-spacer-medium {
    padding-top: 1.5rem;
  }

  .sf-spacer-small {
    padding-top: 1.25rem;
  }

  .sf-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-form_input-outer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sf-heading-style-h5 {
    font-size: 1.25rem;
  }

  .sf-spacer-medium-2 {
    padding-top: 1.5rem;
  }

  .sf-spacer-small-2 {
    padding-top: 1.25rem;
  }

  .sf-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .sf-form_input-outer-wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .sf-heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .code-embed-6 {
    height: 1000px;
    min-height: 1000px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
    font-size: 36px;
  }

  h2 {
    letter-spacing: 1px;
    font-size: 24px;
  }

  h3 {
    font-size: 2rem;
  }

  .section {
    background-color: #fff0;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    margin-bottom: 0;
    display: block;
  }

  .section.colour-one {
    min-height: 300px;
    margin-bottom: 0;
  }

  .section.colour-one.top-margin-mobile {
    margin-top: 0;
  }

  .section.colour-one.top-margin-mobile.quote {
    background-color: var(--colour-three);
  }

  .section.colour-four {
    margin-bottom: 0;
  }

  .section._60-vh {
    background-color: var(--white);
    height: 30vh;
    min-height: 200px;
    margin-bottom: 0;
    display: flex;
  }

  .section._60-vh._5vw {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section.colour-three {
    margin-bottom: 0;
  }

  .section.title-for-pricing {
    min-height: 100px;
    padding-top: 60px;
    display: flex;
  }

  .section.lineofphotos {
    display: none;
  }

  .container {
    background-color: var(--colour-three);
    align-self: auto;
    padding-top: 10vw;
    padding-bottom: 45vw;
    padding-left: 5vw;
    display: flex;
  }

  .container.video {
    border-radius: 20px;
    flex-flow: column;
    margin-top: 0;
    padding: 30vw 20px;
  }

  .container.long {
    padding-top: 35vw;
  }

  .container.clients {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.quote {
    padding-bottom: 10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .container.steps {
    padding-bottom: 0;
  }

  .container.blog {
    background-color: #fff;
    margin-top: 0;
  }

  .container._5vw {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }

  .container.price {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .container.pricing-details {
    padding-top: 15vw;
  }

  .container.no-space-quote {
    padding-bottom: 10vw;
  }

  .container.create-account {
    padding-top: 25vw;
    padding-bottom: 15vw;
  }

  .styleguide-colour {
    width: 100%;
  }

  .styleguide-colours, .styleguide-two-column-grid {
    grid-template-columns: 1fr;
  }

  .button-wrapper, .button-basic-one {
    width: 100%;
  }

  .button-basic-one.white-button {
    width: 100%;
    min-width: 100%;
  }

  .button-basic-one.links:hover {
    opacity: .7;
  }

  .button-basic-two {
    width: 100%;
  }

  .button-basic-two.top-margin-mobile-portrait-10px {
    margin-top: 10px;
  }

  .animated-link-wrapper {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .navlink.text-light {
    width: auto;
    padding-left: 20px;
    font-size: 1rem;
  }

  .navlink.text-light.not-there {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .menu-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .line-horizontal.short {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line-horizontal.short.no-line {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .no-margin.text-light {
    font-size: 3rem;
  }

  .no-margin.text-light.text-caps.right-margin, .no-margin.text-light.text-caps.right-margin-60px {
    font-size: .8rem;
  }

  .no-margin.paragraph-small.paragraph-light.text-light.top-margin-20px {
    padding-left: 20px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .no-margin.paragraph-small.paragraph-light.text-light.small {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .no-margin.paragraph-smaller {
    font-size: 1.1rem;
  }

  .no-margin.solo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .no-margin.solo.quote {
    margin-bottom: 0;
  }

  .field.no-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .div-block {
    background-color: var(--colour-four);
    flex-direction: column;
    align-items: center;
    font-size: .8rem;
    display: none;
  }

  .newsletter-wrapper {
    flex-direction: column;
  }

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

  .form {
    flex-direction: column;
  }

  .copyright-wrapper {
    display: none;
  }

  .footer-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    display: flex;
  }

  .footer-wrapper.right.top-margin-mobile-portrait {
    margin-top: 0;
  }

  .footer-wrapper.left-margin {
    margin-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .brand-footer {
    width: 80px;
  }

  .text-light.top-margin-20-px {
    margin-bottom: 20px;
  }

  .text-light.title {
    font-size: 3rem;
  }

  .text-light.hi-im-kianna {
    font-size: 2rem;
  }

  .text-light.space-10px {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .link-light-reversed {
    font-size: .8rem;
  }

  .search-cart-menu {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .search-wrapper-mobile {
    margin: 20px 20px 0;
    padding-left: 0;
    display: block;
  }

  .invisible-mobile {
    display: none;
  }

  .full-image.contacts-01-image-01 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
  }

  .text-accent-one {
    font-size: 3rem;
  }

  .text-accent-one.biggest.text-light {
    font-size: 20vw;
  }

  .text-accent-one.biggest.text-light.no-wrap {
    white-space: normal;
  }

  .text-accent-one.text-light.center {
    text-align: left;
    font-size: 12vw;
  }

  .text-accent-one.hero-m03-text {
    padding-right: 30px;
  }

  .text-accent-one.clients {
    font-size: 2rem;
  }

  .image-vertical {
    border-radius: 10px;
    padding-bottom: 140%;
  }

  .image-vertical.blog {
    padding-bottom: 75%;
  }

  .image-vertical.rear-screen, .image-vertical.clients {
    border-radius: 30px;
  }

  .faq-expanded._01 {
    padding-right: 0;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

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

  .preview-01-animated-link-wrapper {
    margin-bottom: 0;
  }

  .contacts-grid {
    flex: 1;
    order: 0;
    display: block;
  }

  .coming-soon-social-links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .search-result-list {
    grid-template-columns: 1fr;
    place-content: stretch;
  }

  .grid-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .body, .body.not-white {
    background-color: var(--colour-four);
  }

  .page-change-l01-brand {
    width: 240px;
  }

  .card-logotypes-wrapper {
    margin-left: 0;
  }

  .contacts-grid-content {
    display: none;
  }

  .contacts-grid-preview {
    display: block;
  }

  .animated-link-wrapper-nav {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .animated-link-wrapper-nav.no-right-margin {
    margin-left: 0;
  }

  .int-01-link {
    border-bottom: 1px solid var(--colour-four-transparent);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .three-columns, .three-columns.top-margin-150-px {
    column-count: 1;
  }

  .int-l02-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .int-l02-image-wrapper {
    width: 100%;
    right: 0;
  }

  .field-light {
    min-width: auto;
  }

  .field-light.space {
    font-weight: 400;
  }

  .instagram-content {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .instagram-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.vert-bottom.show-01-layout.mobile-layout {
    display: none;
  }

  .grid-content-wrapper.opt-in-03-layout.text-white {
    text-align: left;
    order: 1;
  }

  .grid-content-wrapper.show-01-layout {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .grid-content-wrapper.show-01-layout.mobile-layout {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .grid-content-wrapper.show-01-line-04-layout {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-content-wrapper.show-01-line-04-layout.mobile-layout {
    text-align: left;
  }

  .grid-content-wrapper.show-01-line-02-layout {
    text-align: left;
    padding-left: 5vw;
  }

  .grid-content-wrapper.show-01-line-02-layout.rear-screen {
    padding-top: 20px;
  }

  .instagram-text {
    justify-content: center;
    align-items: flex-start;
    inset: -10% 0% 0%;
  }

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

  .opt-in-l02-form-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .opt-in-l02-form-wrapper.embossed {
    flex: 1;
    height: 200%;
  }

  .opt-in-l02-content {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .info-c03-grid {
    grid-template-columns: 1fr;
  }

  .info-c03-content-wrapper {
    padding-right: 0;
  }

  .accent-l04-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .accent-l04-image-wrapper-01 {
    width: 100%;
    position: static;
  }

  .accent-l04-image-wrapper-02 {
    width: 20vw;
  }

  .showcase-l01-line-01 {
    grid-template-columns: 1fr;
  }

  .image-horizontal {
    border-radius: 10px;
  }

  .showcase-l01-grid, .intro-c03-two-column-grid {
    grid-template-columns: 1fr;
  }

  .top-margin-20-px.blog {
    width: 100%;
  }

  .full-image-video-wrapper-parallax {
    height: 75%;
  }

  .full-image-video-wrapper-parallax.blog {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .int-l04-details-line {
    text-align: left;
  }

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

  .container-paddings-2.home {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .int-l06-content-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .info-c01-content-wrapper {
    flex-direction: column;
  }

  .info-c01-paragraph-wrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-bigger {
    font-size: 20px;
    line-height: 24px;
  }

  .intro-c01 {
    background-color: var(--colour-three);
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .intro-c01-content-wrapper.rightside {
    padding-left: 10vw;
  }

  .showcase-l03-grid, .showcase-l03-grid.top-pricing, .showcase-l03-grid.middle {
    grid-template-columns: 1fr;
  }

  .showcase-l03-contane-wrapper.relative-left {
    margin-left: 0;
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .showcase-l03-contane-wrapper.relative-left.ontheright {
    margin-left: 0;
  }

  .showcase-l05-container {
    width: 100%;
  }

  .preview-l03-content-wrapper {
    background-color: var(--colour-one);
    padding-bottom: 15vw;
  }

  .shop-accent-c01 {
    height: auto;
    min-height: 100vh;
  }

  .shop-accent-c01-image-wrapper {
    width: 100%;
  }

  .product-details-grid, .user-manual-grid {
    grid-template-columns: 1fr;
  }

  .user-manual-number-wrapper.right {
    justify-content: flex-start;
    padding-left: 0;
  }

  .blog-post-content-wrapper {
    width: 100%;
  }

  .learn-more-wrapper.vertical {
    overflow: hidden;
  }

  .tutorials-image-2 {
    width: 40vw;
  }

  .where-to-start-grid-wrapper {
    padding: 20px;
  }

  .support-image-2 {
    width: 40vw;
  }

  .preview-l04-content-wrapper {
    align-items: flex-start;
  }

  .facts-01-grid {
    grid-template-columns: 1fr;
  }

  .text-info-line {
    text-align: left;
    font-size: 1rem;
  }

  .announcement-link-wrapper {
    text-align: center;
  }

  .announcement {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 60px;
  }

  .dropdown {
    align-self: flex-start;
    width: auto;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-wrapper {
    margin-bottom: 0;
  }

  .product-wrapper-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .caps-small-accent {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .product-content {
    padding-top: 10vw;
  }

  .showcase-l07 {
    justify-content: center;
    align-items: flex-end;
    height: 60vh;
    padding-top: 15vw;
  }

  .showcase-l07-content-wrapper {
    align-items: flex-start;
  }

  .showcase-l07-content-wrapper.blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding: 10vw 10vw 5vw;
    display: flex;
  }

  .styleguide-license-grid {
    grid-template-columns: 1fr;
  }

  .button-basic-one-outlined {
    width: 100%;
  }

  .button-basic-one-outlined.white-button-outline.pricing-button {
    width: 100%;
    min-width: 100%;
  }

  .container-footer.colour-four {
    display: block;
  }

  .container-footer.follow-us {
    margin-bottom: 40px;
  }

  .container-nav.colour-four {
    padding-left: 0;
  }

  .m01-heading-wrapper.home {
    margin-bottom: 40px;
  }

  .image-slide {
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-slide.images {
    height: 65vh;
    display: block;
  }

  .intro-m01-about-preview._01 {
    flex: none;
    align-self: auto;
    height: 65%;
  }

  .intro-m01-about-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    bottom: -114px;
  }

  .intro-m01-about-small-preview {
    top: -20px;
  }

  .image-full {
    border-radius: 30px;
  }

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

  .tes-c05-tes-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tes-c05 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-m02-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-m02-about {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-m02-about-text, .intro-m02-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accent-m02, .accent-m02-viewport {
    height: auto;
  }

  .accent-m02-horizontal-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .accent-m02-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 5vw;
    padding-right: 0;
  }

  .m02-heading-wrapper {
    width: 100%;
  }

  .intro-m03-about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .intro-m03-about-preview._02 {
    height: 200px;
  }

  .intro-m03-about-preview._03, .intro-m03-about-preview._04 {
    display: none;
  }

  .m03-heading-wrapper {
    margin-bottom: 0;
  }

  .intro-m03-menu.embossed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accent-m03-content-wrapper {
    margin-bottom: 60px;
  }

  .accent-c01 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accent-c02-grid.bg-main.no-border {
    flex: 0 auto;
    grid-auto-flow: row;
    place-content: stretch center;
  }

  .paragraph-smallest.top-margin-20-px.paragraph-lighter {
    text-align: center;
  }

  .opt-in-03-grid {
    grid-template-columns: 1fr;
  }

  .opt-in-03-image-01-wrapper {
    width: 75%;
  }

  .no-margin-2.center.rear-screen {
    font-size: 1.5rem;
    display: none;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .show-01-line-01 {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .show-01-line-03 {
    grid-template-columns: 1fr;
  }

  .turn-container {
    bottom: 0;
    transform: none;
  }

  .show-01-line-02 {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .show-01.colour-three {
    padding-bottom: 0;
  }

  .show-01.colour-three._5vw {
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .show-01.colour-three.rear-screen {
    padding-bottom: 20px;
  }

  .show-01.colour-three.rear-screen.videos-bottoms {
    padding-bottom: 60px;
  }

  .show-01-line-04, .styleguide-images {
    grid-template-columns: 1fr;
  }

  .image {
    border-radius: 30px;
    height: 100%;
    padding-bottom: 0;
  }

  .image.clients {
    height: 120%;
  }

  .categories-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-5.portal {
    text-align: center;
  }

  .letttering {
    font-size: 1.2rem;
  }

  .letttering.portal-space {
    margin-bottom: 0;
  }

  .letttering.portal-space.last {
    margin-bottom: 40px;
  }

  .letttering.portal-space.first {
    margin-bottom: 5px;
  }

  .button.white.portal.booked-not {
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.white.portal.booked {
    padding-top: 12px;
  }

  .button.completed.balance-button {
    margin-top: 0%;
  }

  .button.log-out {
    letter-spacing: 1.5px;
    width: 100px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.form {
    text-align: center;
    align-items: center;
  }

  .button-2 {
    padding-top: 22px;
  }

  .cell {
    padding-right: 0;
    display: block;
  }

  .main-portal {
    background-color: var(--colour-three);
    margin-top: 0;
    margin-bottom: 0;
  }

  .right-icon.booked {
    margin-right: 20px;
  }

  .right-labele_icon {
    grid-column-gap: 5px;
    flex: 0 auto;
    max-width: none;
  }

  .mb-10 {
    width: 100%;
    font-size: 1.1rem;
  }

  .link-card.space {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-card.space.done {
    display: flex;
  }

  .link-card.space.event {
    flex: none;
    display: none;
  }

  .categories-cards_wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 40px;
    display: grid;
  }

  .mid-card {
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mid-card.green {
    color: #000;
    background-position: 0 0, 50%;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mid-card.line {
    flex-flow: column;
    width: 100%;
    height: 275px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-label_content.mb-30 {
    background-image: linear-gradient(to bottom, var(--colour-three), var(--colour-three));
    font-size: 1rem;
  }

  .right-label_content.mb-30.event-date {
    justify-content: flex-start;
    align-items: center;
  }

  .left {
    background-color: var(--colour-three);
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .card-label {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    align-self: flex-start;
    height: 100%;
    display: flex;
  }

  .card-label.right-card {
    height: 100%;
  }

  .cell-2 {
    padding-left: 0;
  }

  .categories-card {
    padding-left: 10px;
    padding-right: 0;
  }

  .montserrat-1-4-rem.date {
    font-size: 1.2rem;
  }

  .right {
    background-color: var(--white);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 20px;
  }

  .body-2 {
    background-color: var(--colour-four);
  }

  .name-log-out {
    line-height: 26px;
  }

  .photos {
    background-color: var(--colour-three);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-3 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .link-block-9, .form-4 {
    width: auto;
  }

  .ms-form-block-2 {
    flex: 0 auto;
    width: 100%;
  }

  .ms-form-2 {
    width: 100%;
    min-width: auto;
  }

  .ms-form-block {
    width: 100%;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .select {
    flex-flow: row;
    flex: 0 auto;
    place-content: center space-around;
    align-self: stretch;
    align-items: stretch;
    width: 40px;
    height: auto;
    padding-left: 30%;
    padding-right: 0%;
    display: flex;
  }

  .select-wrap {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .ms-radio-wrap-2 {
    align-items: flex-start;
    display: flex;
  }

  .workflow-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .workflow-content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .workflow-profile-wrapper.lower {
    margin-top: 40px;
  }

  .section-title {
    width: 320px;
  }

  .workflow-video {
    min-height: 220px;
  }

  .workflow-quote {
    width: 350px;
  }

  .heading-25 {
    font-size: 3rem;
  }

  .heading-26 {
    font-size: 40px;
  }

  ._1-2-3, .heading-28, .heading-29 {
    font-size: 3rem;
  }

  .links-and-options {
    width: 100%;
    margin-bottom: 40px;
  }

  .empty-state-2 {
    color: var(--colour-two);
    background-color: #aaa6a000;
  }

  .section-2 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .comparing-table-plan {
    flex: 1;
    align-self: center;
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
    display: block;
  }

  .comparing-table-plan.last-child {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
  }

  .base-container {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-title-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .comparing-table-plan-title {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-ttile-description {
    width: 360px;
  }

  .text-white {
    text-align: center;
    width: 320px;
  }

  .text-white.top-title {
    width: auto;
  }

  .text-white.package-title {
    width: auto;
    font-size: 3rem;
  }

  .text-white.bottom-price {
    width: auto;
  }

  .comparing-table-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .white {
    margin-bottom: 40px;
  }

  .white.no-spacer, .white.no-spacer.middle {
    text-align: center;
  }

  .pricing {
    text-align: left;
    align-self: auto;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .cell-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .code-embed-2 {
    text-align: left;
  }

  .quick-stack-5 {
    align-self: auto;
    width: 100%;
  }

  .seperated-pricing {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: auto;
    width: 100%;
  }

  .cell-8 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3 {
    width: 80%;
  }

  .heading-30, .heading-31 {
    font-size: 3rem;
  }

  .heading-32 {
    text-align: center;
    font-size: 3rem;
  }

  .heading-3-rem {
    font-size: 3rem;
  }

  .heading-3-rem.blog {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .collection-item {
    padding-left: 20px;
    display: flex;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

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

  .div-block-4, .div-block-5, .div-block-6 {
    width: 90%;
  }

  .section-3 {
    width: auto;
  }

  .heading-5-rem {
    font-size: 3rem;
  }

  ._3-rem {
    font-size: 2rem;
  }

  .price-title {
    font-size: 3rem;
  }

  .divider-horizontal.links {
    width: 150px;
  }

  .primary-button-outline.links {
    margin-bottom: 20px;
  }

  .image-10 {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
  }

  .links-image {
    border-radius: 100%;
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .primary-button-outline-link {
    display: block;
  }

  .links {
    text-align: center;
    width: 280px;
  }

  .links.parragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .links.heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .links.container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 45vw;
  }

  .chat-box {
    margin-bottom: 0;
    inset: auto 0% 0% auto;
  }

  .hello-there {
    text-align: center;
    font-size: 3rem;
  }

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

  .slider {
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .mask {
    flex: 0 auto;
    order: -1;
    align-self: center;
    height: auto;
  }

  .image-12 {
    height: auto;
  }

  .slide-nav {
    width: 80%;
    font-size: 6px;
    display: block;
  }

  .options {
    background-color: var(--colour-one);
  }

  .sf-text-size-small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sf-button {
    background-color: var(--colour-four);
  }

  .sf-form_button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sf-heading-style-h4 {
    color: var(--colour-four);
    font-size: 3rem;
    font-weight: 400;
  }

  .sf-form_component.is-4vw-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .picker {
    height: 100%;
  }

  .icon-2, .icon-3 {
    font-size: 25px;
  }

  .slide {
    height: 100%;
  }

  .option.number {
    padding: 10px 20px;
  }

  .not-included-text {
    font-size: 18px;
  }

  .sf-form_button-group-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
  }

  .sf-form_radio-group-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-4 {
    padding: 0 20px;
  }

  .slide-1, .slide-3, .slide-4, .slide-5, .slide-6 {
    margin-top: 0;
  }

  .code-embed-6 {
    flex: 1;
    align-self: stretch;
    height: 1200px;
    min-height: 1200px;
  }
}

#w-node-_06514634-33b1-3f82-656f-b7f680f34f1a-41b192f8 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_06514634-33b1-3f82-656f-b7f680f34f1f-41b192f8 {
  grid-area: 1 / 6 / 4 / 9;
}

#w-node-_06514634-33b1-3f82-656f-b7f680f34f21-41b192f8 {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-_06514634-33b1-3f82-656f-b7f680f34f23-41b192f8 {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-f58f276d-780a-acf8-ffae-04c931e1172d-41b192f8, #w-node-f58f276d-780a-acf8-ffae-04c931e1172f-41b192f8, #w-node-f58f276d-780a-acf8-ffae-04c931e11731-41b192f8, #w-node-f58f276d-780a-acf8-ffae-04c931e11733-41b192f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f58f276d-780a-acf8-ffae-04c931e11736-41b192f8, #w-node-f58f276d-780a-acf8-ffae-04c931e11738-41b192f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f58f276d-780a-acf8-ffae-04c931e1173a-41b192f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f58f276d-780a-acf8-ffae-04c931e1173c-41b192f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-_680b2758-1f6d-e1f5-a371-9d17c47b553f-c47b553d {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_680b2758-1f6d-e1f5-a371-9d17c47b5542-c47b553d {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_00fba187-e6ce-ea28-99c3-1d55581fd0fb-41b192ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70ec5626-ac66-c305-0225-22d191f3f6fd-41b192b1, #w-node-_70ec5626-ac66-c305-0225-22d191f3f6ff-41b192b1, #w-node-_70ec5626-ac66-c305-0225-22d191f3f701-41b192b1, #w-node-_70ec5626-ac66-c305-0225-22d191f3f703-41b192b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_70ec5626-ac66-c305-0225-22d191f3f706-41b192b1, #w-node-_70ec5626-ac66-c305-0225-22d191f3f708-41b192b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_70ec5626-ac66-c305-0225-22d191f3f70a-41b192b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_70ec5626-ac66-c305-0225-22d191f3f70c-41b192b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fb73a81c-8fc5-5eea-2016-ff613afbe7fd-3afbe7ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb73a81c-8fc5-5eea-2016-ff613afbe850-3afbe7ef, #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe853-3afbe7ef, #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe856-3afbe7ef, #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe859-3afbe7ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f11a0f6b-b6f8-8f69-f292-e9ab0a184d6e-0a184d6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7d39f07e-74bd-172f-f805-1bf305fe122e-41b192b2, #w-node-_7d39f07e-74bd-172f-f805-1bf305fe1231-41b192b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d39f07e-74bd-172f-f805-1bf305fe1235-41b192b2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_7d39f07e-74bd-172f-f805-1bf305fe123a-41b192b2 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa06-41b192db, #w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa09-41b192db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa0d-41b192db {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa12-41b192db {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-fb574fcb-b969-ef49-4541-1c678adbd4fe-41b192f6 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-fb574fcb-b969-ef49-4541-1c678adbd503-41b192f6 {
  grid-area: 1 / 6 / 4 / 9;
}

#w-node-fb574fcb-b969-ef49-4541-1c678adbd505-41b192f6 {
  grid-area: 3 / 5 / 5 / 7;
}

#w-node-fb574fcb-b969-ef49-4541-1c678adbd507-41b192f6 {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-b3cd61be-464a-87db-d811-16cd161946ea-41b192f6 {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-b3cd61be-464a-87db-d811-16cd161946ed-41b192f6 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-b3cd61be-464a-87db-d811-16cd161946f0-41b192f6 {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-b3cd61be-464a-87db-d811-16cd161946f3-41b192f6 {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-ff053a9b-1705-8aae-5d07-8abb77369a47-41b192f6, #w-node-ff053a9b-1705-8aae-5d07-8abb77369a49-41b192f6, #w-node-ff053a9b-1705-8aae-5d07-8abb77369a4b-41b192f6, #w-node-ff053a9b-1705-8aae-5d07-8abb77369a4d-41b192f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_910dfb64-b667-8def-2a7a-18287967069e-41b192fa {
  grid-area: 2 / 1 / 5 / 3;
}

#w-node-_5ab7844d-c0c3-aca0-1dab-eb70721c55db-41b192fa {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_6b8c3a5e-20ac-90e1-ac83-eeea9b64618e-41b192fa {
  grid-area: 2 / 5 / 4 / 7;
}

#w-node-_26468a38-a873-91bc-5bef-3941784c9d7a-41b192fa {
  grid-area: 4 / 2 / 6 / 4;
}

#w-node-d97202ba-e24d-9cd3-60a5-cdf942a6dbba-41b192fa {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-afdc051d-2c62-8b7e-4e12-6c6a4499cfbf-41b192fa {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_1c3d1e5f-adf3-08ea-2430-d0e902804143-41b192fa {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1c3d1e5f-adf3-08ea-2430-d0e902804149-41b192fa {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_8dbb5bd2-c76f-a74e-93a9-298e6b6b68d2-41b192fa {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8dbb5bd2-c76f-a74e-93a9-298e6b6b68d8-41b192fa {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-c86b1d4b-6c89-aa96-d74d-102378c850bc-41b192fb, #w-node-c86b1d4b-6c89-aa96-d74d-102378c850be-41b192fb, #w-node-c86b1d4b-6c89-aa96-d74d-102378c850c0-41b192fb, #w-node-c86b1d4b-6c89-aa96-d74d-102378c850c2-41b192fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec7ff35-d2ef-52f0-5d8a-e683f1365f35-41b192fb {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_8d55553e-009f-4b0b-86be-14b511466191-41b192fb {
  grid-area: 1 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_2584a2d1-6ac8-8815-899e-48e4ed57038a-41b192fb {
  grid-area: 1 / 7 / 3 / 9;
  place-self: start end;
}

#w-node-a2c2c109-30e4-6b22-da25-a47d06d754fd-41b192fb {
  grid-area: 1 / 4 / 4 / 8;
}

#w-node-_482e188c-6379-47a0-46a4-e384a23119c1-41b19318 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_482e188c-6379-47a0-46a4-e384a23119c8-41b19318 {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-_482e188c-6379-47a0-46a4-e384a23119cf-41b19318 {
  grid-area: 2 / 4 / 4 / 7;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77570-41b19318 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77578-41b19318 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77581-41b19318 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77589-41b19318 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77592-41b19318 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_72e0cb7a-b8be-c837-3b5c-528d90d7759a-41b19318 {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-_66af7de3-4169-309a-d64a-2cb1c6939c70-41b19318, #w-node-_66af7de3-4169-309a-d64a-2cb1c6939c72-41b19318, #w-node-_66af7de3-4169-309a-d64a-2cb1c6939c74-41b19318, #w-node-_66af7de3-4169-309a-d64a-2cb1c6939c76-41b19318 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_778afddd-d429-dd69-db12-289c7e8f9075-41b19319 {
  justify-self: start;
}

#w-node-e3d6747d-eec8-8487-bbaa-15b571cc053a-cef89d23 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9e76e3b3-c5de-f4b7-9243-fd432e835569-cef89d23 {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr);
}

#w-node-_549bb96c-eef3-7432-0827-1fd496a29f4a-cef89d23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_626f98f1-255f-b6cd-9c29-621aed4477c2-5a9d3925 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c225d-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c226a-5a9d3925 {
  align-self: center;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c226c-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2271-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2274-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2279-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c227e-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2281-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2286-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c228b-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2290-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2295-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c229f-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22ab-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22ae-5a9d3925 {
  align-self: center;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22b3-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22b8-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22bf-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22c4-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22cb-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22d0-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22d7-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22de-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22e6-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22eb-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22f0-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22f3-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c22f8-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c22fd-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2305-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c230a-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c230f-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2312-5a9d3925 {
  place-self: center start;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c2317-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c231c-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2327-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c232c-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c233c-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2346-5a9d3925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c234f-5a9d3925 {
  justify-self: center;
}

#w-node-_8dd2faf4-1577-93ca-0b71-e297200c23dc-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c240e-5a9d3925, #w-node-_8dd2faf4-1577-93ca-0b71-e297200c2456-5a9d3925 {
  justify-self: end;
}

#w-node-_821711a8-e0a4-7a12-d994-cb5030cfac87-b5b21a99 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_06514634-33b1-3f82-656f-b7f680f34f21-41b192f8 {
    grid-area: 3 / 5 / 5 / 7;
  }

  #w-node-_549bb96c-eef3-7432-0827-1fd496a29f4a-cef89d23 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e3d6747d-eec8-8487-bbaa-15b571cc053a-cef89d23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4d34d328-c88c-982b-36af-5b9d6d9f0b0c-cef89d23, #w-node-d2d6c644-bdb9-31b0-1fd8-ed31158d2426-cef89d23 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_549bb96c-eef3-7432-0827-1fd496a29f4a-cef89d23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-f11a0f6b-b6f8-8f69-f292-e9ab0a184d6e-0a184d6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_06514634-33b1-3f82-656f-b7f680f34f1a-41b192f8 {
    grid-row-start: 2;
    grid-column-start: 2;
  }

  #w-node-_06514634-33b1-3f82-656f-b7f680f34f1f-41b192f8 {
    grid-column: 5 / 10;
  }

  #w-node-_06514634-33b1-3f82-656f-b7f680f34f21-41b192f8 {
    grid-column-start: 4;
  }

  #w-node-_06514634-33b1-3f82-656f-b7f680f34f23-41b192f8 {
    grid-column-start: 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_680b2758-1f6d-e1f5-a371-9d17c47b553f-c47b553d, #w-node-_680b2758-1f6d-e1f5-a371-9d17c47b5542-c47b553d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf800937-3250-e159-18db-37aef0e81d6a-41b192b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd4fe-41b192f6 {
    grid-row-start: 2;
    grid-column-start: 2;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd503-41b192f6 {
    grid-column: 5 / 10;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd505-41b192f6 {
    grid-column-start: 4;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd507-41b192f6 {
    grid-column-start: 1;
  }

  #w-node-_482e188c-6379-47a0-46a4-e384a23119c8-41b19318 {
    grid-column-end: 8;
  }

  #w-node-_5f9d0d19-67fb-85f1-388f-915196d48321-96d48321, #w-node-feb8f777-c0fe-f14c-21c6-16c403acdcf5-7e6ecae9, #w-node-_68b7ccfb-42e6-cb92-9294-70d428a56623-28a56617, #w-node-e717e3ad-613a-47d4-b307-fe20de2cc8fd-de2cc8fd, #w-node-d87b9aec-a523-8d45-edf1-fcb3065661f1-5a9d3925 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_821711a8-e0a4-7a12-d994-cb5030cfac89-b5b21a99 {
    order: -9999;
  }

  #w-node-b94439ea-952b-5b84-1b54-ce24cb8b28ea-2f42b755 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 2 / span 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c {
    grid-column-start: 2;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-column-start: 1;
  }

  #w-node-_62c8bc9a-e7dd-3063-f28f-e3f0977e1efa-977e1ef7, #w-node-_62c8bc9a-e7dd-3063-f28f-e3f0977e1f08-977e1ef7, #w-node-_0627629f-31a8-0ff1-ddf3-0e5f949a37c0-41b192b1, #w-node-_70726080-8b70-9c54-0c49-581d29d9c6a9-41b192b1, #w-node-_373968ad-e37b-b112-a527-fa442e6ca13d-41b192b1, #w-node-_31e55053-bf13-7e45-50a6-872679ca8270-41b192b1 {
    order: 9999;
  }

  #w-node-f11a0f6b-b6f8-8f69-f292-e9ab0a184d6e-0a184d6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b3a84cb-ee37-7c96-39cd-79a1ce33822e-41b192b2, #w-node-_2b3a84cb-ee37-7c96-39cd-79a1ce338243-41b192b2 {
    order: 9999;
  }

  #w-node-_7d39f07e-74bd-172f-f805-1bf305fe1235-41b192b2, #w-node-_7d39f07e-74bd-172f-f805-1bf305fe123a-41b192b2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1b372c38-1dfd-ee89-b4d9-18265f630a72-41b192ba {
    order: 9999;
  }

  #w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa0d-41b192db, #w-node-a3ff9346-4799-62c0-55e0-bd88ad61fa12-41b192db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd6c90b2-dc56-c221-fd56-5b76e387353b-41b192f1 {
    order: 9999;
  }

  #w-node-_6ec7ff35-d2ef-52f0-5d8a-e683f1365f35-41b192fb {
    grid-column-end: 7;
  }

  #w-node-_482e188c-6379-47a0-46a4-e384a23119c1-41b19318 {
    grid-column: span 1 / span 1;
  }

  #w-node-_482e188c-6379-47a0-46a4-e384a23119c8-41b19318, #w-node-_482e188c-6379-47a0-46a4-e384a23119cf-41b19318 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dfb8c0b4-c7c2-5f41-deb4-57e173888fed-41b19318, #w-node-dfb8c0b4-c7c2-5f41-deb4-57e173888ffb-41b19318 {
    order: 9999;
  }

  #w-node-_5f9d0d19-67fb-85f1-388f-915196d48321-96d48321, #w-node-feb8f777-c0fe-f14c-21c6-16c403acdcf5-7e6ecae9, #w-node-_68b7ccfb-42e6-cb92-9294-70d428a56623-28a56617, #w-node-e717e3ad-613a-47d4-b307-fe20de2cc8fd-de2cc8fd, #w-node-d87b9aec-a523-8d45-edf1-fcb3065661f1-5a9d3925 {
    order: -9999;
  }

  #w-node-_821711a8-e0a4-7a12-d994-cb5030cfac87-b5b21a99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_821711a8-e0a4-7a12-d994-cb5030cfac89-b5b21a99, #w-node-b94439ea-952b-5b84-1b54-ce24cb8b28ea-2f42b755 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06514634-33b1-3f82-656f-b7f680f34f1a-41b192f8 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_06514634-33b1-3f82-656f-b7f680f34f21-41b192f8 {
    grid-area: 3 / 5 / 5 / 9;
  }

  #w-node-_06514634-33b1-3f82-656f-b7f680f34f23-41b192f8 {
    grid-area: 3 / 1 / 5 / 6;
  }

  #w-node-_0065d0b3-71e8-47c0-f667-8d304c9ea8de-41b192f8, #w-node-_29fcd8c2-9c53-d895-0a46-c7420a99c4ec-41b192f8, #w-node-_3079e6fb-9608-1e4f-714b-b882a126e4b1-41b192f8 {
    order: -9999;
  }

  #w-node-_74597c9e-0a90-55f8-1799-12eae4892130-41b192f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e316272177-1627215c {
    grid-column: span 1 / span 1;
  }

  #w-node-_47dc8845-baf2-21df-35e9-95e31627218a-1627215c, #w-node-_47dc8845-baf2-21df-35e9-95e316272188-1627215c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_680b2758-1f6d-e1f5-a371-9d17c47b5542-c47b553d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00fba187-e6ce-ea28-99c3-1d55581fd0fb-41b192ad, #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe7fd-3afbe7ef {
    grid-column: span 1 / span 1;
  }

  #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe824-3afbe7ef, #w-node-fb73a81c-8fc5-5eea-2016-ff613afbe839-3afbe7ef {
    order: -9999;
  }

  #w-node-f11a0f6b-b6f8-8f69-f292-e9ab0a184d6e-0a184d6e {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    display: grid;
  }

  #w-node-cf800937-3250-e159-18db-37aef0e81d6a-41b192b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add754-41b192db, #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add75f-41b192db, #w-node-_9522d0c9-d893-fb19-0e7e-a29c87add76a-41b192db, #w-node-e69ae792-4302-e36c-5bf5-076a4fc29dae-41b192f1, #w-node-e69ae792-4302-e36c-5bf5-076a4fc29db9-41b192f1, #w-node-e69ae792-4302-e36c-5bf5-076a4fc29dc4-41b192f1 {
    order: -9999;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd4fe-41b192f6 {
    grid-column-end: 9;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd505-41b192f6 {
    grid-column: 5 / 9;
  }

  #w-node-fb574fcb-b969-ef49-4541-1c678adbd507-41b192f6 {
    grid-column-end: 7;
  }

  #w-node-d97202ba-e24d-9cd3-60a5-cdf942a6dbba-41b192fa, #w-node-afdc051d-2c62-8b7e-4e12-6c6a4499cfbf-41b192fa, #w-node-_1c3d1e5f-adf3-08ea-2430-d0e902804143-41b192fa, #w-node-_1c3d1e5f-adf3-08ea-2430-d0e902804149-41b192fa, #w-node-_8dbb5bd2-c76f-a74e-93a9-298e6b6b68d2-41b192fa, #w-node-_8dbb5bd2-c76f-a74e-93a9-298e6b6b68d8-41b192fa, #w-node-_6ec7ff35-d2ef-52f0-5d8a-e683f1365f35-41b192fb, #w-node-_8d55553e-009f-4b0b-86be-14b511466191-41b192fb, #w-node-_2584a2d1-6ac8-8815-899e-48e4ed57038a-41b192fb, #w-node-a2c2c109-30e4-6b22-da25-a47d06d754fd-41b192fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9d4dda4f-8faf-3805-4565-579bc6956119-41b19316, #w-node-_9d4dda4f-8faf-3805-4565-579bc695612d-41b19316 {
    order: -9999;
  }

  #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77570-41b19318, #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77578-41b19318, #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77581-41b19318, #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77589-41b19318, #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d77592-41b19318, #w-node-_72e0cb7a-b8be-c837-3b5c-528d90d7759a-41b19318 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9e76e3b3-c5de-f4b7-9243-fd432e835569-cef89d23 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(100px, 1fr);
  }

  #w-node-_549bb96c-eef3-7432-0827-1fd496a29f4a-cef89d23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18ff65ab-9229-a9a9-3df2-094bd9987871-cef89d23, #w-node-_18ff65ab-9229-a9a9-3df2-094bd998787c-cef89d23, #w-node-_18ff65ab-9229-a9a9-3df2-094bd9987887-cef89d23, #w-node-_009042c5-e523-e912-30fa-40cfb3274043-46b9fe37, #w-node-_009042c5-e523-e912-30fa-40cfb327404e-46b9fe37, #w-node-_009042c5-e523-e912-30fa-40cfb3274059-46b9fe37 {
    order: -9999;
  }

  #w-node-_626f98f1-255f-b6cd-9c29-621aed4477c2-5a9d3925, #w-node-_821711a8-e0a4-7a12-d994-cb5030cfac87-b5b21a99 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Bolkitrayek';
  src: url('../fonts/BolkitRayek.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}