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

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

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

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

:root {
  --beegee-light: #d1c6bd3b;
  --font-color: #7f7f7f;
  --heading: #393939;
  --white: white;
  --bg-l-full: #f4f2f0;
  --blue-bg: #e8f7fe;
  --5: #6f8954;
  --4: #d6d5d2;
  --2: #d1c6bd;
  --12: #4e7c1e;
  --hero-font-color-text: #3f3b57;
  --bg-hover: #dcd7f8;
  --bg-3: #c6c1e2;
  --bg-4: #ada7cd;
  --10: #d6cdb0;
  --bg-5: #dcd7f8;
  --font: #0f0e0f;
  --lines: #b9b8b8;
  --bgbg: #d1c6bd;
  --blue-bg-2: #d5ebf5;
  --button-hover: #6759b5;
  --bg: #fdfbf3;
  --light-brown: #e2d6bc;
  --blue-bg-3: #3b5c7a;
  --underline-hover: #9c8df1;
  --1: #c9ab93;
  --3: #a36e59;
  --6: #684740;
  --7: #ebeff0;
  --8: #cc9964;
  --9: #65310b;
  --11: #7d9820;
}

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--beegee-light);
  color: var(--font-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

h1 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

h3 {
  color: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
}

h4 {
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

h5 {
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

h6 {
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
}

p {
  color: var(--heading);
  margin-bottom: 10px;
}

a {
  color: #7666ca;
  cursor: pointer;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 28px;
  font-style: italic;
  line-height: 38px;
}

.dark-gray {
  background-color: #8e9194;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.gray-color {
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f5;
  background-clip: border-box;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.social-links-mobile {
  margin-top: 10px;
}

.color-box {
  margin-bottom: 10px;
  margin-right: 20px;
}

.inner-wrapper {
  width: 75%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subtitle {
  color: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.hero-subtitle.white {
  color: var(--white);
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.hero-inner-padding {
  position: relative;
}

.max-540-pixels {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.mini-title {
  color: #819296;
  letter-spacing: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 16px;
}

.title-small {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

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

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

.top-margin.skill, .top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.title {
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.title.medium {
  font-size: 22px;
  line-height: 28px;
}

.flex-style {
  flex-wrap: wrap;
  display: flex;
}

.content-section {
  z-index: 2;
  background-color: var(--bg-l-full);
  width: 100%;
  max-width: 100%;
  padding-top: 140px;
  position: relative;
}

.content-section.inner-pages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.insta {
  padding-bottom: 40px;
}

.content-section.double {
  z-index: 1;
  padding-bottom: 140px;
}

.content-section.double._2 {
  padding-top: 60px;
  padding-bottom: 10px;
}

.content-section.pricing {
  background-color: #fdf2d9;
  padding-top: 80px;
}

.content-section.team-section {
  background-color: var(--blue-bg);
  padding-top: 0;
}

.content-section.testimonials {
  background-color: #e6e3fa;
  padding: 80px 0;
}

.content-section.products {
  background-color: #fdf2d9;
  padding-top: 80px;
}

.content-section.blog-page {
  padding-top: 60px;
}

.content-section.product-page {
  padding-top: 10px;
}

.content-section.contact-page {
  background-color: var(--5);
  padding-top: 60px;
}

.content-section.contact-page.vari {
  background-color: var(--5);
}

.content-section.bottom-margin {
  margin-bottom: 160px;
}

.content-section.blue {
  background-color: var(--bg-l-full);
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.blue.different {
  background-color: var(--4);
}

.content-section.store {
  padding-top: 60px;
  padding-bottom: 0;
}

.all-caps-title {
  color: #212121;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  display: inline-block;
}

.black {
  background-color: #060606;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.top-border {
  border-top: 1px solid #b6b9af;
  margin-top: 5px;
  padding-top: 7px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.contact-us {
  max-width: 1175px;
}

.go-up-button {
  z-index: 3;
  background-color: var(--5);
  background-image: url('../images/ar-j_1ar-j.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 48;
  background-color: var(--5);
  background-image: url('../images/ar-j_1ar-j.png');
}

.hero-inner-text {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-family: Merriweather, serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

.social-mini-icon {
  background-color: #f2f0e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-mini-icon:hover {
  background-color: #0970d4;
}

.social-mini-icon.instagram {
  background-color: #fb774e;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #ff7e4f;
}

.social-mini-icon.instagram:hover {
  background-color: #fc6739;
}

.social-mini-icon.linkedin {
  background-color: #3271ac;
  background-image: url('../images/Linkedin-2_1Linkedin (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.linkedin:hover {
  background-color: #2b659c;
}

.social-mini-icon.twittter {
  background-color: #1da1f2;
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1da1f2;
}

.social-mini-icon.twittter:hover {
  background-color: #1e96e0;
}

.social-mini-icon.facebook {
  background-color: #067aeb;
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.social-mini-icon.facebook:hover {
  background-color: #026bd1;
}

.inner-hero-section {
  background-color: var(--2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-inner-box {
  z-index: 6;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
}

.flex-licensing {
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.licensing {
  width: 31%;
  margin-right: 2%;
  position: relative;
}

.change-this-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.change-this-image.licensing-1 {
  background-image: url('../images/Dog.png');
  background-position: 50%;
  background-size: contain;
}

.change-this-image.licensing-2 {
  background-image: url('../images/accesorios-mascotas-bodegon-plato-comida-golosinas.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.licensing-3 {
  background-image: url('../images/toda-familia-perro-sentado-sofa.jpg');
  background-position: 50%;
  background-size: cover;
}

.change-this-image.insta-2 {
  background-image: url('../images/Näyttökuva-2023-08-29-141248.png');
}

.change-this-image.insta-4 {
  background-image: url('../images/Näyttökuva-2023-08-29-141319.png');
}

.change-this-image.insta {
  background-image: url('../images/Näyttökuva-2023-08-29-141532.png');
}

.change-this-image.insta-3 {
  background-image: url('../images/Näyttökuva-2023-08-29-141259.png');
}

.change-this-image._1 {
  background-image: url('../images/IMG_0074.JPG');
}

.change-this-image._1.r {
  background-image: url('../images/Ravintoterapia.jpg');
}

.change-this-image._1.r._22 {
  background-image: url('../images/Kennel-kuva.JPG');
}

.change-this-image._1.r23 {
  background-image: url('../images/mikrosirutus.JPG');
  display: block;
}

.change-this-image._1.p1 {
  background-image: url('../images/jasenkorjaus.JPG');
}

.change-this-image._1.p1._2 {
  background-image: url('../images/Taru-.JPG');
}

.change-this-image._2 {
  background-image: url('../images/ravintoterapia_1.JPG');
}

.change-this-image._2.r {
  background-image: url('../images/punanen-tyttö.JPG');
}

.change-this-image._2.r2 {
  background-image: url('../images/Nekku-ja-pennut-1-kk-1.JPG');
}

.change-this-image._2.r24 {
  background-image: url('../images/DSC_0893.JPG');
}

.change-this-image._2.p2, .change-this-image._2.p2._23 {
  background-image: url('../images/galeseisooruotsi.jpg');
}

.change-this-image._2._3._4 {
  background-image: url('../images/mikrosirutus.JPG');
  background-position: 0 0;
}

.change-this-image._3 {
  background-image: url('../images/IMG-20231012-WA0041.jpg');
}

.change-this-image._3.r {
  background-image: url('../images/Maiskis.JPG');
}

.change-this-image._3.p3 {
  background-image: url('../images/IMG_0074.JPG');
}

.change-this-image.tab-1 {
  background-image: url('../images/Tab-1.jpg');
}

.change-this-image.tab-2 {
  background-image: url('../images/Tab-2.jpg');
}

.change-this-image.tab-3 {
  background-image: url('../images/Tab-3.jpg');
}

.change-this-image.tab-4 {
  background-image: url('../images/Tab-4.jpg');
}

.change-this-image.login {
  background-image: url('../images/accesorios-mascotas-colores-concepto-naturaleza-muerta.jpg');
}

.change-this-image._5 {
  background-image: url('../images/Pennut-4-vko-1195.JPG');
}

.change-this-image._5._3 {
  background-image: url('../images/Näyttökuva-2024-02-08-140915.png');
}

.change-this-image._6 {
  background-image: url('../images/kennel.jpg');
}

.change-this-image._6._33 {
  background-image: url('../images/ruskea-poika.JPG');
}

.change-this-image._6._233 {
  background-image: url('../images/Näyttökuva-2024-02-08-140915.png');
}

.change-this-image._7 {
  background-image: url('../images/hermoso-retrato-mascota-perro-comida.jpg');
}

.change-this-image._8 {
  background-image: url('../images/hermoso-retrato-mascota-perro-pequeno-jaula-1.jpg');
}

.change-this-image._9 {
  background-image: url('../images/adorable-perro-blanco-regalo-1.jpg');
}

.change-this-image.slide-2 {
  background-image: url('../images/jalleenmyynti-2.JPG');
}

.change-this-image.slide-1 {
  background-image: url('../images/Kennel-kuva.JPG');
  background-position: 60%;
}

.change-this-image.slide-3 {
  background-image: url('../images/kennel.jpg');
}

.change-this-image._11 {
  background-image: url('../images/kansikuva.JPG');
}

.preloader {
  z-index: 2147483647;
  background-color: var(--bg-l-full);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-logo {
  filter: invert();
}

.underline-hover {
  z-index: 2;
  background-color: var(--12);
  color: var(--12);
  height: 1.5px;
}

.cart {
  width: 54px;
  height: 100px;
  margin-top: -28px;
  margin-right: 8px;
  padding-top: 28px;
  transition: opacity .2s;
}

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

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

.content-wrapper-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-top.nav {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.checkout-button {
  color: #fff;
  background-color: #257ae7;
  height: 50px;
  padding-top: 12px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.checkout-button:hover {
  background-color: #2167c2;
}

.wa-button {
  background-color: var(--5);
  color: #fff;
  text-align: center;
  background-image: url('../images/wa-j_1wa-j.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-style: none;
  border-radius: 909px;
  min-width: 173px;
  min-height: 53px;
  padding-top: 17px;
  padding-left: 46px;
  padding-right: 30px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 20px;
  transition: background-color .2s, transform .2s, color .2s;
}

.wa-button:hover {
  background-color: #52663d;
  transform: scale(1.05);
}

.error-state {
  font-size: 16px;
}

.navbar {
  z-index: 9999;
  background-color: var(--bg-l-full);
  width: 100%;
  max-width: 1225px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cart-quantity-box {
  font-size: 15px;
}

.buy-template-container {
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  margin-top: -28px;
  margin-left: 0;
  display: flex;
}

.nav-button-box {
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  z-index: 1;
  align-items: center;
  display: flex;
}

.brand {
  width: 74px;
  height: 100px;
  padding-top: 10px;
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  transform: scale(1.04);
}

.nav-girl-box {
  align-items: flex-end;
  height: 100%;
  margin-right: 3px;
  display: flex;
}

.apple-pay {
  height: 50px;
}

.navlink {
  z-index: 99;
  color: var(--heading);
  flex-direction: column;
  height: 33px;
  margin-right: 19px;
  padding: 2px;
  font-family: Inter, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.navlink:hover {
  color: var(--font-color);
  text-decoration: none;
}

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

.nav-elements {
  height: 100px;
  padding-top: 28px;
  display: flex;
  position: relative;
}

.cart-quantity {
  color: #7666ca;
  background-color: #e6e3fa;
  margin-left: 5px;
  padding-left: 5.5px;
}

.product-title {
  color: #1f3557;
  font-weight: 600;
}

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

.nav-container {
  margin-left: auto;
  display: flex;
}

.button-box {
  margin-top: 15px;
}

.button-box._20-pixels {
  margin-top: 20px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  display: flex;
}

.footer-expand.middle {
  flex-wrap: nowrap;
  flex: 0 auto;
  width: 80%;
}

.dark-link {
  color: var(--12);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.dark-link:hover {
  color: #3d5f19;
}

.dark-link.regular {
  font-size: 14px;
  font-weight: 500;
}

.dark-link.w {
  color: #fff;
}

.footer {
  z-index: 2;
  background-color: var(--bg-l-full);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer-top-margin {
  margin-top: 7px;
  position: relative;
}

.footer-top-margin._20-pixels {
  margin-top: 20px;
}

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

.footer-notice-text {
  font-size: 13px;
  line-height: 25px;
}

.social-icons {
  display: flex;
}

.footer-branding {
  transition: transform .2s, opacity .2s;
}

.footer-branding:hover {
  opacity: .85;
  transform: scale(1.03);
}

.footer-1440-pixels {
  background-color: var(--bg-l-full);
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

._5-pixels-margin {
  margin-top: 5px;
  position: relative;
}

._5-pixels-margin._20-pixels {
  margin-top: 20px;
}

.center-icon {
  margin-bottom: 13px;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.footer-notice-link {
  color: var(--hero-font-color-text);
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .2s;
}

.footer-notice-link:hover {
  color: #7666ca;
}

.footer-notice-link.w--current {
  color: #cda46f;
}

.footer-text-medium {
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  font-size: 14px;
  line-height: 22px;
}

.text-field {
  border: 1px solid #7666ca;
  border-radius: 80px 0 0 80px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  transition: border .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: #1084e3;
}

.notice-text {
  color: var(--font-color);
  font-size: 11px;
  line-height: 21px;
}

.divider-line {
  background-color: #c6ccd2;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.submit-button {
  background-color: var(--bg-hover);
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 80px;
  width: 100px;
  height: 50px;
  transition: transform .2s, background-color .2s;
  position: relative;
  left: -29px;
}

.submit-button:hover {
  background-color: var(--bg-3);
  transform: scale(1.05);
}

.footer-underline {
  background-color: var(--12);
  height: 1px;
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu {
  width: 45%;
}

.menu._44-percent {
  width: 50%;
}

.footer-text {
  font-size: 15px;
  line-height: 24px;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-up.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.insta {
  color: var(--12);
  background-image: url('../images/Insta_1Insta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.insta.fb {
  background-image: url('../images/instagram-1_1instagram (1).png');
  background-size: 15px;
}

.social-icon-up.tiktok {
  background-image: url('../images/tik-tok_1tik-tok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-up.tw {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.fb {
  filter: brightness(0%) invert() grayscale();
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.social-icon-up.fb.w {
  filter: grayscale();
  color: #000;
}

.social-icon-up.pinterest {
  background-image: url('../images/pinterest_2pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.youtube {
  background-image: url('../images/youtube_1youtube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-up.linkedin {
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.success-message {
  color: #939394;
  text-align: center;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px;
  font-size: 14px;
  line-height: 20px;
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  inset: 0%;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.instagram {
  background-image: url('../images/pinterest_1pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.tw {
  background-image: url('../images/Tw_1Tw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.youtube {
  background-image: url('../images/youtube_1youtube.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.social-icon-down.pinterest {
  background-image: url('../images/pinterest_2pinterest.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.fb {
  filter: invert() grayscale();
  background-image: url('../images/Fb_1Fb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.social-icon-down.insta {
  filter: invert() grayscale();
  background-image: url('../images/Insta_1Insta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.tiktok {
  background-image: url('../images/tik-tok_1tik-tok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.social-icon-down.linkedin {
  background-image: url('../images/linkedin_1linkedin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 15%;
  display: flex;
}

.notice {
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  margin-top: 40px;
  padding-bottom: 40px;
  padding-right: 33px;
  font-size: 13px;
  display: flex;
}

.newsletter {
  width: 28%;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-menu-link {
  color: var(--heading);
  align-items: center;
  height: 27px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link.w--current {
  color: var(--12);
  font-weight: 600;
}

.footer-menu-link.green {
  color: #7666ca;
  font-weight: 600;
}

.footer-menu-link.green:hover {
  color: var(--bg-4);
}

.form {
  display: flex;
}

.footer-title {
  color: var(--heading);
  margin-bottom: 13px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.footer-title.h {
  font-family: Merriweather, serif;
}

.full-width-box {
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.insta-pic {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.instagram-flex-space {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hover-insta-overlay {
  background-color: #ffffffbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.interaction-slide {
  background-color: var(--5);
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-icon {
  filter: grayscale();
  color: #69707b;
}

.h4 {
  margin-top: 15px;
  font-family: Merriweather, serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
}

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

.fill-title {
  background-color: var(--10);
  color: var(--hero-font-color-text);
  letter-spacing: -.8px;
  text-transform: uppercase;
  border-radius: 90px;
  height: 24px;
  padding: 7px 13px 5px;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.link-instagram {
  color: var(--heading);
  text-align: left;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link-instagram:hover {
  color: #7666ca;
}

.flex-instagram {
  flex-wrap: wrap;
  display: flex;
}

.hero-section {
  background-color: var(--2);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  min-height: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-left {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.hero-left.center {
  justify-content: center;
}

.hero-right {
  align-items: center;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 120px;
  display: flex;
}

.hero-right.about-us {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-row-1 {
  color: var(--heading);
  letter-spacing: -1px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 7.5vw;
  font-weight: 700;
  line-height: 8.7vw;
}

.hero-row-1.small {
  font-size: 5.5vw;
  line-height: 6.4vw;
}

.hero-fill-title {
  background-color: var(--5);
  color: #fff;
  border-radius: 90px;
  padding: 7px 13px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.hero-fill-title._12 {
  margin-bottom: 1.3rem;
  margin-left: 0%;
}

.hidden {
  display: block;
  overflow: hidden;
}

.hero-row-2 {
  color: var(--heading);
  letter-spacing: -1.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 9.5vw;
  font-weight: 700;
  line-height: 1.3;
}

.hero-row-2.small {
  font-size: 7.6vw;
  line-height: 7.6vw;
}

.hero-row-2.small._2 {
  line-height: 1.2;
}

.hero-row-2.small._2.smaller {
  font-size: 6vw;
  line-height: 1.3;
}

.title-semi-bold {
  color: var(--heading);
  font-size: 17px;
  font-weight: 600;
}

.title-semi-bold.medium {
  font-size: 19px;
  line-height: 25px;
}

.hero-subtitle-box {
  width: 100%;
  max-width: 368px;
  margin-top: 15px;
}

.button {
  background-color: var(--5);
  color: var(--hero-font-color-text);
  border-radius: 50px;
  align-items: center;
  min-width: 192px;
  min-height: 55px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.button.light {
  background-color: var(--bg-5);
}

.button._2 {
  color: var(--bg-l-full);
  justify-content: center;
  display: flex;
}

.button-flex {
  color: var(--12);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text {
  color: var(--white);
  text-align: center;
  flex: 1;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
}

.button-arrow-box {
  background-color: var(--12);
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  right: -12px;
  overflow: hidden;
}

.button-arrow-container {
  width: 94px;
  height: 47px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-arrow-left, .button-arrow-right {
  filter: brightness(18%) invert();
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 47px;
  height: 47px;
  position: relative;
  inset: 0%;
}

.paw {
  opacity: .72;
  position: absolute;
  inset: auto auto 52% -5%;
}

.hero-dog {
  position: relative;
}

.hero-button-box {
  margin-top: 25px;
}

.hero-button-box._40-pixels {
  margin-top: 40px;
}

.hero-button-box._21 {
  display: flex;
}

.hero-bottom-bg {
  background-color: var(--bg-l-full);
  width: 100%;
  height: 45px;
  position: absolute;
  inset: auto 0% 0%;
}

.curve-bg {
  z-index: 1;
  background-image: url('../images/kurvi-new.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 464px;
  width: 500px;
  height: 66px;
  margin-bottom: 44px;
  padding-top: 17px;
  padding-left: 134px;
  position: absolute;
  inset: auto 0% -1px auto;
}

.curve-bg.no-margin {
  margin-bottom: -1px;
}

.curve-text-container {
  z-index: 110;
  display: flex;
  position: relative;
}

.hero-mini-pic {
  background-color: #e6e3fa;
  background-image: url('../images/Mini-pic_1Mini-pic.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 29px;
  border-radius: 17.5px;
  width: 57px;
  height: 35px;
  margin-right: 7px;
}

.hero-mini-pic._2 {
  background-color: var(--2);
  background-image: url('../images/64eb803a57140c36d5ab5271_Paw23.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
}

.curve-text-box {
  flex: 1;
  align-items: center;
  max-width: 226px;
  margin-right: 20%;
  display: flex;
}

.mini-title-link {
  color: var(--heading);
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s;
}

.mini-title-link:hover {
  color: var(--12);
}

.right-white-bg {
  background-color: var(--bg-l-full);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-box {
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2 {
  color: var(--heading);
  margin-top: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.intro-item {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  margin-right: 4%;
  display: flex;
}

.intro-item.last {
  margin-right: 0%;
}

.intro-icon {
  background-image: url('../images/34.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 135px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100px;
  margin-bottom: 15px;
  display: flex;
}

.intro-icon._2 {
  mix-blend-mode: multiply;
  background-image: url('../images/35.png');
}

.intro-icon._3 {
  background-image: url('../images/34.png');
}

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

.paragraph-box._5-pixels {
  margin-top: 5px;
}

.button-outline-small {
  color: #5b7b5f;
  text-align: center;
  background-color: #0000;
  border: 1px solid #b6e4bc;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  transition: transform .2s, color .2s, background-color .2s;
}

.button-outline-small:hover {
  color: #5b7b5f;
  background-color: #b6e4bc;
  transform: scale(1.05);
}

.button-outline-small.yellow {
  color: #ffc737;
  border-color: #ffc737;
}

.button-outline-small.yellow:hover {
  color: #363636;
  background-color: #ffc737;
}

.button-outline-small.blue {
  border-color: var(--12);
  color: var(--12);
}

.button-outline-small.blue:hover {
  background-color: var(--12);
  color: #fff;
}

.button-outline-small.pink {
  color: #cba9b6;
  border-color: #cba9b6;
}

.button-outline-small.pink:hover {
  color: #715d65;
  background-color: #cba9b6;
}

.button-outline-small.white {
  border-color: var(--white);
  color: var(--white);
}

.button-outline-small.white:hover {
  background-color: var(--white);
  color: var(--heading);
}

.intro-flex {
  justify-content: center;
  display: flex;
}

.intro-flex._2 {
  margin-top: 3rem;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: flex;
  position: relative;
}

.flex.center {
  justify-content: center;
}

.flex.full {
  height: 100%;
}

.flex.full-width {
  display: flex;
}

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

.flex._2 {
  flex-wrap: wrap;
}

.flex._333._2 {
  flex-flow: row;
}

.half-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.relative {
  position: relative;
}

.relative.full-height {
  height: 100%;
}

.text-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 3%;
  display: flex;
}

.max-410-pixels {
  width: 100%;
  max-width: 410px;
}

.icon-bg {
  background-color: var(--5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.icon-bg._2, .icon-bg._3 {
  background-color: var(--5);
}

.icon-bg._3.hinta {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.icon-bg.blue-icon {
  background-color: #beb0a4;
}

.h3 {
  color: var(--heading);
  margin-top: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
}

.h3.small {
  font-size: 34px;
  line-height: 48px;
}

.section-item {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.section-item.last {
  margin-bottom: 0;
}

.section-item.last.pentu {
  margin-bottom: 58px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.empty-state {
  background-color: #0000;
}

.preview-block {
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-image.about-into {
  background-image: url('../images/veterinario-que-controla-salud-cachorro.jpg');
}

.hover-image.about-into-2 {
  background-image: url('../images/cerca-veterinario-cuidando-mascota.jpg');
}

.hover-image.about-into-3 {
  background-image: url('../images/cerrar-mujer-sonriente-lindo-gato.jpg');
}

.item-hover-overlay {
  background-color: #1a1a1a1a;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blur-hover-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.button-hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--hero-font-color-text);
  background-color: #e6e3fa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  font-size: 11.7px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.product-item {
  width: 31%;
  margin-right: 3%;
}

.product-item:last-child {
  margin-right: 0%;
}

.product-item.grid {
  width: 30%;
  margin-bottom: 60px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.title-regular {
  color: var(--heading);
  font-size: 18px;
}

.text-link {
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.text-link:hover {
  color: #7666ca;
}

.link-price {
  color: var(--font);
  margin-right: 6px;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link-price:hover {
  color: #7666ca;
}

.compare-at-price {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  display: inline;
}

.product-text-box {
  margin-top: 15px;
}

.products-bottom-bg {
  background-color: var(--white);
  height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.discount-badge {
  background-color: var(--font);
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rounded-slide-column {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 6%;
  padding-right: 4%;
  display: flex;
}

.slide-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.slider {
  background-color: #0000;
  border-radius: 50%;
  width: 100%;
  max-width: 456px;
  height: 100%;
}

.rounded-slider-bg {
  background-color: var(--5);
  border-radius: 50%;
  padding-left: 25px;
}

.display-none {
  display: none;
}

.max-442-pixels {
  max-width: 480px;
}

.title-box {
  width: 80%;
}

.title-box._2 {
  width: 100%;
}

.rounded-slide-arrow {
  filter: sepia();
  width: 28px;
}

.subtile-box {
  width: 90%;
}

.rounded-slide {
  background-color: #0000;
  border-radius: 50%;
  overflow: hidden;
}

.right-arrow {
  background-color: var(--5);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: -25px;
  transition: background-color .2s;
  display: flex;
}

.right-arrow:hover {
  background-color: #d2c4a8;
}

.team-bottom-bg {
  background-color: var(--white);
  height: 260px;
  position: absolute;
  inset: 0% 0% auto;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.job-title {
  color: #939394;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
}

.link-preview-hidden {
  position: relative;
  overflow: hidden;
}

.team-text-box {
  text-align: left;
  margin-top: 15px;
  padding-left: 10px;
}

.social-icon {
  background-color: #3372ad;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  overflow: hidden;
}

.social-icon.twittter {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.team-item {
  width: 26%;
  margin-bottom: 50px;
  margin-right: 4%;
  display: inline-block;
}

.team-item:last-child {
  margin-right: 0%;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: #d5ebf5f0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tab {
  color: var(--heading);
  background-color: #0000;
  width: 100%;
  padding: 10px 0 10px 5%;
  font-size: 36px;
  line-height: 50px;
  transition: color .2s;
}

.tab:hover {
  color: #7f7f7f;
}

.tab.w--current {
  color: #7f7f7f;
  background-color: #0000;
}

.right-faq-column {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.faq-item-left {
  border-bottom: 1px solid var(--lines);
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 5%;
}

.faq-item-right {
  border-bottom: 1px solid #b9b8b8;
  padding: 30px 10px 20px 3%;
}

.question {
  color: var(--heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.question-letter {
  color: #cba9b6;
  text-align: center;
  margin-top: -1px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  top: 0;
}

.left-faq-column {
  border-right: 1px solid var(--lines);
  width: 50%;
  padding-top: 10px;
  padding-bottom: 40px;
}

.faq-letter-box {
  width: 70px;
  padding-top: 6px;
}

.answer-letter {
  color: #257ae7;
  text-align: center;
  font-size: 22px;
  position: relative;
  top: -6px;
}

.expand {
  flex: 1;
}

.tabs-content {
  justify-content: center;
  width: 50%;
  display: flex;
}

.tabs {
  display: flex;
}

.mini-feature {
  text-align: center;
  width: 20%;
}

.mini-feature-blue {
  background-color: #dff3fd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-blue._1 {
  background-image: url('../images/Icon_1Icon.png');
  background-size: 43px;
}

.mini-feature-blue._2 {
  background-image: url('../images/Icon-2_1Icon-2.png');
  background-size: 36px;
}

.mini-feature-blue._3 {
  background-image: url('../images/Icon-3_1Icon-3.png');
  background-size: 43px;
}

.mini-feature-blue._4 {
  background-image: url('../images/Check_1Check.png');
  background-size: 38px;
}

.mini-feature-blue._5 {
  background-image: url('../images/Icon-4_1Icon-4.png');
  background-size: 43px;
}

.font-light {
  font-weight: 300;
}

.mask-testimonials {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-left-arrow {
  background-color: var(--bg-3);
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  width: 42px;
  height: 90px;
  font-size: 33px;
  transition: background-color .2s;
}

.slide-left-arrow:hover {
  background-color: var(--bg-4);
}

.testimonial-heading {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.testimonial {
  box-shadow: none;
  background-color: #fff;
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  padding: 25px 25px 20px;
}

.testimonial-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-right: 22px;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-2_1Pic-2.jpg');
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3_1Pic-3.png');
}

.testimonial-pic._6 {
  background-image: url('../images/Pic-4_1.jpg');
}

.testimonial-pic._5 {
  background-image: url('../images/Pic-5_1Pic-5.jpg');
}

.testimonial-pic._1 {
  background-image: url('../images/Pic-1_1Pic-1.jpg');
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_2Pic-4.jpg');
}

.testimonials {
  background-color: #0000;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.slide-right-arrow {
  background-color: var(--bg-3);
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 42px;
  height: 90px;
  font-size: 33px;
  transition: background-color .2s;
}

.slide-right-arrow:hover {
  background-color: var(--bg-4);
}

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

.text-mini {
  color: var(--font-color);
  font-size: 14px;
  line-height: 20px;
}

.relative-auto {
  position: relative;
  overflow: hidden;
}

.preview-link-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preview-link-block.full-height {
  height: 100%;
}

.hover-overlay {
  background-color: #1a1a1a66;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-outline {
  color: #1f1f20;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #1f1f20;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: relative;
}

.button-outline:hover {
  color: #eeede9;
  background-color: #1f1f20;
}

.button-outline.white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-color: #fdfcf7;
  height: auto;
  min-height: 39px;
  font-size: 15px;
  transition: color .2s, background-color .2s;
}

.button-outline.white:hover {
  color: #7666ca;
  text-transform: none;
  background-color: #fff;
}

.preview-text-container {
  width: 50%;
  margin-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.preview-text-container.full {
  width: 100%;
}

.preview-link {
  color: var(--heading);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
}

.preview-link:hover {
  color: #7666ca;
}

.preview-link.small {
  font-size: 18px;
  line-height: 26px;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 28px;
}

.preview-link-box {
  margin-top: 10px;
}

.preview-link-box._5-pixels {
  margin-top: 5px;
}

.post-preview {
  width: 48%;
  margin-right: 2%;
}

.post-preview.margin {
  margin-bottom: 60px;
}

.post-preview.full {
  width: 100%;
  margin-bottom: 20px;
}

.category-link {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 8px 12px 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.category-link:hover {
  opacity: .85;
}

.mintures-to-read {
  font-size: 14px;
  font-style: italic;
  line-height: 25px;
}

.pricing-icon-pink {
  background-color: #fbebf1;
  background-image: url('../images/2-1_12 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-button {
  color: #fff;
  text-align: center;
  background-color: #257ae7;
  border: 1px solid #257ae7;
  border-radius: 5px;
  width: 100%;
  min-width: 120px;
  min-height: 47px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.pricing-button:hover {
  opacity: .85;
  color: #257ae7;
  background-color: #0000;
}

.pricing-item {
  border: 1px solid var(--lines);
  background-color: #fff;
  border-radius: 10px;
  width: 32%;
  margin-right: 2%;
  padding: 32px 3%;
}

.pricing-item.last {
  margin-right: 0%;
}

.text-small {
  color: var(--font-color);
  font-size: 15px;
  line-height: 21px;
}

.flex-space-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.pricing-description {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  margin-top: 25px;
  padding: 20px 5px 10px;
  font-size: 18px;
  line-height: 34px;
}

.pricing-icon-blue {
  background-color: var(--blue-bg);
  background-image: url('../images/3-1_13 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-mini-text {
  color: #7f7f7f;
  font-size: 15px;
  line-height: 17px;
}

.pricing-box {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.h4-medium {
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
  line-height: 30px;
}

.align-right {
  text-align: left;
}

.pricing-icon-yellow {
  background-color: #fdf2d9;
  background-image: url('../images/1-1_11 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.price-text {
  color: #393939;
  margin-right: 5px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  display: inline-block;
}

.utility-hero {
  background-color: #eff7f1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading-full {
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.checkout-heading {
  color: var(--heading);
  margin-top: 10px;
  font-size: 26px;
  line-height: 46px;
}

.order-button {
  background-color: #257ae7;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.order-button:hover {
  background-color: #2167c2;
}

.checkout-form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.field-label {
  font-size: 14px;
}

.checkbox {
  margin-top: -4px;
}

.input-field {
  border-radius: 0;
}

.price {
  font-size: 15px;
  font-weight: 600;
}

.price.total {
  font-weight: 700;
}

.paypal-checkout-form, .order-confirmation {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.login-left {
  width: 50%;
  position: relative;
}

.login-heading {
  color: var(--hero-font-color-text);
  margin-top: 10px;
  font-size: 26px;
  line-height: 46px;
}

.login-field {
  width: 100%;
  height: 50px;
}

.login-button {
  background-color: #257ae7;
  height: 50px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #2167c2;
}

._404 {
  color: var(--heading);
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 4px;
  margin-left: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.horizontal {
  background-color: #7666ca;
  width: 18px;
  height: 2px;
}

.faq-left {
  width: 27%;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.position-sticky {
  position: sticky;
  top: 70px;
}

.full-width {
  flex: 1;
}

.question-font {
  color: #f17670;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.accordion-wrapper {
  border-bottom: 1px solid #b9b8b8;
  margin-top: 20px;
}

.accordion-item-content {
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.vertical {
  background-color: #7666ca;
  width: 2px;
  height: 18px;
  position: absolute;
}

.text-block-link {
  color: #7666ca;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.text-block-link:hover {
  opacity: .85;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.no-top-margin {
  margin-top: 0;
  font-family: Merriweather, serif;
}

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

.rounded-fill-button {
  color: #fff;
  text-align: center;
  background-color: #257ae7;
  border: 1px solid #257ae7;
  width: 100%;
  min-width: 120px;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .2s;
}

.rounded-fill-button:hover {
  background-color: #2167c2;
}

.text-field-input {
  border: 1px solid var(--lines);
  background-color: #0000;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 18px;
  transition: border .2s;
}

.text-field-input:hover {
  border-style: solid;
  border-color: #3898ec;
}

.text-field-input:active {
  color: var(--font);
}

.text-field-input::placeholder {
  font-weight: 500;
}

.blog-left {
  width: 71%;
  margin-right: 4%;
}

.blog-side-right {
  width: 24%;
  position: sticky;
  top: 10px;
}

.blog-side-title {
  color: var(--heading);
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.post-preview-full {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 2%;
  display: flex;
}

.left-blog-posst {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.hero-bottom {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-blog {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 174px;
  padding-left: 3%;
  display: flex;
}

.overlay {
  background-color: #1b1a1a33;
  position: absolute;
  inset: 0%;
}

.hero-bottom-right {
  background-image: url('../images/Right.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 56px;
}

.hero-bottom-left {
  background-image: url('../images/Left.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 56px;
}

.hero-heading-link {
  color: #fff;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.hero-heading-link:hover {
  opacity: .85;
}

.hero-preview-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-preview-post._2 {
  background-image: url('../images/kennel.jpg');
}

.pagination {
  justify-content: flex-end;
}

.quantity-input {
  border-bottom: 1px solid #bcc6d0;
  align-items: flex-end;
  height: 35px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  padding-left: 11px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.quantity-input:hover {
  border-bottom-color: #1a8ef7;
}

.accordion-box {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 8px;
  padding-bottom: 10px;
}

.product-name {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.featured-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: auto;
  padding-top: 20px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
}

.out-of-stock {
  background-color: #e8edf2;
  border: 1px solid #bcc6d0;
  border-radius: 3px;
  margin-top: 10px;
  padding: 10px;
  font-size: 13px;
}

.select-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #bcc6d0;
  margin-bottom: 10px;
  padding-left: 6px;
  font-size: 13px;
}

.select-field-2:hover {
  border-bottom-color: #1a8ef7;
}

.h6 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

._100-percent-width {
  flex: 1;
}

.accordion-item {
  margin-top: 5px;
  padding-left: 50px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-trigger-item {
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.accordion-trigger-item:hover {
  text-decoration: none;
}

.quantity-box {
  text-align: right;
  background-color: #0000;
  border-style: none;
  flex: 1;
  width: 100%;
  height: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.product-right {
  flex: 1;
  padding-top: 30px;
  padding-right: 3%;
  position: sticky;
  top: 10px;
}

.add-to-cart-button {
  color: var(--white);
  text-align: center;
  background-color: #257ae7;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  background-color: #2167c2;
}

.open-close-item {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 28px;
  display: flex;
  position: relative;
}

.price-no-link {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  display: inline;
}

.breadcrumb-link {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
}

.breadcrumb {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Karla, sans-serif;
  font-size: 13px;
  display: inline;
}

.breadcrumb-text {
  margin-left: 5px;
  margin-right: 5px;
  font-family: Karla, sans-serif;
  font-size: 13.5px;
  line-height: 15px;
  display: inline;
}

.image-2, .image-3, .image-4, .main-image, .image-5 {
  width: 100%;
  margin-bottom: 20px;
}

.product-description {
  position: sticky;
  top: 10px;
}

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

.bottom-line {
  border-bottom: 1px solid #b9b8b8;
  flex-wrap: wrap;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.contact-icon {
  background-color: #e6e3fa;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12.5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.contact-icon.pin {
  background-color: #fff;
  background-image: url('../images/pin.svg');
  background-size: 20px;
}

.contact-icon.pin._222 {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon.clock {
  background-color: #fff;
  background-image: url('../images/reloj.svg');
  background-size: 20px;
}

.contact-link {
  color: var(--white);
  margin-top: 15px;
  font-size: 27px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  display: inline-block;
}

.contact-link:hover {
  color: #d3d3d3;
}

.flex-mobile-vertical {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.contact-column {
  flex-wrap: wrap;
  width: 50%;
  display: flex;
  position: relative;
}

.h5 {
  color: #fff;
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.contact-button {
  background-color: var(--5);
  color: #fff;
  text-align: center;
  border: 1px solid #257ae7;
  min-width: 220px;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .2s;
}

.contact-button:hover {
  background-color: var(--12);
}

.select-field {
  background-color: var(--bgbg);
  color: var(--heading);
  background-image: url('../images/flecha-hacia-abajo.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px #000;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 12px;
  transition: border-color .2s;
  display: inline-block;
}

.select-field:hover {
  border-color: #178bf4;
}

.select-field:focus {
  color: var(--heading);
}

.contact-form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.flex-center {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

._50-percent-column.left-padding {
  padding-left: 3%;
}

._50-percent-column._3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-box-full {
  text-align: left;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin-bottom: 40px;
  margin-right: auto;
  display: flex;
}

.max-width-310 {
  width: 100%;
  max-width: 310px;
}

.profile-picture {
  background-image: url('../images/5f0f7dd546963336c2b62a9b_Author-pic_15f0f7dd546963336c2b62a9b_Author-pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 42.5px;
  height: 42.5px;
  margin-right: 20px;
  transition: opacity .2s;
}

.profile-picture:hover {
  opacity: .85;
}

.left-contact-column, .left-contact-column.wide {
  width: 57%;
}

.form-field {
  background-color: var(--bgbg);
  border: 1px #000;
  width: 48%;
  height: 47px;
  margin-bottom: 20px;
  margin-right: 2%;
  transition: border-color .2s;
  display: inline-block;
}

.form-field:hover {
  border-color: #257ae7;
}

.form-field:active {
  color: var(--heading);
}

.form-field:focus {
  color: var(--heading);
  border-color: #178bf4;
}

.form-field::placeholder {
  color: var(--heading);
  font-weight: 500;
}

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

.form-field.no-margin._2 {
  color: var(--heading);
  width: 100%;
}

.on-scroll-slide {
  background-color: #e7f6fd;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll-slide.blue {
  background-color: var(--5);
  display: none;
}

.on-scroll-slide.purpler {
  background-color: var(--bg-hover);
  display: none;
}

.on-scroll-slide.bluer {
  background-color: var(--5);
  display: none;
}

.on-scroll-slide.yellow {
  z-index: 1;
  background-color: #f9ecd0;
  display: none;
}

.on-scroll-slide.yellow-light, .on-scroll-slide.pink {
  z-index: 1;
  background-color: var(--5);
  display: none;
}

.on-scroll-slide.purple {
  background-color: var(--5);
}

.right-contact-column {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding-top: 30px;
  padding-left: 5%;
  display: flex;
}

.textarea {
  background-color: var(--bgbg);
  color: var(--heading);
  border: 1px #000;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border-color .2s;
}

.textarea:hover {
  border-color: #178bf4;
}

.textarea:focus {
  color: var(--heading);
  border-color: #178bf4;
}

.textarea::placeholder {
  color: var(--heading);
}

.title-link-medium {
  color: var(--hero-font-color-text);
  font-size: 23.5px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
  transition: color .2s;
}

.title-link-medium:hover {
  color: #7666ca;
}

.left-padding {
  padding-left: 8px;
}

.about-us-intro {
  text-align: left;
  flex-direction: column;
  width: 30.5%;
  margin-bottom: 60px;
  margin-right: 4%;
  display: flex;
}

.intro-bottom-bg {
  background-color: #e6e3fa;
  height: 310px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-button {
  background-color: var(--5);
  color: var(--bg-l-full);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 50px;
  align-items: center;
  min-width: 180px;
  height: 56px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.hero-button:hover {
  background-color: #5a7043;
}

.hero-button-flex {
  align-items: flex-end;
  width: 100%;
  height: 56px;
  display: flex;
}

.dog-button {
  margin-left: 21px;
}

.button-flex-height {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-button-text {
  text-align: center;
  flex: 1;
  margin-left: 10px;
  display: inline-block;
}

.column-relative {
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-white-bg {
  background-color: var(--bg-l-full);
  width: 14%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.column-center {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.column-center.padding, .column-center.padding-bottom, .column-center.inner-padding {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.content-section-blue {
  background-color: var(--blue-bg);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.content-section-blue.topp {
  background-color: var(--bgbg);
  margin-top: 39px;
}

.content-section-blue.topp._22 {
  margin-top: 10px;
}

.feature-item {
  text-align: center;
  width: 27%;
  margin-bottom: 60px;
  margin-right: 2%;
}

.feature-item._4 {
  margin-bottom: 0;
}

.feature-item.last {
  margin-bottom: 0;
  margin-right: 0%;
}

.feature-item._3 {
  margin-right: 0%;
}

.mini-feature-bg {
  background-color: #fdf2d9;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mini-feature-bg._1 {
  background-image: url('../images/1-2_11 (2).png');
  background-size: 35px;
}

.mini-feature-bg._2 {
  background-image: url('../images/2-2_12 (2).png');
  background-size: 35px;
}

.mini-feature-bg._3 {
  background-image: url('../images/3-2_13 (2).png');
  background-size: 35px;
}

.mini-feature-bg._4 {
  background-image: url('../images/4_14.png');
  background-size: 35px;
}

.mini-feature-bg._5 {
  background-image: url('../images/5_15.png');
  background-size: 35px;
}

.mini-feature-bg._6 {
  background-image: url('../images/7_17.png');
  background-size: 35px;
}

.button-outline-blue {
  color: #257ae7;
  text-align: center;
  background-color: #0000;
  border: 1px solid #257ae7;
  border-radius: 40px;
  min-width: 150px;
  min-height: 40px;
  padding: 13px 35px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-blue:hover {
  color: #f4f5f7;
  background-color: #257ae7;
}

.full-width-row {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.full-width-row.last {
  margin-bottom: 0;
}

.right-side-bg {
  background-color: #fff;
  width: 14%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.numbers-feature {
  background-color: var(--blue-bg-2);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 44px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.numbers-feature._3 {
  background-image: url('../images/Check_1Check.png');
  background-size: 32px;
}

.numbers-feature._1 {
  background-image: url('../images/3-1_13 (1).png');
  background-size: 30px;
}

.numbers-feature._2 {
  background-image: url('../images/Icon-2_1Icon-2.png');
  background-size: 32px;
}

.h4-big {
  margin-bottom: 10px;
  font-size: 23.5px;
  font-weight: 600;
}

.h4-big.no-top-margin {
  color: #fff;
  margin-top: 0;
  font-size: 1.7rem;
  line-height: 1.3;
}

.number-item {
  background-color: var(--5);
  width: 100%;
  margin-bottom: 60px;
  margin-right: 4%;
  padding: 20px 30px;
}

.number-item.last {
  width: 100%;
  margin-right: 0%;
}

.number {
  color: var(--heading);
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.text-blue {
  color: var(--white);
  margin-left: 2px;
}

.bottom-experience {
  background-color: #d0ebf9;
  height: 260px;
  position: absolute;
  inset: auto 0% 0%;
}

.bottom-experience._2 {
  background-color: var(--bgbg);
  height: 222px;
}

.product-item-half {
  width: 47%;
  margin-bottom: 60px;
  margin-right: 3%;
}

.product-item-half:last-child {
  margin-right: 0%;
}

.product-bottom-bg {
  background-color: #fdf2d9;
  width: 100%;
  height: 260px;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-contact {
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.scroll-down {
  z-index: 7;
  background-color: var(--5);
  border-radius: 26.5px;
  justify-content: center;
  align-items: center;
  width: 51px;
  height: 76px;
  margin-bottom: 51px;
  margin-right: 1%;
  display: flex;
  position: absolute;
  inset: auto 1% -26px auto;
}

.scroll-down.home {
  background-color: var(--5);
  margin-bottom: 97px;
}

.scroll-arrow {
  filter: invert();
  width: 22px;
}

.paragraph-service-box {
  margin-top: 10px;
}

.service-preview-link {
  color: var(--hero-font-color-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
}

.service-preview-link:hover {
  color: #7666ca;
}

.link-block {
  color: var(--white);
  background-color: #7666ca;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56.5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s, transform .2s;
  display: flex;
}

.link-block:hover {
  background-color: var(--button-hover);
  transform: scale(1.05);
}

.services-text-box {
  background-color: #e6e3fa;
  border-radius: 10px;
  width: 80%;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 6% 35px;
  position: relative;
}

.service-image-block {
  border-radius: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service {
  width: 46%;
  margin-bottom: 60px;
  margin-left: 2%;
  margin-right: 2%;
}

.post-heading-box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}

.subtitle {
  color: #939394;
  font-size: 19px;
  line-height: 25px;
}

.text-gray {
  color: #7f7f7f;
}

.side-title {
  color: var(--heading);
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.contact-details-box {
  position: relative;
}

.work-overview {
  position: sticky;
  top: 10px;
}

.side-block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.side-block.more {
  padding-bottom: 20px;
}

.utility-right {
  width: 72%;
}

.flex-page {
  flex-wrap: wrap;
  display: flex;
}

.utility-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.flex-team {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.faq-set {
  margin-top: 60px;
}

.nav-dropdown {
  color: var(--heading);
  height: 100px;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 25px;
  top: 0;
}

.dropdown-toggle {
  height: 100px;
  padding-top: 35.5px;
  padding-left: 0;
  padding-right: 27px;
  transition: color .2s;
}

.dropdown-toggle:hover {
  color: var(--font-color);
}

.mini-arrow {
  color: var(--12);
  margin-top: 37px;
  font-size: 13px;
  top: 4px;
  right: -7px;
}

.inline-block {
  margin-right: 3px;
  display: inline-block;
}

.dropdown-list {
  background-color: #c9c9c9;
}

.dropdown-link {
  background-color: var(--bg-l-full);
  color: var(--heading);
  padding-left: 20px;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: var(--bgbg);
  color: var(--12);
  padding-left: 23px;
}

.dropdown-link.w--current {
  color: var(--12);
  background-color: #e4dfdb;
}

.feature-box-text {
  margin-top: 30px;
}

.hero-title {
  color: var(--heading);
  font-size: 17px;
  font-weight: 600;
}

.hero-bg {
  background-color: #fff;
  height: 120%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-bg.color {
  background-color: var(--bg);
}

.social-icon-rounded {
  background-color: var(--5);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  overflow: hidden;
}

.social-icon-rounded.instagram {
  background-color: var(--5);
}

.social-icon-rounded.instagram.w, .social-icon-rounded.w {
  background-color: #fff;
}

.fill-title-link {
  color: var(--hero-font-color-text);
  letter-spacing: -.35px;
  text-transform: uppercase;
  background-color: #e6e3fa;
  border-radius: 90px;
  padding: 6px 11px 4px;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 12.5px;
  text-decoration: none;
  display: inline-block;
}

.product-category-margin {
  margin-bottom: 6px;
}

.bottom-last {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.answer {
  font-size: 16px;
}

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

.pal-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-navi {
  filter: invert();
  object-fit: cover;
}

.ft-image-invert {
  filter: invert();
}

.speisser {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.speisser._2 {
  margin-top: 23px;
  margin-bottom: 23px;
}

._14-vasen {
  padding-left: 14%;
}

.tekstiwrapper-meista {
  max-width: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
}

._222 {
  font-size: 2rem;
}

.counter-progress {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.paragraph-2 {
  padding-top: 8px;
  font-size: 1.1em;
}

.paragraph-2.valkonen {
  color: #fff;
}

.text-block-2 {
  color: #e8e2da;
  font-size: 1.2em;
}

.text-block-2.tumma {
  color: var(--heading);
  font-size: .9em;
}

.counter-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 75em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.counter-area._2 {
  grid-column-gap: 5rem;
  flex-direction: row;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter-area._2.gridiss {
  grid-column-gap: .25rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.content-container {
  border-top: 1px solid #faf9f526;
  width: 100%;
  padding-top: 1rem;
}

.content-container.pads {
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.counter-card {
  background-color: var(--5);
  border-radius: 30px;
  max-width: 300px;
  padding: 28px 20px;
}

.counter-card.slide-up-100ms {
  background-color: #e8f7fe;
}

.counter-title.c-tiltle-style {
  text-align: center;
}

.count {
  color: #e8e2da;
  font-size: 1.2em;
}

.count.tumma {
  color: #fff;
  font-size: 1em;
}

.pennut-lista {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.hintateksti {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.lopputekstit {
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.icon-hidden {
  display: none;
}

.dropdown-list-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  background-color: var(--bgbg);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 400px;
  padding: 18px;
  display: flex;
  top: 47.5px;
  left: -130px;
}

.dropdown-list-2._2.w--open {
  z-index: 89;
  background-color: var(--2);
}

.carousel-component {
  z-index: 9;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  flex: none;
  width: auto;
  display: flex;
  transform: perspective(1px);
}

.logo-carousel {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: .8rem 1rem;
}

.logo-image {
  filter: none;
  max-height: 80px;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-kohta {
  width: 100vw;
  height: 120px;
  position: relative;
}

.link-block-2 {
  filter: invert();
}

.image-6 {
  filter: none;
  width: 75px;
}

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

.jasenlogot._2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.jasenlogoimage {
  object-fit: cover;
  height: 88px;
  padding: 6px;
}

.jasenlogoimage.bggb {
  mix-blend-mode: darken;
  object-fit: scale-down;
  border-top: 1px solid #0000;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

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

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.image {
  width: 30px;
  height: 30px;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

._2323 {
  padding-bottom: 20px;
  padding-left: 5%;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Merriweather, serif;
}

.heading-4.w.big {
  letter-spacing: .5px;
  font-size: 24px;
}

.text-block-3 {
  color: #fff;
}

.text-block-4 {
  color: var(--white);
}

.text-block-5, .w {
  color: #fff;
}

.text-block-6 {
  color: var(--white);
}

.image-7 {
  filter: invert();
}

.text-block-7 {
  color: var(--heading);
}

.text-block-8 {
  z-index: 2;
  position: relative;
}

.image-8 {
  filter: brightness(200%) grayscale();
  object-fit: scale-down;
  width: 53%;
  height: 53%;
}

.image-8._2 {
  filter: invert() brightness(200%) grayscale();
}

.image-8._2.none {
  filter: none;
}

.html-embed {
  color: var(--font);
}

.flex-block, .flex-block-2 {
  flex-direction: row;
  align-items: center;
}

.paragraph-3 {
  letter-spacing: normal;
  text-transform: none;
  word-break: normal;
  overflow-wrap: normal;
  mix-blend-mode: darken;
}

.paragraph-4 {
  color: var(--font);
  text-align: left;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  font-weight: 700;
}

.splitter-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-top: 16px;
  display: flex;
}

.img-22 {
  width: 200px;
}

@media screen and (min-width: 1280px) {
  .title-small {
    color: #69707b;
  }

  .inner-hero-section {
    max-width: 100%;
  }

  .hero-inner-box {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    max-width: 100%;
  }

  .hero-row-1 {
    font-size: 77px;
    line-height: 77px;
  }

  .hero-row-1.small {
    font-size: 68px;
    line-height: 77px;
  }

  .hero-row-2 {
    font-size: 97px;
    line-height: 1.2;
  }

  .hero-row-2.small {
    font-size: 96px;
    line-height: 105px;
  }

  .button-hover {
    font-size: 13px;
  }

  .utility-hero {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .right-white-bg {
    width: 60%;
  }

  .hover-bg {
    display: flex;
  }

  .pricing-item.last {
    margin-right: 0%;
  }

  .title-link-medium {
    transition: color .2s;
  }
}

@media screen and (min-width: 1920px) {
  .hero-row-2.small._2.smaller {
    font-size: 3vw;
  }

  .left-white-bg {
    width: 34%;
  }

  ._14-vasen {
    padding-left: 38%;
  }
}

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

  h2 {
    font-size: 34px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 46px;
  }

  h4 {
    font-size: 30px;
    line-height: 44px;
  }

  h5 {
    font-size: 26px;
    line-height: 38px;
  }

  h6 {
    font-size: 22px;
    line-height: 36px;
  }

  .social-links-mobile {
    justify-content: flex-start;
    margin-top: 15px;
    display: block;
  }

  .inner-wrapper {
    width: 85%;
  }

  .content-section {
    padding-top: 120px;
  }

  .content-section.inner-pages {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.double {
    padding-bottom: 120px;
  }

  .content-section.pricing, .content-section.products {
    padding-top: 60px;
  }

  .content-section.blog-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.product-page {
    padding-bottom: 50px;
  }

  .content-section.contact-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.bottom-margin {
    margin-bottom: 120px;
  }

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

  .content-section.store {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .go-up-button {
    background-size: 20px;
    width: 45px;
    height: 45px;
  }

  .hero-inner-text {
    margin-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  .social-mini-icon {
    background-color: #0f0f0f;
    margin-bottom: 5px;
    margin-right: 7px;
  }

  .social-mini-icon:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.instagram {
    margin-right: 0;
  }

  .social-mini-icon.instagram:hover, .social-mini-icon.linkedin:hover, .social-mini-icon.twittter:hover {
    background-color: #2c2c2c;
  }

  .social-mini-icon.facebook {
    background-color: #3880da;
  }

  .social-mini-icon.facebook:hover {
    background-color: #2c2c2c;
  }

  .hero-inner-box {
    max-width: 100%;
  }

  .underline-hover {
    display: none;
  }

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

  .content-wrapper-top.nav {
    max-width: 1225px;
  }

  .buy-template-container {
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding-top: 10px;
  }

  .nav-menu {
    background-color: var(--bg-l-full);
  }

  .menu-button {
    color: var(--12);
    height: 100px;
    padding-top: 42px;
  }

  .menu-button.w--open {
    background-color: var(--bg-l-full);
    color: #43e06a;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    margin-right: 0;
    padding-top: 13px;
    padding-left: 20px;
    font-size: 16px;
    transition: color .2s, background-color .2s;
    display: flex;
  }

  .footer-expand {
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .footer-expand.middle {
    flex: 1;
    margin-top: 0;
  }

  .footer {
    max-width: 100%;
    padding-top: 50px;
  }

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

  .menu {
    width: 50%;
  }

  .menu._44-percent {
    width: 46%;
  }

  .footer-container {
    margin-bottom: 20px;
  }

  .footer-column {
    width: 22%;
  }

  .notice {
    margin-top: 40px;
  }

  .newsletter {
    width: 50%;
    max-width: 300px;
    margin-top: 20px;
    margin-left: 22%;
  }

  .full-width-box {
    margin-bottom: 30px;
  }

  .h4 {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-content-wrapper {
    max-width: 100%;
    min-height: 520px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-left {
    padding-top: 20px;
  }

  .hero-right {
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .hero-right.about-us {
    padding-bottom: 90px;
  }

  .hero-row-1 {
    margin-bottom: 0;
    font-size: 54px;
    line-height: 56px;
  }

  .hero-row-1.small {
    font-size: 47px;
    line-height: 57px;
  }

  .hero-row-2 {
    margin-top: 0;
    font-size: 68px;
    line-height: 79px;
  }

  .hero-row-2.small {
    font-size: 63px;
    line-height: 73px;
  }

  .curve-bg {
    width: 67%;
    padding-left: 20%;
  }

  .heading-box {
    width: 70%;
    margin-bottom: 30px;
  }

  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .intro-item {
    width: 29%;
  }

  .button-outline-small {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .title-regular {
    font-size: 16px;
    line-height: 25px;
  }

  .link-price {
    font-size: 16px;
  }

  .title-box, .subtile-box {
    width: 100%;
  }

  .team-item {
    width: 31%;
    margin-bottom: 30px;
    margin-right: 3%;
  }

  .tabs-menu {
    padding-left: 4%;
    padding-right: 4%;
  }

  .tab {
    font-size: 34px;
    line-height: 48px;
  }

  .question {
    font-size: 20px;
    line-height: 34px;
  }

  .testimonial-heading {
    flex-direction: column;
  }

  .testimonial-pic {
    margin-bottom: 10px;
  }

  .button-outline {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
  }

  .link-block-box {
    margin-top: 10px;
  }

  .h4-medium {
    font-size: 21.5px;
    line-height: 31px;
  }

  .utility-hero {
    max-width: 100%;
    min-height: 520px;
  }

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

  .question-font {
    font-size: 20px;
    line-height: 35px;
  }

  .blog-left {
    width: 63%;
  }

  .blog-side-right {
    flex: 1;
  }

  .hero-blog {
    width: 80%;
    padding-top: 80px;
    padding-bottom: 134px;
  }

  .hero-heading-link {
    font-size: 40px;
    line-height: 54px;
  }

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

  .product-right {
    padding-top: 20px;
  }

  .contact-link {
    font-size: 24px;
    line-height: 24px;
  }

  .h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .right-contact-column {
    padding-left: 15px;
  }

  .title-link-medium {
    font-size: 22.5px;
    line-height: 32px;
  }

  .about-us-intro {
    margin-bottom: 50px;
  }

  .column-center.padding, .column-center.padding-bottom, .column-center.inner-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-item {
    width: 30%;
    margin-right: 3%;
  }

  .h4-big {
    font-size: 21.5px;
    line-height: 31px;
  }

  .number-item {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .scroll-down {
    width: 53px;
    height: 78px;
    margin-right: 2%;
  }

  .scroll-arrow {
    width: 20px;
  }

  .service-preview-link {
    font-size: 22px;
    line-height: 29px;
  }

  .services-text-box {
    padding-bottom: 30px;
  }

  .flex-page {
    flex-wrap: nowrap;
  }

  .nav-dropdown {
    width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 20px;
  }

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

  .dropdown-list, .dropdown-list.w--open {
    background-color: #d4e0e9;
  }

  .dropdown-link {
    background-color: var(--bg-l-full);
    padding-left: 30px;
  }

  .dropdown-link.w--current {
    background-color: var(--2);
    color: var(--12);
  }

  .paragraph-2 {
    font-size: 1.5em;
  }

  .paragraph-2.valkonen.s {
    font-size: 1.1em;
  }

  .text-block-2.tumma {
    font-size: 2.4rem;
  }

  .counter-area {
    grid-template-columns: 1fr 1fr;
  }

  .count.tumma {
    font-size: 2.5rem;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 44px;
  }

  h4 {
    font-size: 28px;
    line-height: 42px;
  }

  h5 {
    font-size: 24px;
    line-height: 36px;
  }

  h6 {
    font-size: 20px;
    line-height: 34px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

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

  .content-section {
    padding-top: 60px;
  }

  .content-section.inner-pages {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.blog-page {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.product-page {
    padding-bottom: 40px;
  }

  .content-section.contact-page {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-section.blue {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .content-section.store {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .go-up-button {
    background-size: 18px;
    width: 40px;
    height: 40px;
  }

  .hero-inner-text {
    font-size: 40px;
    line-height: 48px;
  }

  .social-mini-icon {
    width: 25px;
    height: 25px;
  }

  .inner-hero-section {
    min-height: 250px;
    position: relative;
  }

  .underline-hover {
    display: none;
  }

  .cart {
    margin-right: 10px;
  }

  .content-wrapper-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-top.nav {
    justify-content: space-between;
  }

  .menu-button {
    padding-left: 11px;
    padding-right: 11px;
  }

  .menu-button.w--open {
    color: #76b35f;
  }

  .nav-girl-box {
    display: none;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 40px;
  }

  .menu {
    width: 50%;
    margin-bottom: 20px;
  }

  .notice {
    margin-top: 0;
  }

  .newsletter {
    width: 50%;
  }

  .footer-title {
    font-size: 17px;
    line-height: 19px;
  }

  .hover-icon {
    width: 30px;
  }

  .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-section {
    position: relative;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .hero-content-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .hero-left {
    justify-content: center;
    width: 100%;
    padding-top: 0;
  }

  .hero-right {
    width: 100%;
    padding: 20px 5% 0;
  }

  .hero-right.about-us {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-row-1 {
    margin-bottom: -9px;
    font-size: 64px;
    line-height: 66px;
  }

  .hero-row-1.small {
    font-size: 57px;
    line-height: 67px;
  }

  .hero-row-2 {
    font-size: 78px;
    line-height: 89px;
  }

  .hero-row-2.small {
    font-size: 73px;
    line-height: 83px;
  }

  .hero-row-2.small._2.smaller {
    font-size: 11vw;
  }

  .paw {
    left: auto;
  }

  .hero-dog {
    width: 60%;
  }

  .hero-button-box {
    margin-top: 20px;
  }

  .hero-bottom-bg {
    display: none;
  }

  .curve-bg {
    z-index: 1;
    width: 91%;
    margin-bottom: 0;
    padding-left: 26%;
  }

  .curve-bg.no-margin {
    z-index: 1;
  }

  .heading-box {
    width: 90%;
  }

  .h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .flex.full-width._33 {
    flex-direction: column;
  }

  .text-column {
    padding: 5%;
  }

  .h3 {
    font-size: 30px;
    line-height: 38px;
  }

  .button-hover {
    font-size: 11px;
  }

  .rounded-slide-column {
    justify-content: center;
  }

  .slide-column {
    margin-bottom: 20px;
  }

  .rounded-slider-bg {
    margin-right: 20px;
  }

  .rounded-slide-arrow {
    width: 23px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .job-title {
    font-size: 15px;
    line-height: 25px;
  }

  .social-icon.twittter {
    background-size: 12px;
  }

  .team-item {
    width: 46%;
  }

  .tabs-menu {
    padding-left: 3%;
    padding-right: 3%;
  }

  .tab {
    font-size: 30px;
    line-height: 42px;
  }

  .question {
    font-size: 19px;
    line-height: 33px;
  }

  .question-letter {
    font-size: 19px;
    line-height: 34px;
    top: -5px;
  }

  .faq-letter-box {
    width: 50px;
  }

  .mini-feature {
    width: 33%;
    margin-bottom: 40px;
  }

  .testimonial {
    width: 48%;
  }

  .button-outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview-text-container.full {
    margin-top: 15px;
  }

  .preview-link {
    font-size: 20px;
    line-height: 28px;
  }

  .h4-medium {
    font-size: 20.5px;
    line-height: 30px;
  }

  .price-text {
    margin-bottom: 5px;
    font-size: 33px;
    line-height: 33px;
  }

  .utility-hero {
    min-height: 450px;
    position: relative;
  }

  .heading-full {
    margin-bottom: 20px;
  }

  .open-close-box {
    margin-top: 2px;
  }

  .question-font {
    font-size: 19px;
    line-height: 34px;
  }

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

  .left-blog-posst {
    border-radius: 25px;
  }

  .hero-blog {
    padding-top: 60px;
    padding-bottom: 114px;
  }

  .hero-heading-link {
    font-size: 38px;
    line-height: 52px;
  }

  .featured-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 20px;
  }

  .product-right {
    padding-top: 0;
    padding-left: 3%;
  }

  .contact-link {
    font-size: 24px;
    line-height: 24px;
  }

  .contact-link._2 {
    flex-wrap: nowrap;
  }

  .flex-mobile-vertical {
    flex-direction: column;
  }

  .contact-column {
    width: 100%;
  }

  .select-field {
    margin-bottom: 20px;
  }

  .max-width-310.cap {
    max-width: 400px;
  }

  .left-contact-column {
    width: 50%;
  }

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

  .right-contact-column {
    width: 50%;
  }

  .textarea {
    margin-bottom: 20px;
  }

  .title-link-medium {
    font-size: 21.5px;
    line-height: 33px;
  }

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

  .h4-big {
    font-size: 20.5px;
    line-height: 30px;
  }

  .number {
    font-size: 41px;
    line-height: 41px;
  }

  .scroll-down {
    z-index: 2;
    width: 51px;
    height: 76px;
  }

  .scroll-down.home {
    margin-bottom: 46px;
  }

  .service-preview-link {
    font-size: 20px;
    line-height: 28px;
  }

  .services-text-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-details-box {
    margin-top: 10px;
  }

  .side-block {
    padding-bottom: 10px;
  }

  .side-block.more {
    padding-bottom: 15px;
  }

  .utility-right {
    width: 65%;
  }

  .flex-page {
    margin-left: auto;
    margin-right: auto;
  }

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

  .price-vertical-flex {
    flex-direction: column;
    display: flex;
  }

  .flex-team {
    justify-content: space-between;
  }

  .social-icon-rounded.twitter {
    background-size: 12px;
  }

  .counter-progress {
    font-size: 48px;
  }

  .paragraph-2.valkonen.s {
    font-size: 1em;
  }

  .text-block-2.tumma {
    font-size: 2.8rem;
  }

  .counter-area._2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .counter-area._2.gridiss {
    grid-column-gap: 0rem;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-title.c-tiltle-style {
    font-size: 18px;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 44px;
  }

  h3 {
    font-size: 28px;
    line-height: 42px;
  }

  h4 {
    font-size: 26px;
    line-height: 40px;
  }

  h5 {
    font-size: 22px;
    line-height: 34px;
  }

  h6 {
    font-size: 18px;
    line-height: 32px;
  }

  .inner-wrapper {
    width: 100%;
  }

  .hero-subtitle {
    margin-top: 5px;
    font-size: 17px;
  }

  .title-small {
    font-size: 13px;
    line-height: 13px;
  }

  .content-section {
    padding-top: 60px;
    overflow: hidden;
  }

  .content-section.inner-pages {
    padding-bottom: 20px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-section.pricing {
    padding-top: 60px;
  }

  .content-section.blog-page, .content-section.product-page, .content-section.contact-page {
    padding-bottom: 20px;
  }

  .content-section.blue {
    padding-bottom: 50px;
  }

  .content-section.store {
    padding-bottom: 20px;
  }

  .go-up-button {
    background-size: 16px, auto;
  }

  .go-up-button.w--current {
    z-index: 8;
  }

  .hero-inner-text {
    font-size: 38px;
    line-height: 46px;
  }

  .social-mini-icon {
    width: 30px;
    height: 30px;
  }

  .hero-inner-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .buy-template-container {
    display: none;
  }

  .menu-button {
    padding-top: 38px;
  }

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

  .footer-expand.middle {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-notice-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu {
    width: 50%;
    padding-right: 10px;
  }

  .menu._44-percent {
    margin-bottom: 0;
  }

  .footer-container {
    padding-left: 10px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .notice {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .newsletter {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    padding-right: 10px;
  }

  .footer-title {
    font-size: 20px;
    line-height: 20px;
  }

  .insta-pic {
    width: 50%;
  }

  .hero-section {
    min-height: 298px;
  }

  .hero-content-wrapper {
    flex-wrap: wrap;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-row-1 {
    font-size: 70px;
    line-height: 81px;
  }

  .hero-row-1.small {
    margin-bottom: -4px;
    font-size: 10vw;
    line-height: 62px;
  }

  .hero-fill-title._12 {
    margin-bottom: .2rem;
  }

  .hero-row-2 {
    margin-top: -10px;
    font-size: 86px;
    line-height: 1.3;
  }

  .hero-row-2.small {
    margin-top: 0;
    font-size: 57px;
    line-height: 67px;
  }

  .paw {
    width: 60vw;
    bottom: 63%;
    right: 30%;
  }

  .hero-dog {
    width: 100%;
  }

  .curve-bg {
    width: 104%;
    padding-left: 36%;
  }

  .curve-text-box {
    margin-right: 3%;
  }

  .mini-title-link {
    font-size: 15px;
  }

  .heading-box {
    width: 100%;
  }

  .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .intro-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .intro-item.last {
    margin-bottom: 0;
  }

  .intro-flex {
    flex-wrap: wrap;
  }

  .flex.full-width._33, .flex._333 {
    flex-direction: column;
  }

  .flex._333._2 {
    flex-wrap: wrap;
  }

  .half-column {
    width: 100%;
  }

  .half-column.pentu {
    justify-content: flex-start;
  }

  .text-column {
    width: 100%;
  }

  .text-column.pentu {
    justify-content: flex-start;
    padding-left: 0%;
  }

  .h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .section-item.last.pentu {
    padding-left: 0;
  }

  .section-item.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .button-hover {
    display: none;
  }

  .product-item {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0%;
  }

  .product-item.grid {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .compare-at-price {
    font-size: 16px;
  }

  .rounded-slide-column {
    width: 100%;
  }

  .slide-column {
    width: 100%;
    max-width: 350px;
  }

  .slider {
    width: 100%;
  }

  .rounded-slide-arrow {
    width: 25px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .team-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab {
    font-size: 32px;
    line-height: 44px;
  }

  .right-faq-column {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-item-right {
    padding-left: 0%;
    padding-right: 0;
  }

  .left-faq-column {
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs-content {
    width: 100%;
    margin-top: 20px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .mini-feature {
    width: 100%;
  }

  .mini-feature.last {
    margin-bottom: 0;
  }

  .testimonial {
    width: 90%;
    margin-left: 5%;
  }

  .button-outline {
    padding-left: 21px;
    padding-right: 21px;
  }

  .post-preview {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .post-preview:last-child {
    margin-bottom: 0;
  }

  .pricing-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .utility-hero {
    min-height: 400px;
  }

  .faq-left {
    width: 100%;
  }

  .position-sticky {
    margin-bottom: 40px;
  }

  .blog-left {
    width: 100%;
    margin-right: 0%;
  }

  .blog-side-right {
    width: 100%;
  }

  .hero-blog {
    width: 100%;
    padding-left: 0%;
  }

  .hero-heading-link {
    font-size: 36px;
    line-height: 50px;
  }

  .featured-left {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .quantity-box {
    font-size: 13px;
  }

  .product-right {
    padding-top: 0;
  }

  .price-no-link {
    font-size: 16px;
  }

  .contact-form {
    margin-top: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._50-percent-column {
    width: 100%;
  }

  ._50-percent-column.left-padding {
    padding-left: 0%;
  }

  ._50-percent-column._3 {
    margin-top: 42px;
  }

  .heading-box-full {
    margin-bottom: 30px;
  }

  .left-contact-column, .left-contact-column.wide {
    width: 100%;
  }

  .right-contact-column {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
  }

  .title-link-medium {
    font-size: 20.5px;
    line-height: 32px;
  }

  .left-padding {
    padding-left: 7px;
  }

  .about-us-intro {
    width: 100%;
    margin-right: 0%;
  }

  .column-relative {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .left-white-bg {
    width: 6%;
  }

  .column-center {
    width: 100%;
  }

  .column-center.padding {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .column-center.padding-bottom {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .column-center.inner-padding {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .content-section-blue {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .content-section-blue.topp {
    padding-top: 21px;
  }

  .content-section-blue.topp.re {
    padding-top: 0;
  }

  .feature-item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-item._4 {
    margin-bottom: 40px;
  }

  .feature-item.last, .feature-item._3 {
    margin-left: auto;
    margin-right: auto;
  }

  .full-width-row.last {
    flex-wrap: wrap-reverse;
  }

  .right-side-bg {
    width: 10%;
  }

  .number-item {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .product-item-half {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .flex-contact {
    padding-left: 5%;
    padding-right: 5%;
  }

  .scroll-down {
    width: 48px;
    height: 73px;
    display: none;
  }

  .scroll-arrow {
    width: 18px;
  }

  .service {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .service:last-child {
    margin-bottom: 0;
  }

  .contact-details-box {
    margin-top: 0;
  }

  .work-overview {
    margin-bottom: 0;
  }

  .utility-right {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex-page {
    flex-wrap: wrap-reverse;
  }

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

  .mini-arrow {
    display: inline-block;
  }

  .speisser {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  ._14-vasen {
    padding-left: 10%;
  }

  .tekstiwrapper-meista {
    padding-left: 0;
    padding-right: 1rem;
  }

  .counter-progress {
    font-size: 45px;
  }

  .paragraph-2 {
    font-size: 1.2em;
  }

  .text-block-2 {
    font-size: .6em;
  }

  .counter-area {
    grid-template-columns: 1fr 1fr;
  }

  .counter-area._2 {
    grid-column-gap: 3rem;
  }

  .counter-area._2.gridiss {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .counter-card {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .counter-card.slide-up-100ms, .counter-card.slide-up-400ms, .counter-card.slide-up-200ms {
    padding-left: 0;
    padding-right: 0;
  }

  .counter-title.c-tiltle-style {
    font-size: 16px;
  }

  .count {
    font-size: .6em;
  }

  .logo-carousel {
    grid-column-gap: .25rem;
  }

  .logo-carousel.ttt {
    display: none;
  }

  .logo-carousel-item {
    flex: 0 auto;
    max-height: 88px;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .logo-image {
    object-fit: scale-down;
    max-width: 100px;
    height: 90%;
    max-height: none;
  }

  .logo-kohta {
    height: 130px;
  }

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

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .evasttt {
    align-items: center;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  ._11 {
    line-height: 19px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}