@font-face {
  font-family: Montserrat;
  src: url('../fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.ttf') format("truetype"), url('../fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-05: #0000000d;
  --black: var(--black-80);
  --black-80: #000;
  --red\<deleted\|variable-7d56d39c\>: #e6391e;
  --white: white;
  --black-10: #0000001a;
  --black-50: #00000080;
  --black-20: #0003;
  --red-20: #d6393c33;
  --red-10: #d6393c1a;
  --red-05: #d6393c0d;
  --red2: #e6391e;
  --white-60: #fff9;
  --white-10: #ffffff1a;
  --white-20: #fff3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black-05);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

h1 {
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

p {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.primary-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 192px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 192px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.rich-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.rich-text h1, .rich-text h2 {
  letter-spacing: -2px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.rich-text h3 {
  letter-spacing: -1px;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}

.rich-text h4 {
  letter-spacing: 0;
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}

.rich-text h5 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.rich-text h6 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.rich-text p {
  color: var(--black-80);
  margin-bottom: 20px;
}

.rich-text a {
  color: var(--red\<deleted\|variable-7d56d39c\>);
}

.rich-text a:hover {
  text-decoration: underline;
}

.rich-text strong {
  font-weight: 600;
}

.rich-text li {
  color: var(--black-80);
}

.rich-text ul, .rich-text ol {
  grid-row-gap: 4px;
  flex-direction: column;
  margin-bottom: 24px;
  padding-left: 32px;
  display: flex;
}

.rich-text figcaption {
  color: var(--black-80);
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  line-height: 140%;
}

.rich-text blockquote {
  color: var(--red\<deleted\|variable-7d56d39c\>);
  letter-spacing: -1px;
  border-left: 1px #000;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 32px;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

.rich-text figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-huge {
  letter-spacing: -8px;
  text-transform: uppercase;
  font-size: 120px;
  font-weight: 400;
  line-height: 90%;
  display: none;
}

.tags-second-class {
  grid-column-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.uppercase {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.uppercase.is-white {
  color: var(--white);
}

.container-large {
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.33%;
  padding-right: 3.33%;
}

.container-large.no-padding {
  position: relative;
}

.container-large.no-padding.x {
  display: none;
}

.container-large.no-padding.n {
  padding-right: 8%;
}

.information-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 96px;
  display: flex;
}

.heading-huge {
  letter-spacing: 0;
  white-space: break-spaces;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.heading-huge.home {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.information-content {
  flex: 1;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 192px;
}

.information-intro {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.heading-small {
  color: var(--black-80);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 135%;
}

.information-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.heading-large {
  letter-spacing: -3px;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.heading-large.is-white {
  color: var(--white);
}

.heading-large.is-red {
  color: var(--red\<deleted\|variable-7d56d39c\>);
}

.heading-large.is-center {
  text-align: center;
}

.tag-class {
  background-color: #e000091a;
  border-radius: .25rem;
  padding-left: 12px;
  padding-right: 12px;
}

.tag-class.is-purple {
  background-color: #6239ec1a;
}

.information-bottom {
  border-top: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.style-guide-flex {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-flex.for-rich-text {
  grid-row-gap: 32px;
}

.others-badge {
  border: 1px solid var(--black-10);
  background-color: var(--black-80);
  border-radius: 4px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.others-badge._2 {
  background-color: var(--black-50);
}

.others-badge._3 {
  background-color: var(--black-20);
}

.others-badge._4 {
  background-color: var(--black-10);
}

.others-badge._5 {
  background-color: var(--black-05);
}

.others-badge._6 {
  background-color: var(--red-20);
}

.others-badge._7 {
  background-color: var(--red-10);
}

.others-badge._8 {
  background-color: var(--red-05);
}

.style-guide-type {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
}

.text-large {
  color: var(--black-80);
  font-size: 20px;
  font-weight: 300;
  line-height: 180%;
}

.text-large.for-menu-item, .text-large.is-white {
  color: var(--white);
}

.text-large.for-contact-intro {
  text-align: center;
}

.text-large.is-arrow {
  margin-left: 4px;
}

.heading-tiny {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-tiny.is-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.style-guide-item {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-what {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: auto;
  min-height: 192px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  box-shadow: 1px 0 24px #00000014;
}

.brand-icon {
  flex: none;
  width: 200px;
  max-width: 200px;
}

.color-name {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
}

.heading-medium {
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.heading-medium.is-relative {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  position: relative;
  left: -48px;
}

.text-regular {
  color: var(--black-80);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.text-regular.is-arrow {
  margin-left: 4px;
}

.text-regular.for-success {
  color: var(--red\<deleted\|variable-7d56d39c\>);
  text-align: left;
}

.primary-badge {
  border: 1px solid var(--black-10);
  background-color: var(--black);
  border-radius: 4px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.primary-badge._2 {
  background-color: var(--red\<deleted\|variable-7d56d39c\>);
}

.primary-badge._3 {
  background-color: var(--white);
}

.information-top {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.style-guide-description {
  padding-left: 64px;
  padding-right: 64px;
}

.style-guide-links {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.brand-link {
  align-items: center;
  width: 112px;
  display: flex;
  position: relative;
}

.brand-link.w--current {
  flex: none;
  width: 200px;
}

.style-guide-items {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.style-guide-items.for-colors {
  grid-row-gap: 64px;
}

.heading-xlarge {
  letter-spacing: -4px;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
}

.heading-xlarge.is-white {
  color: var(--white);
}

.text-link {
  color: var(--red\<deleted\|variable-7d56d39c\>);
}

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

.text-link.is-blue {
  color: #2151f5;
  font-weight: 500;
}

.other-colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 96px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 96px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.style-guide-element {
  border-right: 1px solid #e00009;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 100%;
  min-height: 96px;
  display: flex;
}

.text-small {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.text-small.is-purple {
  color: #6239ec;
}

.text-small.is-red {
  color: #e00009;
}

.text-small.is-black-50 {
  color: var(--black-50);
}

.text-small.se {
  color: #000;
}

.text-small.se:hover {
  color: var(--red2);
  text-decoration: none;
}

.text-small._2 {
  font-size: 13px;
}

.text-small.black {
  color: var(--black-50);
  font-family: Inter, sans-serif;
}

.text-tiny {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.text-tiny.is-black-50 {
  color: var(--black-50);
}

.text-tiny.is-red {
  color: var(--red\<deleted\|variable-7d56d39c\>);
}

.text-xlarge {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.text-xlarge.is-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.instructions {
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}

.introduction-images {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.tag-classes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.instructions-items {
  grid-row-gap: 48px;
  border: 1px solid #262b401a;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 48px;
  display: flex;
}

.introduction-image.is-special {
  width: 400px;
}

.introduction-item {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.licenses-items {
  grid-row-gap: 48px;
  border: 1px solid #262b401a;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 48px;
  display: flex;
}

.licenses-item {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.licenses {
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}

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

.chagelog-item {
  grid-column-gap: 32px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.page-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header {
  z-index: 100;
  position: relative;
}

.main {
  height: auto;
  min-height: 0;
  padding-top: 170px;
}

.main.less-padding {
  padding-top: 176px;
}

.main.home {
  padding-top: 0;
}

.footer {
  background-color: var(--red2);
  background-image: linear-gradient(#0000004d, #0000004d);
}

.section-hero {
  padding-right: 5%;
}

.section-hero.home {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0%;
  display: flex;
}

.section-hero.v {
  padding-top: 60px;
}

.uppercase-small {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}

.uppercase-small.is-white {
  color: var(--white);
}

.nav-bar {
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.for-menu {
  z-index: 10;
  padding-left: 3.33%;
  padding-right: 3.33%;
}

.navigation {
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.nav-content {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.nav-button {
  width: 64px;
  height: 64px;
  position: relative;
}

.burger-icon {
  width: 20px;
}

.underlayer {
  background-color: var(--black-20);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.underlayer.for-menu-item {
  background-color: var(--red2);
}

.underlayer.for-menu-item:hover {
  background-color: #e6391e00;
}

.underlayer.is-red-20 {
  background-color: #ff000533;
}

.underlayer.is-red-20._2 {
  background-color: #fff3;
}

.underlayer.is-red-20.af {
  -webkit-text-stroke-color: #fff6;
  background-color: #ff000500;
}

.underlayer.is-red-20.af:hover {
  background-color: #fff0;
}

.underlayer.is-black-50 {
  background-color: var(--black-50);
}

.burger {
  border: 1px solid var(--black-50);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -4px;
  left: -4px;
}

.menu {
  z-index: 100;
  background-color: #ff1716;
  background-image: linear-gradient(#0009, #0009), linear-gradient(#e6391e, #e6391e), url('../images/Menu.svg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  padding-top: 192px;
  padding-bottom: 192px;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.menu.old-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.container-small {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.container-small.home {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13%;
  padding-right: 13%;
}

.container-small.home.h {
  flex-flow: column;
  padding-left: 0%;
  padding-right: 0%;
}

.container-small.abt {
  z-index: 9;
  padding: 0% 10%;
  display: flex;
  position: absolute;
  top: 570.969px;
}

.menu-items {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black-20);
  border-left: 1px solid var(--black-20);
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 64%;
  display: grid;
}

.menu-item {
  border-right: 1px solid var(--black-20);
  border-bottom: 1px solid var(--black-20);
  width: 100%;
  position: relative;
}

.menu-item:hover {
  background-image: linear-gradient(#e6391e, #e6391e);
}

.menu-item:focus {
  background-image: linear-gradient(to bottom, var(--red2), var(--red2));
}

.menu-link {
  z-index: 10;
  background-color: var(--black-05);
  width: 100%;
  padding: 24px;
  position: relative;
}

.menu-link:hover {
  z-index: 20;
}

.phone {
  border: 1px solid var(--red\<deleted\|variable-7d56d39c\>);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -4px;
  left: -4px;
}

.footer-top {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-bottom._2 {
  background-color: #3e211d;
  justify-content: center;
  align-items: center;
  height: 104px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-sub {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.footer-nav-item {
  grid-row-gap: 24px;
  border: 1px #000;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding-top: 24px;
  display: flex;
}

.footer-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.footer-brand {
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  color: var(--white-60);
}

.footer-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-link.for-big-names {
  max-width: 176px;
}

.footer-link.service {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.footer-contact {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.phones {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.66%;
  padding-right: 6.66%;
}

.newsletter {
  width: 70%;
  max-width: none;
  margin-bottom: 0;
}

.form {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: var(--white);
  letter-spacing: -2px;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 0 16px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
}

.text-field::placeholder {
  color: var(--white-60);
}

.field-item {
  grid-column-gap: 0px;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-legal {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  max-width: 288px;
  display: flex;
}

.sub-links {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.subscribe {
  color: #fff;
  background-color: #212020cc;
  border-radius: 100px;
  padding: 5px 16px;
  font-size: 32px;
  line-height: 100%;
}

.subscribe:hover {
  background-color: var(--red\<deleted\|variable-7d56d39c\>);
  color: var(--white);
}

.footer-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 144px;
  padding-bottom: 10px;
  display: flex;
}

.social-link {
  border: 1px solid var(--black-50);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -4px;
  left: -4px;
}

.hero-image-wrapper {
  width: 100%;
  height: 50vw;
  max-height: 864px;
}

.hero-info {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.title-wrapper.for-hero {
  width: 1200px;
  max-width: 1300px;
}

.title-wrapper.for-article-card {
  max-width: 432px;
}

.button {
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 64px;
  margin-top: 27px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.button.home {
  margin-top: 0;
}

.button.sc.blog {
  width: 200px;
}

.button.af {
  border-style: solid;
}

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

.button-link {
  background-color: var(--white);
  color: #e6391e;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e6391e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  position: relative;
  top: -4px;
  left: -4px;
}

.button-link.for-cta {
  border-color: var(--black);
  color: var(--black);
}

.button-link.ss {
  border-style: none;
  font-weight: 300;
}

.button-link.ss.s {
  color: var(--red2);
  background-color: #fff0;
}

.button-link.ss.s._2 {
  color: #fff;
}

.button-link.ss.s._2:hover {
  color: var(--red2);
}

.button-link.service {
  background-color: var(--red2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-content {
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-content.for-inner-pages {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-content.for-inner-pages.abt {
  margin-top: 136px;
}

.hero-content._2 {
  justify-content: center;
  align-items: center;
}

.desktop-image {
  object-fit: cover;
  width: 100%;
  height: 90%;
}

.spacer {
  width: 100%;
  height: 192px;
}

.spacer.b {
  height: 100px;
}

.section-statament {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #faf9f9;
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.section-statament.abt {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  height: auto;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-firm.oe {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-news {
  display: block;
}

.section-news.cms {
  display: none;
}

.section-cta {
  margin-bottom: -48px;
  position: relative;
}

.section-cta.home {
  margin-top: 60px;
}

.mobile-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.statement-content {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.text-wrapper.for-statement {
  max-width: 800px;
}

.text-wrapper.for-firm-info {
  max-width: 376px;
}

.text-wrapper.for-cta {
  max-width: none;
}

.text-wrapper.for-statement-services {
  max-width: 896px;
}

.text-wrapper.for-founder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-wrapper.for-statement-attorneys {
  max-width: 800px;
}

.text-wrapper.for-statement-careers {
  max-width: 770px;
}

.paragraphs {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraphs.for-statement {
  align-self: flex-end;
  max-width: 384px;
}

.firm-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 48px;
  display: none;
}

.firm-buttons {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.firm-button {
  background-color: var(--red-10);
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 176px;
  height: 100%;
  max-height: 176px;
  display: flex;
}

.firm-button.is-red-20 {
  background-color: var(--red-20);
}

.firm-image {
  width: 50%;
}

.firm-info {
  background-color: #e6391e;
  flex: 1;
  width: 36%;
  padding: 48px;
}

.icon {
  justify-content: space-between;
  align-items: center;
  width: 28px;
  display: block;
}

.cards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.card {
  border: 1px solid var(--black-10);
  width: 100%;
  height: 100%;
  position: relative;
}

.card.top {
  border-top-width: 0;
}

.card.right {
  border-right-width: 0;
}

.card.left {
  border-left-width: 0;
}

.card.bottom {
  border-bottom-width: 0;
}

.card-underlayer {
  background-color: var(--black-05);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-link {
  z-index: 10;
  background-color: var(--white);
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  min-height: 160px;
  padding: 48px;
  position: relative;
}

.card-link:hover {
  z-index: 20;
}

.card-link.for-attorney-find {
  min-height: 0;
  padding: 24px;
}

.content-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.content-title.home {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.content-title.abt {
  display: none;
}

.title-ball {
  background-color: var(--black-05);
  background-image: linear-gradient(#e6391e, #e6391e);
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.title-flex {
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cms-articles.home {
  padding: 3% 10% 5%;
  display: none;
}

.articles-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-link {
  z-index: 10;
  grid-row-gap: 96px;
  background-color: var(--white);
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: flex;
  position: relative;
}

.article-link:hover {
  z-index: 20;
}

.article-tags {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.tag {
  background-color: #e6391e;
  border-radius: 40px;
  padding: 4px 8px;
  display: inline-block;
}

.tag.for-hero-split {
  background-color: var(--black-20);
}

.cta-content {
  grid-row-gap: 48px;
  background-color: #d02e15;
  background-image: url('../images/Group-1-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 96px;
  display: flex;
}

.section-discover {
  display: none;
}

.wrapper.button-statement {
  margin-top: 28px;
}

.wrapper.flex-horizontal {
  align-items: center;
  display: flex;
}

.section-numbers {
  display: none;
}

.numbers-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.numbers-item {
  grid-column-gap: 24px;
  border-top: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  background-color: var(--white);
  align-items: center;
  width: 50%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.numbers-item._2 {
  align-self: flex-end;
  margin-top: -1px;
}

.numbers-item._3 {
  align-self: flex-end;
  width: 85%;
  margin-top: -1px;
}

.plus-huge {
  display: inline-block;
  position: relative;
  bottom: 10px;
}

.section-founder.sign-me-up {
  margin-bottom: 66px;
  display: block;
}

.section-industries {
  padding-top: 58px;
}

.services-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-small {
  width: 100%;
  height: 96px;
}

.paragraphs-overview {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.founder-info {
  background-color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-bottom: 31px;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
}

.founder-info._2 {
  background-color: var(--red2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.founder-content {
  border: 1px solid #d9d9d9;
  justify-content: space-between;
  width: 100%;
  height: 580px;
  max-height: 864px;
  display: flex;
}

.founder-content._2 {
  margin-top: -3px;
}

.text-semi-bold {
  font-weight: 600;
}

.founder-image {
  object-fit: cover;
  background-image: url('../images/circle-llc-book-consultation-min.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.founder-image._1 {
  background-image: url('../images/start-conversation.jpeg');
}

.hero-split {
  justify-content: space-between;
  width: 100%;
  height: 40vw;
  min-height: 512px;
  max-height: 688px;
  display: flex;
  position: relative;
}

.hero-split-info {
  grid-row-gap: 16px;
  background-color: var(--red\<deleted\|variable-7d56d39c\>);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-split-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.attorneys-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.attorney-link {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.attorney-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 24vw;
  max-height: 428px;
}

.attorney-info {
  padding: 12px 12px 16px;
}

.overview-attorney {
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.attorney-find {
  grid-column-gap: 24px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.find-item {
  width: 100%;
}

.find-cards {
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
}

.jobs-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-content {
  grid-row-gap: 96px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-intro {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.intro-top {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-publishing {
  border-top: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.author {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.date {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.author-pic {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.contact-intro {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact {
  display: none;
}

.privacy-content {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-items {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 48px;
  display: flex;
}

.privacy-item {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.ghost-item {
  width: 100%;
  height: 1px;
}

._404-content {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  max-width: 540px;
  margin-top: -8vh;
  display: flex;
}

.link-404 {
  background-color: var(--red\<deleted\|variable-7d56d39c\>);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 192px;
  min-height: 64px;
  padding: 8px 16px;
  display: flex;
}

.section-404 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.tag-404 {
  border: 1px solid var(--red\<deleted\|variable-7d56d39c\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.tag-404.top {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 32px 0% auto;
}

.tag-404.bottom {
  position: absolute;
  inset: auto auto 32px;
}

.service-footer-item {
  display: flex;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 32px 0;
}

.nav-container {
  background-color: var(--white);
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.33%;
  padding-right: 3.33%;
}

.close-button {
  width: 64px;
  height: 64px;
  position: relative;
}

.close {
  border: 1px solid var(--black);
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -4px;
  left: -4px;
}

.close-icon {
  width: 16px;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 50vw;
  max-height: 864px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 570px;
  display: flex;
}

.div-block-2 {
  background-image: url('../images/Imagery---8.jpeg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  width: 100%;
}

.section-405 {
  width: auto;
}

.section-406 {
  width: 100%;
  height: 50vw;
  max-height: 864px;
  padding-left: 0;
  display: flex;
}

.values {
  width: 50%;
}

.value-image {
  width: 50%;
  margin-top: 0;
}

.icon-with-text {
  justify-content: flex-start;
  padding-top: 17px;
  display: flex;
}

.text {
  padding-left: 20px;
}

.line {
  border: .9px solid #e6391e;
  width: 80%;
  margin-top: 20px;
  padding-top: 0;
}

.paragraph {
  color: #5a5151;
  width: 80%;
  padding-top: 26px;
}

.value-box {
  padding-top: 0;
}

.space {
  height: 40px;
}

.div-block-3 {
  background-image: url('../images/Portrait-of-cheerful-businesswoman-1-min.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 133px;
}

.section-407 {
  height: auto;
  display: block;
}

.section-407.oe {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.left-ex {
  background-image: linear-gradient(#ff161621, #ff161621);
  border: 1px solid #e6391e99;
  border-radius: 27px;
  width: 100%;
  height: 514px;
  margin-right: 20px;
  padding-left: 0;
  display: block;
}

.left-ex.right {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
}

.left-ex.right.private {
  background-image: none;
  border-style: none;
  border-color: #fff9;
}

.right-ex {
  background-image: linear-gradient(#ff161621, #ff161621);
  border: 1px solid #e6391e99;
  border-radius: 27px;
  width: 100%;
  height: 514px;
  margin-left: 20px;
}

.div-block-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 87px 87px 50px;
  display: flex;
}

.icon-box {
  padding-top: 50px;
  padding-left: 18px;
  display: flex;
}

.heading {
  margin-left: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image {
  padding-right: 0;
}

.check-box {
  padding-top: 22px;
  padding-left: 20px;
}

.heading-2 {
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.body {
  height: auto;
}

.section-custom-industries {
  display: none;
}

.container-2 {
  width: 100%;
  max-width: 1728px;
  padding-left: 10%;
  padding-right: 10%;
}

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

.item-service {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.item-card {
  border: .5px solid #dadada;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.under {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  inset: 0%;
}

.link-card {
  border: 0 #000;
}

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

.heading-4 {
  color: #000c;
  font-size: 24px;
  line-height: 135%;
}

.accordian {
  background-image: url('../images/accordian.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 2486px;
  display: flex;
}

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

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-3 {
  color: #494947;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

._2-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 561px;
  padding: 24px;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.accoreidan-container {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nava {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 226px;
  display: flex;
}

.vectors-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.container-nav {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-4 {
  color: #e5391e;
  width: 300px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.svg {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  padding: 10px;
  display: flex;
}

.vectors-wrapper-2 {
  cursor: pointer;
  background-image: url('../images/minus.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 20px;
  height: 3px;
  display: flex;
}

.vectors-wrapper-2._2 {
  background-image: url('../images/open.svg');
  background-size: cover;
  border: 1px solid #000;
}

.text-5 {
  color: #494947;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.container-speed {
  grid-column-gap: 100%;
  grid-row-gap: 100%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 85%;
  display: flex;
}

.container-speed.ggg {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
}

.container-speed.jjj {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  width: auto;
  max-width: none;
}

.container-lag {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 85%;
  display: flex;
}

.container-lag.nnn, .container-lag.nnnn {
  grid-column-gap: 320px;
  grid-row-gap: 320px;
  width: auto;
  max-width: none;
}

.container-lag.bbbb {
  width: auto;
  max-width: none;
}

.nestcoin-property {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 226px;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
}

.notable-experience-0 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 101.9%;
}

.notable-experience-1 {
  color: #e5391e;
  font-family: Montserrat, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 101.9%;
}

.accordian-2 {
  object-fit: fill;
  background-image: url('../images/Group-70-min.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

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

.noteable-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-6 {
  font-size: 16px;
}

.text-7 {
  color: #494947;
  width: 70%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

._2-columns-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: auto;
  padding: 0 100px 24px 24px;
  display: flex;
}

.accoreidan-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nava-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 179px;
  display: flex;
}

.nava-2.second {
  background-color: #fff;
  margin-top: -69px;
}

.before-text-nava {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.vectors-wrapper-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.text-8 {
  color: #494947;
  width: 90%;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

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

.speed, .meta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 179px;
  display: flex;
}

.nestcoin-property-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: 179px;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
}

.notable-experience-2 {
  color: #e5391e;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 101.9%;
}

.div-block-6 {
  width: auto;
  display: flex;
}

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

.div-block-8 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-9 {
  background-color: #fff;
  width: 100%;
  height: 60px;
  display: none;
}

.image-2 {
  cursor: pointer;
  width: 15px;
  max-width: none;
  height: 15px;
  display: block;
}

.image-2.minus {
  display: block;
}

.minus-img {
  width: 15px;
  max-width: none;
  height: 3px;
  margin-top: 6px;
  padding-top: 0;
  display: none;
}

.faq {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.div-block-10 {
  width: 80%;
  height: 100vh;
}

.container-4 {
  padding-left: 6em;
  padding-right: 6em;
}

.faq-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.faq-item {
  justify-content: space-between;
  width: 100%;
  display: block;
  overflow: hidden;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block {
  color: var(--red2);
  flex: 1;
  font-size: 24px;
  font-weight: 500;
}

.faq-body {
  background-color: #0000;
}

.dropdown-list {
  background-color: #0000;
  border-radius: 8px;
  height: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.paragraph-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 1.5em 0 1em;
}

.image-3 {
  flex: none;
}

.image-4 {
  display: none;
}

.section-408 {
  background-image: url('../images/Frame-90-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: none;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.nav {
  display: none;
}

.icon-2 {
  background-color: #fff0;
}

.slide---inner {
  color: #fff6;
  overflow: hidden;
}

.slide---inner.x-blue {
  background-color: #001eff00;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clrcle-llc.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide---inner.x-blue._2 {
  background-color: #0000000d;
  background-image: linear-gradient(#00000080, #00000080), url('../images/ng02itl5xf16qqpdczwf.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide---inner.x-blue._2.c {
  display: none;
}

.slide---inner.x-blue._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clrcle-llc2.webp');
}

.slide---inner.x-blue.x {
  display: none;
}

.slide---inner.x-turquoise {
  background-color: #10c39d;
}

.slide---inner.x-orange {
  background-color: #e75805;
}

.slide {
  overflow: hidden;
}

.slide.x {
  position: relative;
}

.slider {
  background-color: #e6391e24;
  height: 600px;
}

.text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100vh;
  margin-top: 0;
  padding-left: 100px;
  display: flex;
}

.text-wrap._2 {
  width: 80%;
}

.text-wrap._1 {
  width: 100%;
}

.arrow {
  opacity: 1;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

.section-slider {
  z-index: 99;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  position: relative;
}

.text-block-2 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 90%;
}

.core-values {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.core-values.old {
  display: none;
}

.core-values.new {
  margin-top: 15px;
  padding-top: 0;
}

.core-fixed {
  border-left: 2px solid var(--red2);
  background-color: #f4b9b9;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 73px;
  display: flex;
}

.core-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fefafa;
  width: 600px;
  height: 73px;
  display: flex;
  overflow: hidden;
}

.core-list.new {
  width: 1200px;
}

.list-inner {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  flex: none;
  padding-left: 10px;
  display: flex;
}

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

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 73px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.paragraph-4 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.service-areas {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-color: #f447470f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 100px 50px;
  display: flex;
}

.start-up {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.start-up._2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.startup {
  background-color: #fff;
  border: 1px solid #dae1e9;
  width: 649px;
  height: auto;
  padding: 30px 0 30px 20px;
}

.startup.last {
  border-style: none;
}

.heading-6, .heading-7 {
  font-size: 55px;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.startup-innerbox {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.startup-icon {
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  display: flex;
}

.startup-title {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  font-size: 22.5px;
}

.heading-10 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.paragraph-5 {
  color: #4e637a;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.paragraph-5.app {
  width: 90%;
  font-size: 20px;
}

.paragraph-5.app._2 {
  color: #fff;
  width: 70%;
}

.service-button {
  background-color: #ff16162e;
  width: 269px;
  height: 78px;
}

.heading-11 {
  letter-spacing: 0;
}

.heading-12 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.heading-12._2 {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  width: 80%;
}

.image-5 {
  position: static;
  inset: 216px 0% 0% -100%;
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 200px;
  display: flex;
}

.paragraph-6 {
  color: #fff;
  max-width: 80%;
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  background-image: linear-gradient(#ffffff80, #ffffff80);
  width: 166px;
  height: 1px;
}

.div-block-14.long {
  width: 100%;
  height: 2px;
}

.section-about {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: #4e637a;
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.core {
  padding-top: 100px;
}

.heading-13 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 400;
}

.core-it {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.core-it._2 {
  padding-bottom: 0;
}

.heading-14 {
  letter-spacing: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.paragraph-8 {
  color: #4e637a;
  max-width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-17 {
  flex-flow: column;
  display: block;
}

.image-6, .image-7, .image-8 {
  padding-bottom: 20px;
}

.circle {
  position: relative;
  top: -20px;
  left: -169px;
}

.div-block-18 {
  height: auto;
}

.div-block-19 {
  background-color: #d02e15;
  background-image: url('../images/Group-1-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  padding-top: 100px;
  padding-left: 60px;
}

.heading-15 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 80%;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 300;
}

.notable-ex {
  background-color: var(--red2);
  height: auto;
  margin-top: 100px;
  margin-left: 0;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 120px;
}

.div-block-22 {
  background-color: #fff;
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  display: flex;
}

.div-block-23 {
  width: 40%;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.heading-16, .heading-17 {
  font-size: 55px;
}

.heading-18 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.paragraph-9 {
  color: #4e637a;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.image-10 {
  position: absolute;
  left: -87px;
}

.other-practise {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.contact-details {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f7f7f7;
  flex-flow: row;
  width: 100%;
  padding: 90px 30px;
  display: flex;
}

.contact-form {
  background-color: #f7f7f7;
  width: 688px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  display: none;
}

.div-block-26 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%;
  display: none;
}

.address {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.address._2 {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.heading-19 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-10._2 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  background-color: #6d373700;
  border: 1px solid #0000;
  border-bottom-color: #000;
  font-family: Montserrat, sans-serif;
}

.text-field-2:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--red2);
  color: var(--black);
  border-left-style: none;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
}

.ta {
  padding-top: 40px;
}

.div-block-27 {
  width: 40%;
  height: 70px;
  margin-top: 40px;
}

.div-block-28 {
  position: relative;
  top: 217px;
  left: -638px;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--red2);
  background-color: #f447470f;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-29 {
  border: 2px none var(--red2);
  background-image: url('../images/expert-min.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 10px 10px 0;
  width: 50%;
  height: 400px;
}

.div-block-30 {
  border: 2px none var(--red2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  display: flex;
}

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

.container-6 {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-31, .div-block-32 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.paragraph-11 {
  color: #979393;
  text-align: left;
  width: 100%;
  font-size: 9px;
  font-weight: 300;
  line-height: 180%;
}

.our-footprint {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5% 10%;
  display: grid;
}

.blog-text {
  padding-top: 60px;
  font-weight: 300;
}

.blog-text.top, .blog-text.bullet {
  padding-top: 0;
}

.rich-text-block {
  padding-top: 20px;
}

@media screen and (min-width: 1920px) {
  .section-hero.home {
    padding-left: 220px;
  }

  .container-small.home {
    padding-left: 18%;
    padding-right: 18%;
  }

  .container-small.home._2 {
    padding-left: 0%;
  }

  .button.sc.blog {
    width: 200px;
  }

  .cards {
    width: 100%;
  }

  .cms-articles.home {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide---inner.x-blue {
    height: 700px;
  }

  .mask, .slide, .slider, .text-wrap._1 {
    height: auto;
  }

  .section-slider {
    margin-top: 120px;
  }

  .start-up._2 {
    align-items: stretch;
    width: auto;
  }

  .expert-title {
    width: 649px;
  }

  .div-block-28 {
    top: 193px;
    left: -779px;
  }

  .paragraph-11 {
    font-size: 10px;
  }

  .our-footprint {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -4px;
    font-size: 64px;
    line-height: 110%;
  }

  h2 {
    letter-spacing: -3px;
    font-size: 56px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
    line-height: 140%;
  }

  .text-huge {
    letter-spacing: -6px;
    font-size: 96px;
  }

  .tags-second-class {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .uppercase.is-white {
    flex: none;
  }

  .container-large {
    padding-left: 32px;
    padding-right: 32px;
    display: none;
  }

  .container-large.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.no-padding.n {
    display: flex;
  }

  .heading-huge {
    letter-spacing: -4px;
    font-size: 64px;
    line-height: 110%;
  }

  .heading-huge.home {
    width: 100%;
    font-size: 50px;
  }

  .heading-small {
    font-size: 20px;
    line-height: 140%;
  }

  .style-guide-flex {
    grid-column-gap: 4rem;
    flex-direction: column;
  }

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

  .heading-medium.is-relative {
    font-size: 20px;
    left: -22px;
  }

  .style-guide-description {
    padding-left: 48px;
    padding-right: 48px;
  }

  .style-guide-links {
    grid-column-gap: 16px;
  }

  .style-guide-items.for-colors {
    width: 100%;
  }

  .heading-xlarge {
    letter-spacing: -3px;
    font-size: 56px;
  }

  .style-guide-element {
    width: 192px;
  }

  .text-xlarge {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .main.less-padding {
    padding-top: 160px;
  }

  .footer {
    background-color: var(--red2);
  }

  .section-hero.home {
    width: auto;
    padding-left: 5%;
  }

  .menu {
    padding-top: 240px;
  }

  .container-small {
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
  }

  .container-small.for-attorneys {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-small.home._2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-small.abt {
    top: 749.969px;
  }

  .container-small.oe {
    display: none;
  }

  .container-small.oe.oo {
    display: flex;
  }

  .menu-items {
    width: 100%;
  }

  .footer-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-bottom._2 {
    height: 98px;
  }

  .footer-sub {
    grid-row-gap: 80px;
  }

  .footer-nav-item {
    max-width: none;
  }

  .footer-nav {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    display: grid;
  }

  .footer-brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .footer-link:hover {
    color: var(--white-60);
    text-decoration: none;
  }

  .container-regular {
    padding-left: 64px;
    padding-right: 64px;
  }

  .container-regular.for-cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .newsletter {
    width: 60%;
    max-width: 432px;
  }

  .form {
    grid-row-gap: 24px;
  }

  .text-field {
    letter-spacing: -1px;
    font-size: 15px;
  }

  .footer-legal {
    grid-row-gap: 32px;
    order: 1;
    width: 100%;
    max-width: none;
  }

  .sub-links {
    grid-column-gap: 48px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .subscribe {
    font-size: 24px;
  }

  .subscribe:hover {
    background-color: var(--white-10);
    color: var(--white-60);
  }

  .footer-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 112px;
    padding-bottom: 80px;
  }

  .hero-image-wrapper {
    height: 60vw;
    max-height: none;
  }

  .hero-info {
    grid-row-gap: 32px;
  }

  .title-wrapper.for-hero {
    max-width: 680px;
  }

  .hero-content {
    grid-row-gap: 80px;
  }

  .hero-content.for-inner-pages {
    grid-row-gap: 32px;
  }

  .hero-content.for-inner-pages.abt {
    margin-top: 80px;
  }

  .desktop-image {
    display: none;
  }

  .spacer {
    height: 160px;
  }

  .section-firm {
    display: none;
  }

  .section-firm.oe {
    display: flex;
  }

  .section-news {
    padding-bottom: 60px;
  }

  .section-cta {
    margin-bottom: -32px;
  }

  .mobile-image {
    height: auto;
    display: block;
  }

  .text-wrapper.for-statement {
    max-width: 384px;
  }

  .text-wrapper.for-firm-info {
    max-width: 550px;
  }

  .text-wrapper.for-cta {
    max-width: 448px;
  }

  .text-wrapper.for-statement-services {
    max-width: 608px;
  }

  .text-wrapper.for-founder {
    max-width: 688px;
  }

  .text-wrapper.for-statement-attorneys {
    max-width: 560px;
  }

  .text-wrapper.for-statement-careers {
    max-width: 608px;
  }

  .firm-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 96px;
    grid-auto-columns: auto;
    display: flex;
  }

  .firm-buttons {
    flex-direction: row;
  }

  .firm-button {
    width: 100%;
    max-width: none;
    height: 96px;
    max-height: none;
  }

  .firm-image {
    width: 100%;
    height: 50vw;
  }

  .firm-info {
    width: 100%;
    padding: 80px 144px 80px 80px;
  }

  .cards.for-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    border-bottom-width: 0;
  }

  .card.top, .card.right, .card.left {
    border-bottom-width: 1px;
  }

  .card-link {
    min-height: 128px;
    padding: 32px;
  }

  .content-title {
    height: auto;
    padding-left: 56px;
    display: block;
  }

  .content-title.home {
    display: flex;
  }

  .title-ball {
    width: 40px;
    height: 40px;
  }

  .cms-articles.home {
    padding-left: 5%;
    padding-right: 5%;
  }

  .article-link {
    grid-row-gap: 48px;
    border-bottom-width: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-content {
    grid-row-gap: 32px;
    padding: 80px 64px;
  }

  .wrapper.button-statement {
    margin-top: 20px;
  }

  .numbers-item {
    grid-column-gap: 16px;
    width: 60%;
  }

  .numbers-item._3 {
    width: 90%;
  }

  .plus-huge {
    bottom: 8px;
  }

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

  .spacer-small {
    height: 80px;
  }

  .founder-info {
    order: 1;
    width: 100%;
    padding: 80px 64px;
  }

  .founder-content {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .founder-image {
    background-image: url('../images/circle-llc-book-consultation-min.jpeg');
    height: 50vw;
  }

  .hero-split {
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-split-info {
    order: 1;
    width: 100%;
    padding: 64px 160px 80px 64px;
  }

  .hero-split-image {
    width: 100%;
    height: 50vw;
  }

  .attorneys-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .attorney-thumbnail {
    height: 35vw;
    max-height: none;
  }

  .overview-attorney {
    grid-row-gap: 80px;
  }

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

  .article-content {
    grid-row-gap: 80px;
  }

  .contact-intro {
    grid-row-gap: 24px;
  }

  ._404-content {
    max-width: 440px;
  }

  .section-404 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-406 {
    height: 100%;
    max-height: 2000px;
    display: block;
  }

  .values {
    width: 100%;
  }

  .value-image {
    width: 100%;
    height: 500px;
    padding-right: 35px;
  }

  .line {
    width: 90%;
  }

  .div-block-3 {
    margin-top: 176px;
    padding-right: 0;
  }

  .div-block-4 {
    padding: 25px;
  }

  .heading {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 16px;
  }

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

  .notable-experience-0 {
    font-size: 45px;
  }

  .notable {
    padding-left: 3em;
  }

  ._2-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .column-3 {
    width: 100%;
    padding-left: 0;
  }

  .notable-experience-2 {
    font-size: 45px;
  }

  .slider {
    height: 700px;
  }

  .section-slider {
    height: auto;
    margin-top: 0;
  }

  .text-block-2 {
    font-size: 55px;
  }

  .core-values {
    width: auto;
    padding-right: 0;
  }

  .core-list {
    width: 500px;
    margin-right: 0;
  }

  .paragraph-4 {
    text-align: center;
    width: 100%;
    font-size: 21px;
  }

  .service-areas {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 20px;
  }

  .start-up {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .start-up._2 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .expert-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .startup {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .paragraph-5.app._2 {
    width: 90%;
  }

  .image-5 {
    top: 124px;
    left: -105%;
  }

  .div-block-15 {
    width: auto;
  }

  .paragraph-7 {
    padding-bottom: 10px;
  }

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

  .core-it {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-19 {
    height: 450px;
  }

  .heading-15 {
    max-width: 90%;
    font-size: 40px;
  }

  .notable-ex {
    padding-top: 100px;
  }

  .div-block-22 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    padding-left: 40px;
  }

  .div-block-23, .div-block-24 {
    width: 100%;
  }

  .contact-details {
    flex-flow: column;
    width: 100%;
  }

  .div-block-26 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .div-block-28 {
    display: none;
  }

  .paragraph-11 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: block;
  }

  .our-footprint {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
  }

  .div-block-34 {
    flex: none;
  }

  .code-embed, .code-embed-2 {
    width: auto;
  }

  .div-block-35 {
    flex: none;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    letter-spacing: -2px;
    font-size: 36px;
  }

  h3 {
    font-size: 36px;
    line-height: 110%;
  }

  h4 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 110%;
  }

  h5, h6 {
    font-size: 18px;
  }

  .primary-colors {
    grid-template-rows: 12rem 12rem;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .rich-text h1, .rich-text h2 {
    letter-spacing: -1px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .rich-text h3 {
    letter-spacing: 0;
    margin-top: 24px;
    font-size: 24px;
  }

  .rich-text h4 {
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 140%;
  }

  .rich-text h5 {
    margin-top: 20px;
    font-size: 18px;
  }

  .rich-text h6 {
    margin-top: 20px;
    font-size: 16px;
  }

  .rich-text p {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .rich-text li {
    font-size: 14px;
  }

  .rich-text ul, .rich-text ol {
    grid-row-gap: 0px;
    margin-bottom: 20px;
    padding-left: 24px;
  }

  .rich-text figcaption {
    margin-top: 12px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 24px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-huge {
    font-size: 64px;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-large.no-padding.abt {
    display: flex;
  }

  .information-nav.bottom {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-huge {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .heading-huge.home {
    width: 100%;
    font-size: 40px;
  }

  .information-content {
    padding-bottom: 96px;
  }

  .heading-small {
    font-size: 18px;
  }

  .heading-large {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 110%;
  }

  .text-large {
    font-size: 16px;
  }

  .heading-tiny {
    font-size: 18px;
  }

  .style-guide-what {
    grid-row-gap: 0px;
    flex-direction: column;
    padding: 0 6%;
  }

  .heading-medium {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .text-regular {
    font-size: 14px;
  }

  .style-guide-description {
    padding: 32px 0;
  }

  .style-guide-links {
    order: -1;
  }

  .brand-link {
    width: 96px;
  }

  .heading-xlarge {
    letter-spacing: -2px;
    font-size: 36px;
  }

  .other-colors {
    grid-template-rows: 6rem 6rem;
  }

  .style-guide-element {
    border-bottom: 1px solid #e90000;
    border-right-style: none;
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .text-xlarge {
    font-size: 24px;
  }

  .main {
    padding-top: 160px;
  }

  .section-hero.home {
    padding-left: 20px;
  }

  .section-hero.v {
    width: auto;
    height: 200px;
    padding-top: 0;
  }

  .nav-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button {
    width: 56px;
    height: 56px;
  }

  .menu {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .container-small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-small.home {
    padding-left: 0;
    padding-right: 10px;
  }

  .container-small.abt {
    top: 709.969px;
  }

  .container-small.oe.oo {
    padding-left: 0;
  }

  .menu-items {
    flex-direction: column;
    display: flex;
  }

  .menu-link {
    padding: 16px;
  }

  .footer-bottom {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-sub {
    grid-row-gap: 48px;
  }

  .footer-nav-item {
    grid-row-gap: 16px;
  }

  .footer-nav {
    flex-flow: column;
    display: flex;
  }

  .footer-brand {
    grid-row-gap: 24px;
    flex-flow: row;
    display: flex;
  }

  .footer-contact {
    grid-row-gap: 16px;
  }

  .footer-links {
    grid-row-gap: 4px;
  }

  .container-regular {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-regular.for-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .newsletter {
    width: 80%;
  }

  .form {
    grid-row-gap: 16px;
  }

  .text-field {
    font-size: 24px;
  }

  .footer-legal {
    grid-row-gap: 24px;
  }

  .footer-main {
    grid-row-gap: 48px;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .hero-image-wrapper {
    height: 60vw;
  }

  .hero-info {
    grid-row-gap: 24px;
  }

  .title-wrapper.for-hero {
    width: auto;
    max-width: none;
  }

  .title-wrapper.for-article-card {
    max-width: none;
  }

  .button {
    width: 144px;
    height: 56px;
  }

  .button.abt {
    width: 200px;
  }

  .button-link {
    font-size: 14px;
  }

  .hero-content {
    grid-row-gap: 48px;
  }

  .hero-content.for-inner-pages {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-content.for-inner-pages.oe {
    flex-flow: column;
    padding-left: 20px;
  }

  .spacer {
    height: 96px;
  }

  .section-statament.abt {
    margin-top: 25%;
  }

  .section-firm.oe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-image {
    height: auto;
  }

  .statement-content {
    grid-row-gap: 24px;
  }

  .text-wrapper.for-cta {
    max-width: none;
  }

  .text-wrapper.for-statement-careers {
    max-width: 560px;
  }

  .paragraphs {
    grid-row-gap: 16px;
  }

  .paragraphs.for-statement {
    padding-top: 33px;
  }

  .firm-content {
    flex-direction: column;
    margin-bottom: 32px;
    display: flex;
  }

  .firm-buttons {
    flex-direction: row;
  }

  .firm-button {
    width: 100%;
    max-width: none;
    height: 96px;
    max-height: none;
  }

  .firm-info {
    padding: 64px 48px 64px 32px;
  }

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

  .card-link {
    min-height: 96px;
    padding: 24px;
  }

  .content-title {
    height: auto;
    margin-bottom: 16px;
    padding-left: 32px;
  }

  .title-ball {
    width: 64px;
    height: 64px;
  }

  .articles-list {
    flex-direction: column;
    display: flex;
  }

  .article-link {
    grid-row-gap: 32px;
    padding: 32px 24px;
  }

  .cta-content {
    grid-row-gap: 23px;
    padding: 48px 32px;
  }

  .section-discover {
    margin-top: 137px;
  }

  .numbers-item {
    width: 70%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .numbers-item._3 {
    width: 100%;
  }

  .services-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  .spacer-small {
    height: 48px;
  }

  .paragraphs-overview {
    grid-row-gap: 16px;
  }

  .founder-info {
    padding: 48px 32px;
  }

  .hero-split-info {
    padding: 32px 64px 48px 32px;
  }

  .attorneys-list {
    grid-template-columns: 1fr 1fr;
  }

  .attorney-thumbnail {
    background-position: 50% 0;
    height: 40vw;
  }

  .overview-attorney {
    grid-row-gap: 48px;
  }

  .attorney-find {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .jobs-list {
    display: grid;
  }

  .job-description {
    grid-row-gap: 32px;
  }

  .article-content {
    grid-row-gap: 48px;
  }

  .intro-top {
    grid-row-gap: 16px;
  }

  .intro-publishing {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .author {
    grid-column-gap: 8px;
  }

  .contact-intro {
    grid-row-gap: 16px;
    max-width: 440px;
  }

  .privacy-items {
    grid-row-gap: 32px;
    margin-top: 32px;
  }

  .privacy-item {
    grid-row-gap: 16px;
  }

  ._404-content {
    grid-row-gap: 32px;
  }

  .link-404 {
    min-width: 128px;
    min-height: 48px;
  }

  .section-404 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .close-button {
    width: 56px;
    height: 56px;
  }

  .section-406 {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    max-height: 1350px;
  }

  .values {
    width: 100%;
    padding-right: 24px;
  }

  .value-image {
    flex: 0 auto;
    width: 100%;
    height: 500px;
    padding-right: 17px;
  }

  .line {
    width: 100%;
  }

  .value-box {
    width: auto;
  }

  .div-block-3 {
    margin-top: 120px;
  }

  .left-ex {
    margin-right: 10px;
  }

  .left-ex.right {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-4 {
    padding: 24px;
    display: block;
  }

  .heading {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 15px;
  }

  .notable-experience-0 {
    font-size: 40px;
  }

  .notable {
    padding-left: 2em;
  }

  .text-7 {
    width: 100%;
  }

  .notable-experience-2 {
    font-size: 40px;
  }

  .container-4 {
    padding-left: 2em;
    padding-right: 1em;
  }

  .slider {
    height: 700px;
  }

  .text-wrap {
    width: 100%;
    padding-left: 60px;
  }

  .arrow {
    width: 3rem;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .core-values {
    justify-content: flex-start;
    align-items: center;
  }

  .core-fixed {
    width: 150px;
  }

  .core-list {
    width: 370px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .heading-12 {
    font-size: 40px;
  }

  .image-5 {
    top: 110px;
    left: -103%;
  }

  .div-block-16 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .notable-ex {
    padding-left: 20px;
  }

  .heading-18 {
    font-size: 40px;
  }

  .other-practise {
    padding-left: 40px;
  }

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

  .div-block-29 {
    background-position: 50%;
    background-repeat: repeat;
  }

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

  .paragraph-11 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .div-block-36 {
    flex-flow: row;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .primary-colors {
    grid-template-rows: 12rem 12rem 12rem;
    grid-template-columns: 1fr;
  }

  .container-large {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-large.no-padding.abt {
    background-image: url('../images/Clients.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    height: 100px;
    margin-top: -102px;
    margin-left: auto;
    margin-right: 0;
  }

  .information-nav {
    height: 80px;
  }

  .heading-huge.home {
    color: #000c;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 35px;
  }

  .information-content {
    padding-bottom: 80px;
  }

  .information-intro {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .heading-large {
    flex: none;
    font-size: 29px;
  }

  .style-guide-type {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-large.for-contact-intro {
    text-align: left;
  }

  .heading-medium.is-relative {
    color: #000;
  }

  .text-regular {
    font-size: 16px;
  }

  .text-regular.for-number-2 {
    position: relative;
    left: 16px;
  }

  .text-regular.for-number-3 {
    position: relative;
    left: 96px;
  }

  .style-guide-links {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .other-colors {
    grid-template-rows: 6rem 6rem 6rem 6rem;
    grid-template-columns: 1fr;
  }

  .text-small.black {
    color: var(--black-50);
  }

  .instructions-items, .licenses-items {
    grid-row-gap: 32px;
    margin-top: 49px;
    margin-bottom: 48px;
    padding: 24px;
  }

  .main {
    padding-top: 139px;
  }

  .footer {
    background-color: var(--red2);
  }

  .section-hero {
    padding-left: 5%;
  }

  .section-hero.home {
    padding-left: 15px;
    padding-right: 10px;
  }

  .uppercase-small.for-date {
    display: none;
  }

  .nav-bar.for-menu {
    height: 100px;
    padding-top: 0;
  }

  .menu.old-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .container-small {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 24px;
    display: flex;
  }

  .container-small.for-attorneys {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-small.home {
    max-width: none;
    padding-left: 0;
  }

  .container-small.abt {
    padding-top: 0%;
    display: block;
    position: static;
    top: 0;
  }

  .container-small.oe {
    padding-left: 0;
  }

  .footer-bottom {
    padding-top: 0;
  }

  .footer-nav-item {
    margin-top: 0;
  }

  .footer-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-brand {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-links {
    grid-row-gap: 10px;
    padding-top: 20px;
  }

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

  .container-regular.for-cta {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-field {
    font-size: 15px;
  }

  .field-item {
    width: 70%;
  }

  .footer-legal {
    margin-top: 24px;
  }

  .sub-links {
    grid-column-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr 1fr;
  }

  .hero-image-wrapper {
    height: 50vw;
  }

  .hero-info {
    grid-row-gap: 0px;
  }

  .title-wrapper.for-hero {
    max-width: 370px;
    padding-bottom: 21px;
  }

  .button {
    width: 170px;
    padding-bottom: 0;
  }

  .button.sc {
    width: 269px;
  }

  .button.abt {
    width: 180px;
  }

  .button-link {
    margin-left: 0;
  }

  .button-link.home {
    margin-left: 5px;
  }

  .hero-content {
    grid-row-gap: 48px;
  }

  .hero-content.for-inner-pages {
    flex-flow: column;
  }

  .hero-content.for-inner-pages.abt {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .hero-content.for-inner-pages.oe {
    padding-left: 0;
  }

  .hero-content.for-inner-pages.oe._1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spacer.b {
    height: 0;
  }

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

  .section-cta.home {
    color: #d02e15;
  }

  .mobile-image {
    height: auto;
    padding-top: 20px;
  }

  .text-wrapper.for-statement {
    max-width: 386px;
  }

  .text-wrapper.for-founder {
    max-width: none;
  }

  .paragraphs.for-statement {
    padding-top: 29px;
  }

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

  .firm-image {
    height: 50vw;
  }

  .firm-info {
    padding: 48px 24px;
  }

  .cards {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cards.for-contact {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card.top {
    border-bottom-width: 0;
  }

  .card.right {
    border-right-width: 1px;
  }

  .card.bottom {
    border-top-width: 0;
    border-bottom-width: 1px;
  }

  .content-title {
    padding-left: 22px;
  }

  .content-title.home {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cta-content {
    background-color: #d02e15;
    padding-left: 20px;
    padding-right: 5px;
  }

  .section-discover {
    margin-top: 108px;
  }

  .numbers-item {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
  }

  .numbers-item._2 {
    align-items: center;
  }

  .numbers-item._3 {
    padding-left: 24px;
  }

  .section-founder.sign-me-up {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .services-list {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .founder-info {
    width: auto;
    padding-left: 24px;
    padding-right: 23px;
  }

  .founder-info._2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .founder-image {
    height: 80vw;
  }

  .hero-split-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-split-image {
    height: 100vw;
  }

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

  .attorney-thumbnail {
    height: 80vw;
  }

  .jobs-list {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-article {
    padding-left: 10px;
  }

  .article-content, .article-intro, .intro-top {
    flex: none;
  }

  .intro-publishing {
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .contact-intro {
    align-items: flex-start;
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  ._404-content {
    max-width: 300px;
  }

  .section-404, .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .value-image {
    height: 300px;
  }

  .paragraph {
    color: var(--black-80);
    width: 100%;
  }

  .div-block-4 {
    padding: 19px;
  }

  .icon-box, .check-box {
    padding-left: 10px;
  }

  .heading-2 {
    padding-right: 10px;
  }

  .notable-experience-0 {
    font-size: 35px;
  }

  .text-7 {
    color: var(--black-80);
    font-family: Inter, sans-serif;
  }

  .column-3 {
    padding-right: 20px;
  }

  .notable-experience-2 {
    font-size: 35px;
  }

  .container-4 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    flex-wrap: wrap;
  }

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

  .paragraph-2 {
    color: var(--black-80);
  }

  .div-block-12 {
    display: none;
  }

  .slide---inner.x-blue {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .mask, .slide {
    height: 80vh;
  }

  .slider {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: block;
  }

  .text-wrap {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    margin-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .text-wrap._2 {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .section-slider {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 100px;
    display: block;
  }

  .text-block-2 {
    padding-bottom: 10px;
    font-size: 35px;
  }

  .core-fixed {
    width: 150px;
  }

  .core-list {
    width: 180px;
  }

  .paragraph-4 {
    width: auto;
    font-size: 16px;
    font-weight: 300;
  }

  .service-areas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .startup {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .startup-innerbox {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 10px;
  }

  .startup-title {
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
  }

  .heading-10 {
    color: var(--black-80);
  }

  .paragraph-5.app, .paragraph-5.app._2 {
    width: 100%;
  }

  .service-button {
    height: 56px;
  }

  .heading-12 {
    font-size: 35px;
  }

  .heading-12._2 {
    width: 90%;
  }

  .paragraph-6 {
    max-width: 100%;
  }

  .section-about {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-7 {
    text-align: left;
    padding-bottom: 20px;
  }

  .heading-13 {
    font-size: 45px;
  }

  .core-it {
    padding-bottom: 10px;
  }

  .heading-14 {
    font-size: 25px;
  }

  .paragraph-8 {
    max-width: 100%;
  }

  .circle {
    left: -116px;
  }

  .div-block-19 {
    padding-left: 20px;
  }

  .heading-15 {
    max-width: 100%;
    font-size: 30px;
  }

  .div-block-20 {
    display: none;
  }

  .image-9 {
    margin-top: -130px;
    display: none;
  }

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

  .notable-ex {
    padding-bottom: 10px;
    padding-left: 10px;
    overflow: hidden;
  }

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

  .heading-18 {
    font-size: 35px;
  }

  .div-block-25 {
    width: 100%;
  }

  .image-10 {
    margin-top: 56px;
    margin-left: -77px;
    position: static;
    top: 2047.67px;
  }

  .other-practise {
    padding-left: 10px;
    padding-right: 20px;
  }

  .contact-details {
    padding: 60px 25px 60px 20px;
  }

  .contact-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .address {
    width: 100%;
  }

  .container-5 {
    flex-flow: column;
  }

  .div-block-29 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .div-block-30 {
    width: 100%;
  }

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

  .container-6 {
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-11 {
    width: 100%;
  }

  .our-footprint {
    padding-top: 40px;
    padding-left: 10px;
  }

  .div-block-35 {
    width: auto;
  }

  .blog-container {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7be4bb1d-a183-fa41-cc29-5170a7bc2467-4fc202d8, #w-node-_975a6276-eff9-db30-1e23-f6fe171fcb98-4fc202ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}