@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-BlackItalic-webfont.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-BoldItalic-webfont.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Italic-webfont.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Light-webfont.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-MediumItalic-webfont.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Bold-webfont.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Black-webfont.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-LightItalic-webfont.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Regular-webfont.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto webfont;
  src: url('../fonts/Roboto-Medium-webfont.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --gold: #ffe101;
  --white: white;
  --stradica-blue: #4654a3;
  --dim-grey: #6d6d6d;
  --light-grey: #b8b6b6;
  --dark-slate-grey: #3a3a3a;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-primary-base: #642eff;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.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;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #c7c6c6;
  width: auto;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto webfont, sans-serif;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: auto;
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.cc-cta {
  background-color: #f4f4f4;
  place-items: center;
  margin-top: 126px;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.cc-home-wrap {
  text-align: center;
  max-width: 1200px;
  max-height: none;
  padding-top: 0;
  display: block;
}

.section.cc-store-home-wrap {
  clear: none;
  direction: ltr;
  max-width: 1100px;
  padding-top: 0;
  display: block;
  position: static;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  text-align: left;
  width: auto;
  max-width: 1100px;
  margin: 40px auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

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

.paragraph-bigger {
  opacity: 1;
  direction: ltr;
  color: #727272;
  text-align: center;
  white-space: normal;
  object-fit: fill;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-top: 48px;
  margin-bottom: 10px;
  font-family: Roboto webfont, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  background-color: var(--black);
  opacity: .6;
  color: var(--gold);
  object-fit: fill;
  font-weight: 700;
}

.button {
  color: var(--gold);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: static;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light---left-justified {
  opacity: 1;
  text-align: left;
  font-weight: 500;
}

.heading-jumbo {
  color: #0274cf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: none;
  white-space: normal;
  border: 1px #000;
  justify-content: flex-start;
  margin: 10px auto;
  padding: 0;
  font-family: Roboto webfont, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto webfont, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex: 0 auto;
}

.menu-icon {
  display: none;
}

.menu {
  z-index: 0;
  color: #270949;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  color: #270949;
  border: 1px #000;
  flex-wrap: nowrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: static;
}

.navigation {
  white-space: normal;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  display: block;
  position: static;
}

.navigation-item {
  opacity: 1;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #000;
  flex: 0 auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.menu-button {
  position: static;
}

.logo-image {
  width: auto;
  max-width: 250px;
  margin-right: 40px;
  display: block;
}

.navigation-items {
  color: #270949;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.navigation-items:hover {
  border-right: 1px solid var(--black);
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  max-width: 1100px;
  padding-top: 29px;
  padding-bottom: 59px;
  display: flex;
}

.intro-header {
  background-color: var(--white);
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.intro-header.cc-contact-subpage {
  background-color: var(--white);
  color: #fff;
  text-align: left;
  max-width: 1500px;
  height: auto;
  display: inline-block;
}

.intro-header.cc-support-subpage {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  height: 300px;
}

.intro-content {
  text-align: center;
  width: auto;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-content.cc-homepage {
  border: 1px #000;
  flex: 1;
  order: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 22px;
  grid-row-gap: 60px;
  object-fit: fill;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  grid-auto-flow: row;
  margin-bottom: 120px;
  padding-top: 0;
  position: static;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}

.section-heading {
  color: #270949;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-grid {
  z-index: auto;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area-2 Area"
                 "Area-2 ."
                 / 1.25fr 2fr 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-around;
  place-items: center end;
  margin-bottom: 0;
  display: grid;
  position: static;
}

.about-grid.cc-about-2 {
  grid-template-columns: .5fr;
  grid-template-areas: ". .";
  grid-auto-columns: .5fr;
  grid-auto-flow: column;
  margin-bottom: 0;
  padding-top: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-span {
  font-family: Roboto webfont, sans-serif;
  font-size: 30px;
  text-decoration: none;
}

.text-span-2 {
  color: #4654a3;
}

.bold-text {
  opacity: 1;
  color: #5446a3;
}

.grid {
  grid-row-gap: 421px;
  grid-template: "Area" 4fr
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.bold-text-2 {
  color: #4654a3;
}

.text-block {
  margin-left: 10px;
  padding-bottom: 45px;
  display: flex;
  position: static;
}

.text-block-2 {
  color: #179a2a;
  font-weight: 600;
}

.text-field-2 {
  margin-left: 40px;
}

.text-field-3 {
  margin-left: 40px;
  margin-right: 0;
}

.grid-2 {
  grid-template-columns: .5fr 1fr;
  grid-template-areas: "Area";
}

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

.centered-container {
  border: 1px solid var(--stradica-blue);
  box-shadow: 1px 1px 3px 0 var(--stradica-blue);
  text-align: center;
  object-fit: fill;
  flex: 1;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

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

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

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px solid #000;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.list {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.section-2 {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  border: 1px solid var(--stradica-blue);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto webfont, sans-serif;
  display: block;
  overflow: auto;
  box-shadow: 1px 1px 3px #000;
}

.grid-3 {
  grid-template-columns: .5fr 1fr;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 140px;
  font-size: 20px;
}

.text-block-3, .text-block-4 {
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}

.link {
  color: #4654a3;
  font-weight: 500;
}

.link-2 {
  color: #4654a3;
}

.div-block {
  background-color: var(--white);
  border: 1px solid #033b5f;
  margin: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
  box-shadow: 1px 1px 3px #4654a382;
}

.div-block-2 {
  padding-bottom: 10px;
  padding-left: 20px;
}

.text-block-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image {
  text-align: left;
  font-style: normal;
  display: block;
}

.navbar {
  background-color: var(--white);
  object-fit: fill;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline;
  position: static;
  inset: 0% 0% 0;
  overflow: scroll;
}

.menu-button-2 {
  border: 3px solid #000;
  font-size: 48px;
}

.container-2 {
  max-width: 1100px;
}

.brand {
  display: flex;
}

.brand.w--current {
  text-shadow: 1px 1px 6px #000;
  white-space: normal;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.image-2 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  display: block;
}

.nav-link {
  color: var(--dim-grey);
  letter-spacing: normal;
  font-family: Roboto webfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.nav-link:hover {
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--black);
  white-space: normal;
  border: 1px #000;
  border-radius: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  font-weight: 600;
}

.nav-menu {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  position: static;
}

.bold-text-3 {
  font-weight: 700;
}

.image-3 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

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

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

.body-3 {
  border: 1px solid var(--stradica-blue);
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  font-family: Roboto webfont, sans-serif;
  display: block;
  overflow: visible;
}

.section-3 {
  max-width: 1100px;
  margin-left: 100px;
}

.section-4 {
  max-width: 1100px;
}

.heading-2 {
  object-fit: fill;
  max-width: 1100px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.body-4 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
}

.bold-text-4 {
  text-transform: none;
  font-size: 14px;
  font-weight: 900;
}

.submit-button {
  z-index: auto;
  text-align: left;
  margin-top: 20px;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.heading-3 {
  text-align: center;
  max-width: none;
  margin-top: 40px;
  display: block;
  overflow: visible;
}

.column {
  padding-left: 10px;
}

.columns {
  margin-left: auto;
}

.link-3, .link-4 {
  color: #4654a3;
  font-weight: 700;
  display: inline-block;
}

.link-5 {
  color: #4654a3;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.container-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-5 {
  margin-right: 146px;
}

.youtube {
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 2px solid #187ac1;
  flex: 0 auto;
  margin-top: 40px;
  display: block;
  position: relative;
}

.youtube-2 {
  border: 1px solid #000;
  margin: auto;
  padding-bottom: 0;
  box-shadow: 1px 1px 3px #0000008c;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center space-between;
  place-items: start end;
  width: auto;
  margin-bottom: -200px;
  margin-right: -73px;
  display: grid;
}

.heading-4 {
  text-align: left;
  font-size: 36px;
}

.image-7 {
  border: 2px solid #000;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  align-self: flex-start;
}

.text-block-7 {
  text-align: left;
}

.button-2 {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  border: 1px solid #000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin: 25px auto;
  padding-top: 9px;
  display: flex;
  position: static;
}

.image-9 {
  width: 135.994px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-10 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.image-11 {
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  float: right;
  margin-left: auto;
}

.container-4 {
  display: inline-block;
}

.bold-text-5 {
  font-size: 36px;
}

.text-block-8 {
  padding-bottom: 0;
}

.heading-5 {
  color: #4654a3;
  text-align: center;
}

.paragraph-3 {
  text-align: center;
  margin-top: 100px;
  font-size: 26px;
  font-weight: 700;
}

.button {
  color: var(--white);
  text-align: center;
  background-color: #00bb58;
  border: 1px solid #0ac40a;
  width: 504.156px;
  margin-top: 10px;
  margin-right: auto;
  display: inline-block;
}

.heading-6 {
  color: #4654a3;
  text-align: center;
  margin-top: 100px;
  font-weight: 700;
}

.div-block-3 {
  margin-top: 22px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-4 {
  margin-left: 100px;
  margin-right: 100px;
}

.text-block-9, .text-block-10 {
  text-align: center;
}

.section-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-13 {
  display: inline-block;
}

.column-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.image-14 {
  margin: auto;
  display: block;
}

.feature-section {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Roboto webfont, sans-serif;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.feature-image-mask {
  align-self: center;
  width: auto;
  margin-right: 0;
}

.feature-image {
  border: 1px none var(--dim-grey);
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.container-5 {
  display: flex;
}

.div-block-5 {
  border: 1px #000;
  flex: 1;
}

.div-block-6 {
  border-left: 1px #000;
  flex: 1;
}

.heading-7 {
  text-align: center;
  font-family: Roboto webfont, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.button-3 {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto webfont, sans-serif;
  display: block;
  position: static;
}

.button-4 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.block-quote {
  color: var(--stradica-blue);
  border-right: 5px solid #e2e2e2;
  margin: 100px 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 22px;
}

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

.heading-8 {
  text-align: center;
  letter-spacing: 3px;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto webfont, sans-serif;
  font-weight: 900;
  display: inline-block;
}

.paragraph-4 {
  text-align: center;
  justify-content: center;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.div-block-7 {
  padding-top: 60px;
}

.image-15 {
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.youtube-3 {
  border: 1px solid #2b83eb;
}

.youtube-4 {
  border: 1px solid #2b83eb;
  margin-top: 100px;
}

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

.list-2 {
  display: inline-block;
  position: static;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}

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

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

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

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

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

.navbar-2 {
  background-color: #0000;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-16 {
  display: block;
}

.container-6 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 20px;
  display: inline;
}

.text-span-4 {
  color: var(--black);
}

.dropdown-toggle {
  color: var(--black);
  font-family: Roboto webfont, sans-serif;
  font-weight: 700;
}

.dropdown-toggle:hover {
  color: var(--black);
  background-color: #0000;
  font-weight: 600;
}

.text-block-12 {
  color: var(--dim-grey);
  font-size: 16px;
}

.dropdown-link {
  background-color: var(--light-grey);
  color: var(--dim-grey);
  font-family: Roboto webfont, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.dropdown-link:hover {
  font-weight: 600;
}

.dropdown-link.w--current {
  color: var(--dark-slate-grey);
  font-weight: 700;
  transition-property: none;
}

.image-17 {
  display: block;
}

.list-21 {
  font-family: Roboto webfont, sans-serif;
}

.container-7 {
  padding-top: 50px;
}

.grid-5 {
  grid-template: ". Area"
  / .25fr 1fr;
  margin-top: 0;
  margin-bottom: 14px;
}

.heading-10 {
  color: #0274cf;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto webfont, sans-serif;
  font-size: 32px;
  font-weight: 900;
  display: block;
}

.image-18 {
  border: 1px #000;
}

.nav-menu-2 {
  float: right;
  color: var(--dim-grey);
  font-family: Roboto webfont, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: static;
}

.bold-text-7 {
  margin-left: 40px;
}

.paragraph-5 {
  object-fit: fill;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Roboto webfont, sans-serif;
  font-weight: 400;
  overflow: visible;
}

.normal-text {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.text-block-13 {
  color: var(--stradica-blue);
  text-align: center;
}

.text-span-5 {
  color: var(--stradica-blue);
  font-family: Roboto webfont, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.div-block-9 {
  background-color: var(--white);
  object-fit: fill;
  border: 1px solid #0000;
  font-family: Roboto webfont, sans-serif;
  font-weight: 400;
}

.link-7 {
  color: var(--stradica-blue);
  text-align: center;
  background-color: #12e439;
  padding: 5px 10px;
  display: block;
}

.bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-weight: 400;
  overflow: visible;
}

.paragraph-6 {
  margin-bottom: 0;
}

.text-span-6 {
  letter-spacing: normal;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
}

.text-span-7 {
  font-weight: 500;
  text-decoration: none;
}

.link-8 {
  color: var(--stradica-blue);
  text-align: center;
  background-color: #12e439;
  padding: 5px 10px;
  display: block;
}

.text-span-8 {
  color: var(--stradica-blue);
  font-weight: 500;
}

.text-block-14-a {
  color: var(--stradica-blue);
  border: 1px solid #000;
  padding: 0 10px;
  font-weight: 700;
}

.text-span-9-a {
  display: block;
}

.div-block-10 {
  margin-left: 220px;
  margin-right: 220px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
  display: inline;
  position: static;
  overflow: visible;
}

.text-block-14-b {
  color: var(--stradica-blue);
  border: 1px solid #000;
  padding: 0 10px;
  font-weight: 700;
}

.text-span-9-b {
  display: block;
}

.button-5 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0274cf;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  display: block;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: normal;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-8 Area-5 Area-6 Area-7"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around;
  place-items: stretch center;
  margin-top: 60px;
  display: grid;
}

.image-19 {
  text-align: center;
  white-space: normal;
  mix-blend-mode: normal;
  display: inline-block;
  position: static;
}

.heading-11 {
  font-family: Roboto webfont, sans-serif;
  font-weight: 700;
  display: inline-block;
  overflow: auto;
}

.text-block-14 {
  color: var(--dark-slate-grey);
  font-family: Roboto webfont, sans-serif;
}

.headiing-11 {
  font-family: Roboto webfont, sans-serif;
  font-weight: 700;
}

.container-8 {
  padding: 10px;
  display: block;
  box-shadow: 8px 8px 20px -8px #4654a3;
}

.button-6 {
  opacity: 1;
  color: var(--white);
  letter-spacing: normal;
  text-transform: none;
  background-color: #00b64e;
  border-radius: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto webfont, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.bold-text-11 {
  color: var(--dark-slate-grey);
  font-family: Roboto webfont, sans-serif;
}

.bold-text-12, .heading-12, .div-block-11 {
  font-family: Roboto webfont, sans-serif;
}

.div-block-12 {
  height: 75px;
}

.grid-7 {
  grid-column-gap: 207px;
  grid-row-gap: 16px;
  grid-template: ". Area" 106px
  / 5.5fr 3.5fr;
  grid-auto-columns: 1.5fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-9 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.div-block-13 {
  display: block;
}

.container-10 {
  margin-top: 60px;
  display: block;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.div-block-14 {
  margin-left: 40px;
}

.grid-10 {
  grid-template-rows: auto;
}

.image-20 {
  border: 1px solid var(--dark-slate-grey);
}

.grid-11 {
  grid-template-rows: auto;
}

.paragraph-7 {
  padding-left: 60px;
  padding-right: 60px;
}

.grid-12 {
  grid-template-rows: auto;
}

.grid-13 {
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 60px;
}

.grid-14 {
  grid-row-gap: 85px;
  grid-template-rows: auto auto;
}

.section-6, .section-7 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-15 {
  grid-template-rows: auto;
}

.div-block-15 {
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.heading-13 {
  color: var(--dim-grey);
}

.bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.text-span-9 {
  font-size: 32px;
}

.heading-14 {
  color: var(--dark-slate-grey);
}

.bold-text-15 {
  color: #696969;
}

.text-block-15 {
  color: var(--dark-slate-grey);
  text-align: center;
}

.text-span-10 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  display: inline;
}

.bold-text-16 {
  display: block;
}

.heading-15 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-weight: 900;
  display: block;
}

.text-block-16 {
  color: var(--dim-grey);
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.text-span-11 {
  color: var(--dim-grey);
  font-weight: 500;
}

.bold-text-17 {
  font-weight: 500;
}

.dropdown-link-2 {
  color: var(--dim-grey);
}

.dropdown-link-3 {
  color: var(--dim-grey);
  font-family: Roboto webfont, sans-serif;
}

.column-4 {
  align-self: center;
  font-family: Roboto webfont, sans-serif;
  position: static;
}

.column-5 {
  flex: 0 auto;
  align-self: center;
  font-family: Roboto webfont, sans-serif;
}

.list-item-2 {
  border: 1px solid var(--dim-grey);
  color: var(--dim-grey);
  margin-left: 20px;
}

.list-22 {
  text-align: center;
  padding-left: 0;
}

.list-item-3 {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--dim-grey);
  margin-left: 20px;
}

.bold-text-18, .bold-text-19 {
  font-size: 20px;
}

.text-span-12 {
  color: var(--dark-slate-grey);
  font-size: 20px;
}

.bold-text-20 {
  color: var(--black);
}

.link-9 {
  color: var(--dim-grey);
  margin-left: 20px;
}

.text-span-13 {
  color: var(--stradica-blue);
}

.grid-16 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.grid-17 {
  grid-template-rows: auto;
}

.container-12 {
  margin-top: 100px;
}

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

.icon-2 {
  background-color: var(--gold);
}

.boddy {
  font-family: Roboto webfont, sans-serif;
}

.grid-19 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  text-align: center;
  grid-template: "Area" 150px
  / 1.25fr 2.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center;
  max-width: none;
  display: grid;
}

.container-13 {
  max-width: 1100px;
}

.image-21 {
  text-align: center;
  object-fit: scale-down;
  display: inline-block;
}

.div-block-16 {
  text-align: center;
}

.div-block-17 {
  display: block;
}

.div-block-18 {
  margin-bottom: 40px;
}

.container-14 {
  display: block;
}

.div-block-19 {
  border-bottom: 4px solid #3a6190;
  padding-left: 0;
}

.heading-16, .paragraph-8, .heading-17, .heading-18, .paragraph-9 {
  text-align: center;
}

.grid-20 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
}

.heading-19 {
  direction: ltr;
  text-transform: none;
  display: block;
}

.div-block-20 {
  order: 0;
  align-self: center;
}

.heading-20, .heading-21, .heading-22 {
  text-align: center;
}

.grid-21 {
  grid-template-rows: auto;
}

.heading-23 {
  text-align: center;
}

.grid-22 {
  grid-row-gap: 55px;
  grid-template-rows: auto auto auto;
}

.heading-24 {
  text-align: center;
}

.grid-23 {
  grid-template-rows: auto;
}

.grid-24 {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area"
                       "."
                       ".";
}

.div-block-21 {
  display: block;
}

.grid-25 {
  grid-template-rows: auto;
}

.section-8 {
  margin-top: 100px;
}

.container-15 {
  display: block;
}

.section-9 {
  margin-top: 100px;
}

.youtube-5 {
  border: 1px solid #000;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.f-image-cover {
  object-fit: contain;
  width: auto;
  height: auto;
  display: block;
  overflow: auto;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  color: #f61f1f;
  padding: 40px 5%;
  position: relative;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-button-neutral {
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #00b64f;
  border-radius: 50px;
  flex-flow: column wrap;
  place-content: stretch flex-start;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-32 {
  color: #0076c8;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
}

.f-h1-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: 448px;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  font-family: Roboto webfont, sans-serif;
}

.text-span-14 {
  color: #f11010;
}

.f-pricing-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #0176c4;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library-gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-400 {
  color: var(--flowui-component-library-white);
}

.f-paragraph-small.f-text-color-gray-600 {
  color: var(--black);
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library-gray-400);
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-badge-filled {
  color: #fff;
  background-color: #0176c4;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-pricing-duration {
  color: var(--flowui-component-library-gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-h6-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-h6-heading.f-text-color-white {
  color: var(--flowui-component-library-white);
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-h5-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-h5-heading.f-text-color-white {
  color: var(--black);
}

.f-pricing-card-dark {
  color: #fff;
  background-color: #00b74d;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-button-toggle {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-toggle-menu {
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-h2-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.div-block-22 {
  object-fit: scale-down;
  overflow: visible;
}

.container-17 {
  border: 1px solid var(--dim-grey);
  color: #00b64e;
  text-align: center;
  object-fit: fill;
  padding: 10px;
  font-weight: 400;
  display: block;
}

.heading-25 {
  text-align: center;
}

.text-block-17 {
  border-bottom: 1px solid var(--dim-grey);
  text-align: center;
  max-width: 1100px;
  margin: 40px 100px;
  padding-bottom: 20px;
  font-family: Roboto webfont, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.bold-text-21 {
  font-family: Roboto webfont, sans-serif;
}

.form-block {
  text-align: left;
  object-fit: fill;
  width: 500px;
  max-width: 940px;
  font-family: Roboto webfont, sans-serif;
  display: block;
  position: static;
}

.form {
  padding-left: 10px;
  padding-right: 100px;
  font-style: normal;
  display: block;
}

.container-19 {
  object-fit: fill;
  max-width: 500px;
  font-family: Roboto webfont, sans-serif;
  display: block;
}

.text-field-4 {
  margin-bottom: 40px;
}

.select-field {
  margin-top: 40px;
}

.field-label {
  text-transform: none;
}

.body-5 {
  padding-bottom: 20px;
  font-family: Roboto webfont, sans-serif;
}

.bold-text-22 {
  text-transform: none;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 900;
  display: block;
}

.field-label-2 {
  text-transform: none;
  font-style: normal;
  font-weight: 900;
}

.superscript {
  text-decoration: none;
}

.radio-button-label, .checkbox-label {
  text-transform: none;
}

.text-span-15 {
  color: #0076c8;
}

.div-block-23 {
  text-transform: none;
  margin-top: 40px;
}

.bold-text-23 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  display: block;
}

.heading-26 {
  color: #0076c8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  overflow: visible;
}

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

.f-h1-heading-1 {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Roboto webfont, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.body-6 {
  text-align: center;
  max-width: none;
  font-family: Roboto webfont, sans-serif;
  display: block;
}

.columns-2 {
  display: flex;
}

.bold-text-24 {
  text-align: left;
  display: block;
}

.heading-27 {
  text-align: left;
}

.grid-27 {
  place-items: start center;
}

.text-block-19 {
  text-align: left;
  object-fit: fill;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  overflow: visible;
}

.column-1 {
  display: flex;
  position: static;
}

.columns-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-25 {
  text-align: center;
  display: block;
}

.container-20 {
  flex: 0 auto;
  align-self: flex-start;
}

.image-22 {
  display: inline-block;
}

.hero-heading-left-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 0;
  padding: 80px 40px;
  display: block;
  position: static;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  position: static;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-28 {
  color: #0274cf;
  font-size: 38px;
  font-weight: 700;
}

.text-span-16 {
  aspect-ratio: auto;
  color: #00b64e;
  vertical-align: sub;
}

.recaptcha {
  margin-top: 60px;
}

.div-block-24 {
  padding-left: 0;
}

.div-block-25, .div-block-26 {
  border-bottom: 4px solid #3a6190;
}

.div-block-27 {
  border-bottom: 4px solid #000;
}

.div-block-28 {
  border-bottom: 4px solid #000;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: normal;
  background-color: #0274cf;
  border: 2px solid #0274cf;
  border-radius: 14px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto webfont, sans-serif;
  font-weight: 900;
  transition: opacity .2s, opacity .2s;
}

.text-block-20 {
  font-family: Roboto webfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-26 {
  font-family: Roboto webfont, sans-serif;
  font-weight: 500;
}

.text-block-21 {
  font-family: Roboto webfont, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.heading-29 {
  font-size: 27px;
}

.heading-30 {
  opacity: 1;
  color: #f9f9fa;
  text-align: center;
  background-color: #4654a3;
  font-size: 28px;
  text-decoration: none;
}

.image-23 {
  flex: 0 auto;
  order: 0;
  align-self: baseline;
  margin-top: 96px;
  margin-left: 170px;
}

.image-24 {
  align-self: center;
  padding-bottom: 0;
}

.paragraph-10 {
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr minmax(205px, 4.25fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-29 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-4 {
  font-size: 16px;
  font-weight: 500;
}

.text-field-5 {
  color: #101225;
  object-fit: fill;
  background-color: #fff;
  min-width: auto;
  max-width: 8ch;
  min-height: auto;
  margin-left: 20px;
  font-size: 16px;
  line-height: 20px;
}

.cell {
  flex-flow: column;
  line-height: 20px;
}

.form-block-2 {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 1;
  align-self: auto;
  min-width: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
}

.form-3 {
  width: auto;
  min-width: auto;
  min-height: auto;
  margin-top: 20px;
  display: block;
}

.text-field-6 {
  color: #101225;
  max-width: 55ch;
  margin-left: 20px;
}

.field-label-5 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.text-field-7 {
  color: #101225;
  max-width: 20ch;
  margin-left: 20px;
}

.select-field-2 {
  color: #101225;
  max-width: 10ch;
  margin-left: 20px;
}

.text-field-8 {
  color: #101225;
  max-width: 16ch;
  margin-left: 20px;
}

.text-field-9 {
  color: #101225;
  max-width: 25ch;
  margin-left: 20px;
}

.field-label-6, .field-label-7 {
  margin-bottom: 0;
}

.text-field-10 {
  color: #101225;
  max-width: 40ch;
  margin-bottom: 5px;
  margin-left: 20px;
}

.field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12 {
  margin-bottom: 0;
}

.text-field-11 {
  color: #101225;
  object-fit: fill;
  min-width: auto;
  max-width: 18ch;
  min-height: auto;
  margin-left: 20px;
  display: block;
}

.text-field-12 {
  color: #101225;
  max-width: 40ch;
  margin-left: 20px;
}

.submit-button-2 {
  text-align: center;
  vertical-align: baseline;
  margin: 40px auto 20px;
  font-weight: 700;
  display: block;
  box-shadow: 0 8px 5px #0003;
}

.text-block-22 {
  align-self: center;
}

.div-block-30 {
  background-color: var(--light-grey);
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.body-7 {
  color: #141a2e;
  font-size: 22px;
}

.field-label-13 {
  margin-bottom: 0;
}

.text-field-13 {
  color: #101225;
  max-width: 40ch;
  margin-left: 20px;
}

.text-block-23, .text-block-24 {
  font-size: 18px;
}

.text-block-25 {
  font-size: 20px;
}

.text-block-26 {
  background-color: #0000;
  font-size: 26px;
}

.image-25 {
  object-fit: scale-down;
  flex: none;
  align-self: baseline;
}

.heading-31 {
  text-decoration: underline;
  display: block;
}

.text-block-27 {
  margin-top: 40px;
}

.image-26 {
  text-align: left;
}

.column-6 {
  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;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.checkbox-label-2 {
  align-self: center;
  padding-left: 20px;
}

.checkbox {
  align-self: flex-start;
  margin-left: 0;
}

.field-label-14 {
  margin-bottom: 0;
}

.textarea {
  max-width: 60ch;
  margin-left: 20px;
}

.bold-text-27 {
  text-align: center;
}

.bold-text-28 {
  text-decoration: underline;
}

.section-10 {
  -webkit-text-stroke-color: #0274cf;
  background-color: #fff;
}

.paragraph-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  direction: ltr;
  overflow-wrap: normal;
  font-size: 18px;
}

.text-span-17 {
  color: #f50707;
}

.quick-stack {
  border-bottom: 3px solid #4654a3;
}

.rich-text-block {
  color: #2e1414;
  font-size: 20px;
}

.bold-text-29 {
  color: #0274cf;
  font-size: 36px;
}

.italic-text, .paragraph-12 {
  text-align: center;
}

.bold-text-30 {
  color: #ed0606;
  font-size: 22px;
}

.bold-text-31 {
  color: #f00505;
}

.bold-text-32 {
  color: #f00606;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  display: block;
}

.bold-text-33 {
  color: #f30404;
}

.bold-text-34 {
  color: #0274cf;
}

.paragraph-13 {
  font-size: 16px;
}

.heading-32 {
  color: var(--white);
  text-align: center;
  font-size: 34px;
}

.section-11 {
  background-color: #0e9659;
}

.paragraph-14 {
  font-size: 26px;
}

.image-27 {
  align-self: center;
}

.rich-text-block-2 {
  color: #42bbb3;
}

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
    margin-left: auto;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light---left-justified {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 70px;
    display: block;
  }

  .logo-link.w--current {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .menu-icon {
    float: none;
    clear: none;
    border: 1px #000;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    display: block;
    position: static;
  }

  .menu {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 30px;
    display: block;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: auto;
  }

  .intro-header.cc-contact-subpage {
    height: 300px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 4fr;
    grid-auto-columns: .25fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

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

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

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

  .navbar {
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-button-2 {
    opacity: 1;
    border-style: none;
    border-width: 1px;
    width: auto;
    padding: 0;
    overflow: visible;
  }

  .container-2 {
    margin-top: 3px;
  }

  .image-2 {
    margin-bottom: 3px;
    padding-left: 5px;
    display: block;
  }

  .image-3 {
    margin-left: auto;
    display: block;
  }

  .body-2 {
    height: 816px;
  }

  .icon {
    background-color: #dfdada;
    border-radius: 2px;
    display: block;
    transform: translate(0);
    box-shadow: 1px 1px 3px #000;
  }

  .section-3 {
    margin-left: 10px;
    margin-right: auto;
  }

  .image-11 {
    margin-bottom: 20px;
  }

  .image-13 {
    margin: 20px auto;
    display: block;
  }

  .list-2, .list-3, .list-4, .list-5 {
    text-align: left;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: "Area Area-2 Area-3 Area-4"
                   "Area-8 Area-5 Area-6 Area-7"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-12 {
    border-top: 1px solid #000;
    height: 3px;
  }

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

  .div-block-15 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-16 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid, .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .text-block-19 {
    text-align: left;
    object-fit: fill;
    padding-right: 100px;
    display: block;
    overflow: visible;
  }

  .container-20 {
    align-self: auto;
    display: block;
  }

  .hero-heading-left-2 {
    display: inline-block;
  }

  .container-21 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-28 {
    align-self: center;
  }

  .image-23 {
    align-self: flex-start;
    margin-left: auto;
  }

  .div-block-29 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .field-label-4 {
    margin-bottom: 0;
  }

  .text-field-5 {
    max-width: 8ch;
    margin-left: 10px;
  }

  .form-block-2 {
    flex: 1;
    width: auto;
    max-width: none;
  }

  .form-3 {
    margin-bottom: 20px;
  }

  .text-field-6 {
    max-width: 55ch;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .field-label-5 {
    margin-top: 20px;
    font-size: 16px;
    text-decoration: underline;
  }

  .text-field-7 {
    max-width: 25ch;
    margin-left: 10px;
  }

  .select-field-2 {
    max-width: 10ch;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .text-field-8 {
    width: auto;
    max-width: 16ch;
    margin-left: 10px;
    padding-left: 9px;
  }

  .text-field-9 {
    max-width: 35ch;
    margin-left: 10px;
  }

  .field-label-6, .field-label-7 {
    margin-bottom: 0;
  }

  .text-field-10 {
    width: auto;
    min-width: auto;
    max-width: 55ch;
    margin-bottom: 6px;
    margin-left: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label-8 {
    margin-bottom: auto;
  }

  .field-label-9, .field-label-10, .field-label-11, .field-label-12 {
    margin-bottom: 0;
  }

  .text-field-11 {
    max-width: 18ch;
    margin-left: 10px;
  }

  .text-field-12 {
    max-width: 45ch;
    margin-left: 10px;
  }

  .submit-button-2 {
    vertical-align: baseline;
    margin-top: 20px;
    position: static;
  }

  .div-block-30 {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-field-13 {
    margin-left: 10px;
  }

  .image-26 {
    float: none;
    object-fit: fill;
    display: block;
    position: static;
  }

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

  .textarea {
    margin-left: 10px;
  }
}

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

  .section.cc-cta {
    margin-right: auto;
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .paragraph-bigger {
    font-size: 24px;
    line-height: 28px;
    display: block;
    overflow: visible;
  }

  .button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: row;
    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: flex-end;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0;
    display: inline-block;
    position: static;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    text-align: center;
    object-fit: fill;
    font-size: 40px;
    line-height: 64px;
    display: inline-block;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    flex: 0 auto;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .menu-icon {
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .navigation-wrap {
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin-left: 0;
    display: flex;
  }

  .navigation {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
    display: block;
  }

  .navigation-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .navigation-item.w--current {
    position: static;
  }

  .menu-button {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .logo-image {
    display: block;
    overflow: visible;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    max-width: 1100px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header.cc-contact-subpage {
    background-position: 50%;
    margin-right: -29px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
  }

  .about-grid.cc-about-2 {
    padding-top: 0;
  }

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

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

  .body {
    margin-left: auto;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .text-block-6 {
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .menu-button-2 {
    margin-right: 10px;
  }

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

  .body-3 {
    margin-left: -19px;
  }

  .section-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-2 {
    margin-left: 20px;
  }

  .paragraph {
    display: block;
  }

  .image-5 {
    margin-right: 100px;
  }

  .grid-4 {
    display: inline-block;
  }

  .button {
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

  .block-quote {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

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

  .list-6, .list-7, .list-8 {
    text-align: left;
  }

  .list-9 {
    text-align: left;
    list-style-type: disc;
  }

  .image-17 {
    text-align: center;
    position: static;
  }

  .list-10, .list-11, .list-12, .list-13, .list-14, .list-15, .list-16, .list-17, .list-18, .list-19, .list-20, .list-21 {
    text-align: left;
  }

  .div-block-9 {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    padding-left: 0;
  }

  .grid-6 {
    align-content: stretch;
    display: block;
  }

  .grid-13 {
    grid-template-rows: auto;
  }

  .grid-14 {
    grid-row-gap: 14px;
  }

  .div-block-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-11 {
    display: inline-block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .f-image-cover {
    text-align: left;
    object-fit: fill;
    display: block;
    position: static;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-margin-bottom-24 {
    font-family: Roboto webfont, sans-serif;
    display: block;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container-18 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    width: 480px;
  }

  .f-h1-heading-1 {
    margin-top: 0;
    font-size: 28px;
  }

  .bold-text-24 {
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .heading-28 {
    text-align: center;
    align-self: center;
    display: block;
  }

  .image-23 {
    flex: 0 auto;
    align-self: baseline;
    margin-left: 44px;
    margin-right: auto;
  }

  .text-field-11 {
    max-width: 18ch;
  }

  .column-6 {
    object-fit: fill;
    justify-content: center;
    align-items: baseline;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    display: block;
  }

  .section.cc-cta {
    object-fit: fill;
    margin-right: auto;
    overflow: visible;
  }

  .container {
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    float: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto;
    display: flex;
    position: static;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light---left-justified {
    text-align: center;
    display: block;
    position: static;
  }

  .heading-jumbo {
    object-fit: fill;
    margin-left: auto;
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
    overflow: visible;
  }

  .heading-jumbo-small {
    font-size: 18px;
    line-height: 28px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding: 0 15px 25px;
  }

  .intro-header {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-header.cc-contact-subpage {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-left: -23px;
    margin-right: -25px;
    display: flex;
  }

  .intro-header.cc-support-subpage {
    height: 200px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    padding-right: 0;
  }

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

  .about-grid {
    object-fit: fill;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center stretch;
    display: grid;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 18px;
    grid-template-rows: auto;
  }

  .text-span {
    font-size: 18px;
  }

  .text-block {
    flex-flow: column wrap-reverse;
    align-content: space-around;
    align-items: center;
    padding-bottom: 20px;
  }

  .centered-container {
    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;
    grid-auto-flow: row;
    place-content: center stretch;
    place-items: center;
    display: grid;
  }

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

  .heading {
    font-size: 18px;
  }

  .body {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-3 {
    place-content: space-around;
  }

  .div-block, .div-block-2 {
    padding-left: 0;
  }

  .navbar {
    text-align: left;
    position: relative;
    inset: auto;
  }

  .menu-button-2 {
    border-style: none;
    margin-right: 20px;
    padding-bottom: 6px;
  }

  .container-2 {
    margin-top: 0;
    display: block;
  }

  .image-2 {
    margin: 3px auto 3px 10px;
    padding-left: 0;
    text-decoration: none;
  }

  .image-3 {
    margin-left: auto;
  }

  .body-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    margin-left: 10px;
  }

  .paragraph {
    display: block;
  }

  .submit-button {
    text-align: center;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 48px;
  }

  .image-5 {
    margin-right: 50px;
  }

  .youtube {
    flex-direction: row;
    display: block;
  }

  .youtube-2 {
    margin: auto;
  }

  .paragraph-2 {
    text-align: left;
    display: block;
  }

  .button {
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: center;
    display: block;
  }

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

  .heading-8 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .paragraph-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sticky-nav {
    padding: 0;
  }

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

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

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

  .image-16 {
    display: inline-block;
  }

  .heading-9 {
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .bold-text-6 {
    text-align: center;
    display: inline;
  }

  .heading-10 {
    font-size: 18px;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-2 {
    margin-left: 0;
    line-height: 24px;
  }

  .list-item-3, .link-9 {
    margin-left: 0;
  }

  .grid-18 {
    grid-column-gap: 1px;
    grid-template-columns: .5fr .5fr;
  }

  .container-16 {
    max-width: none;
  }

  .f-image-cover {
    outline-offset: 0px;
    text-transform: none;
    object-fit: fill;
    outline: 3px #1a1b1f;
    padding-top: 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-section-large {
    font-family: Roboto webfont, sans-serif;
    position: static;
  }

  .f-button-neutral {
    display: block;
  }

  .f-header-button-wrapper {
    padding-bottom: 40px;
    display: flex;
  }

  .f-margin-bottom-32 {
    font-size: 20px;
  }

  .f-header-grid {
    place-items: start center;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .container-17 {
    margin-top: 40px;
    padding-top: 0;
  }

  .text-block-17 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-21 {
    font-size: 28px;
  }

  .form-block {
    object-fit: fill;
    width: 320px;
    overflow: visible;
  }

  .form {
    width: 320px;
  }

  .div-block-23 {
    text-align: center;
    display: block;
  }

  .f-h1-heading-1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .bold-text-24 {
    display: block;
  }

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

  .container-20 {
    flex: 1;
    order: 0;
    align-self: auto;
    display: block;
  }

  .container-21 {
    max-width: none;
  }

  .heading-30 {
    font-size: 22px;
  }

  .image-23 {
    margin-top: 3px;
  }

  .div-block-30 {
    padding-left: 10px;
  }

  .text-field-13 {
    margin-left: 10px;
  }
}

#w-node-cc92f97d-f599-4fda-f2e6-9071343ffe57-8f07eb8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308ca636-3368-11ac-13a5-e0328f07eb91-8f07eb8d, #w-node-_308ca636-3368-11ac-13a5-e0328f07eb94-8f07eb8d {
  place-self: center;
}

#w-node-d5a01062-e96f-b15c-2b51-9ee6be18ccbc-be18ccba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7bd3750-b8d7-b191-3da9-6e947920f3b5-be18ccba {
  align-self: end;
}

#w-node-e7bcd7c0-5933-d0d1-7cad-f70242b428ff-e7d133df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f53e51-2e24-15b2-55cf-3aadd8bef837-e7d133df, #w-node-_4f48d95d-ca78-744e-8dcd-592f2e4ae663-e7d133df {
  place-self: center;
}

#w-node-_6a967d05-0340-1f10-1482-f1af7e43d003-e7d133df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a967d05-0340-1f10-1482-f1af7e43d005-e7d133df, #w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-e7d133df {
  place-self: center;
}

#w-node-_9e9d6eee-798c-e1ec-9ad3-09d236f87d36-0bd133e3, #w-node-a987b49d-4af8-7607-516b-af723adc3857-0bd133e3 {
  grid-area: Area;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-aed133e6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-aed133e6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-aed133e6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-aed133e6 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-aed133e6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-aed133e6 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76f53e51-2e24-15b2-55cf-3aadd8bef837-3dd133e7, #w-node-_4f48d95d-ca78-744e-8dcd-592f2e4ae663-3dd133e7 {
  place-self: center;
}

#w-node-_6a967d05-0340-1f10-1482-f1af7e43d003-3dd133e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-3dd133e7 {
  place-self: center;
}

#w-node-db804cf5-174c-093f-c1d6-3149271a178f-a4d133e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7eece260-681d-6a4d-4803-269aefe1ea21-a4d133e8 {
  place-self: center;
}

#w-node-ee8c9548-3915-60c3-c1d0-146df8890547-a4d133e8, #w-node-_8a1ec056-0d2f-b97c-b9c4-2ce60d51bd2d-a4d133e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-a4d133e8 {
  align-self: center;
}

#w-node-a56369e0-5e28-6627-3c47-40fe53234dab-25d133ed, #w-node-_76f53e51-2e24-15b2-55cf-3aadd8bef836-25d133ed, #w-node-_73637e6d-e605-83ff-7990-bf6e675fd44b-25d133ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f48d95d-ca78-744e-8dcd-592f2e4ae663-25d133ed {
  place-self: center;
}

#w-node-a21b0344-3e93-c8f8-20a6-3becc43c5f1b-25d133ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c4853a2-aa18-fc61-31ef-4968b09cab9d-25d133ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-f7d133ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f7d133ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f7d133ef {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f7d133ef {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f7d133ef {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-f7d133ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fbe5b593-9aff-e0f7-3cde-127acbdb052c-18d133f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d530da33-aa58-75d8-2b7e-0019e250b0be-18d133f3, #w-node-_2d01e6f8-c27d-d6a4-1223-4f31f0b45216-18d133f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_76f53e51-2e24-15b2-55cf-3aadd8bef837-18d133f3, #w-node-_4f48d95d-ca78-744e-8dcd-592f2e4ae661-18d133f3 {
  place-self: center;
}

#w-node-_7f2e932a-4689-692d-66a8-ef2aba40a04d-18d133f3, #w-node-_6a967d05-0340-1f10-1482-f1af7e43d004-18d133f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a967d05-0340-1f10-1482-f1af7e43d002-18d133f3, #w-node-_9c57396f-e20b-237d-4e1c-fdbf52b707d3-18d133f3 {
  place-self: center;
}

#w-node-_56bb6388-d5e1-4203-fea6-3604538f54f1-18d133f3 {
  justify-self: center;
}

#w-node-_9c57396f-e20b-237d-4e1c-fdbf52b707d2-18d133f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaf7ba8b-e574-a2df-7f08-69c744f1b4af-18d133f3, #w-node-_931d99b4-8dda-73ed-8e09-8cc4167e8f80-18d133f3, #w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-18d133f3, #w-node-_908ac03b-c467-70f0-89d5-533442a82801-69d133f7, #w-node-e395a820-ee7f-322b-b93a-11fd35281c31-69d133f7 {
  place-self: center;
}

#w-node-db804cf5-174c-093f-c1d6-3149271a178f-27136986, #w-node-ee8c9548-3915-60c3-c1d0-146df8890547-27136986, #w-node-_8a1ec056-0d2f-b97c-b9c4-2ce60d51bd2d-27136986, #w-node-_6a967d05-0340-1f10-1482-f1af7e43d004-27136986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-27136986, #w-node-_7eece260-681d-6a4d-4803-269aefe1ea21-544c384f {
  align-self: center;
}

#w-node-db804cf5-174c-093f-c1d6-3149271a178f-544c384f, #w-node-ee8c9548-3915-60c3-c1d0-146df8890547-544c384f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f53e51-2e24-15b2-55cf-3aadd8bef837-544c384f {
  align-self: center;
}

#w-node-_8a1ec056-0d2f-b97c-b9c4-2ce60d51bd2d-544c384f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e7de0a85-df65-9adf-db03-5942b4ea88aa-544c384f {
  align-self: center;
}

#w-node-bf240b22-7f99-0e9b-28ae-eeb0d4623f02-0e8e3161, #w-node-bf240b22-7f99-0e9b-28ae-eeb0d4623f04-0e8e3161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e12f032f-c3ba-5518-c292-3304d6ca1cf5-35e045d6, #w-node-_46d309c3-2e04-483c-cd45-df62b9f720b5-35e045d6, #w-node-_34ad7fb2-7de2-4230-57de-8b004b72ae57-35e045d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c025c2f1-0c55-2df4-6906-ba3464dc2eaa-623dc10b {
  align-self: start;
}

#w-node-_321cd2eb-4d2c-f402-48a3-2735e6c5bab0-623dc10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_28995120-696a-b45f-2019-87074cb77357-0bf04db5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-e99f219c-bcef-8b92-f844-7fccfecd7229-0bf04db5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_54f9d071-9129-6b4b-32f6-fcb7e2512336-0bf04db5 {
  grid-row: span 2 / span 2;
}

#w-node-a56369e0-5e28-6627-3c47-40fe53234dab-5d9cbc5d, #w-node-_73637e6d-e605-83ff-7990-bf6e675fd44b-5d9cbc5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f48d95d-ca78-744e-8dcd-592f2e4ae663-5d9cbc5d {
  place-self: center;
}

#w-node-_4c4853a2-aa18-fc61-31ef-4968b09cab9d-5d9cbc5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-aed133e6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-aed133e6 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-aed133e6 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-aed133e6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-db804cf5-174c-093f-c1d6-3149271a178f-a4d133e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f7d133ef {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f7d133ef {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f7d133ef {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f7d133ef {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c025c2f1-0c55-2df4-6906-ba3464dc2eaa-623dc10b {
    order: -9999;
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-aed133e6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-aed133e6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-aed133e6 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-aed133e6 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-aed133e6 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-f7d133ef {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-f7d133ef {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-f7d133ef {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-f7d133ef {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-f7d133ef {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c025c2f1-0c55-2df4-6906-ba3464dc2eaa-623dc10b {
    place-self: start center;
  }

  #w-node-_321cd2eb-4d2c-f402-48a3-2735e6c5bab0-623dc10b {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bbb6eb1d-e5f6-dd7f-f894-0549e2a1bebc-58d133d5, #w-node-d15c0bfa-12ba-3616-c26b-c96e84c353ff-58d133d5, #w-node-_9947926f-fbb4-4fca-ea17-5503a9c1fe32-58d133d5, #w-node-_3523083e-dad5-f1f4-cb03-7d7697ce40e3-58d133d5, #w-node-_584ff495-f6c3-1bdb-a0ea-6b28af88fb36-58d133d5, #w-node-_052b0410-f648-c7d1-ba8a-7f2ad434c92a-58d133d5, #w-node-_8e67d9b4-4dca-5538-f29d-fb6c5534458a-58d133d5, #w-node-fe8a7235-8217-79ea-2cc6-40f2e65697ed-e65697ec {
    place-self: auto;
  }

  #w-node-e99f219c-bcef-8b92-f844-7fccfecd7229-0bf04db5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_54f9d071-9129-6b4b-32f6-fcb7e2512336-0bf04db5 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-BlackItalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-LightItalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto webfont';
  src: url('../fonts/Roboto-Medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}