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

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

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

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

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

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

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

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

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Bold.otf') format("opentype"), url('../fonts/Switzer-Extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype"), url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.otf') format("opentype"), url('../fonts/Switzer-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Velasans;
  src: url('../fonts/VelaSans-ExtraBold.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Pramukhrounded;
  src: url('../fonts/PramukhRounded-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #a5a5a5;
  --alice-blue: #ecf0f7;
  --dark-slate-grey-2: #1a4350;
  --pale-goldenrod-2: #efffa6;
  --dim-grey-2: #616161;
  --crimson: #ff0062;
  --blue-2: #4700e0;
  --sky-blue: #38c0de;
  --dark-gray: #1b1b1b;
  --dim-grey: #464646;
  --medium-aquamarine: #8aceb8;
  --blue: #6411ff;
  --green-yellow: #c4f85c;
  --dark-slate-grey-3: #193641;
  --salmon: #ff8d86;
  --salmon-2: #ff8d86;
  --dark-slate-grey: #2c5c5d;
  --pale-green-2: #d3ffd0;
  --honeydew: #e5f4e5;
  --pale-green: #d3ffd0;
  --medium-sea-green: #46a889;
  --medium-sea-green-2: #46a889;
  --tomato: #ff715b;
  --white-smoke: #e9e8e8;
  --white: #ffffffbf;
  --pale-goldenrod: #faf4af;
  --purple: #90115d;
  --dark-slate-blue: #55378b;
  --dark-turquoise: #27e0fa;
  --lemon-chiffon: #eee8bd;
  --cornflower-blue: #9290f3;
  --light-steel-blue: #b1b0eb;
  --light-green: #b0ebb9;
  --light-blue: #b3dff5;
  --papaya-whip: #f5e5cb;
  --pale-goldenrod-3: #efffb4;
  --black: #2b3030;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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;
  }
}

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #363636;
  background-color: #f5f5f5;
  font-family: Switzer, sans-serif;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  font-family: Hauora;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.master-section {
  background-color: #0000;
  display: block;
  position: relative;
}

.master-section.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 3em;
}

.master-section.light-blue {
  background-color: var(--alice-blue);
}

.master-section.bg-dark {
  background-color: #192156;
}

.master-section.bg-dark-gray {
  background-color: #28a9e1;
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.titles {
  grid-row-gap: 35px;
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
}

.container.footer {
  padding-top: 3em;
  padding-bottom: 3em;
}

.container.padding-top-medium {
  padding-top: 6em;
}

.container.gap-s {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.container.header-wrapper {
  background-image: url('../images/back_intro.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.main-grid.short-gap {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.sticky-faq {
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.grid-wrapper.logo {
  padding-top: 10px;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.margin-bottom-medium {
  margin-bottom: 80px;
}

.inner-padding-xsmall {
  margin-bottom: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.inner-padding-medium {
  padding-top: 6em;
  padding-bottom: 6em;
}

.title-tag {
  color: #7779;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.grid-rail {
  z-index: 2;
  grid-column-gap: 5em;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.logos-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.logos-wrapper.bg-gray {
  flex: none;
}

.logos-wrapper.small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.logos-wrapper.transparent-logo {
  background-color: #0000;
  padding-left: 1.5em;
  display: flex;
}

.image-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 150px;
  max-height: 40px;
  display: block;
}

.image-logo.large {
  max-width: 120px;
  max-height: 60px;
}

.small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.wrapper-heading.blog-post {
  grid-row-gap: 35px;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 5em;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5em;
  display: flex;
}

.image-tiles-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-tiles-hero._3d {
  max-height: none;
}

.wrapper-nav {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: sticky;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.wrapper-nav.on {
  background-color: #fff;
  box-shadow: 0 1px 2px #0000000f;
}

.navgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 5em 1fr 6em 1fr 5em;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 7.5em;
  padding-left: 15px;
  padding-right: 15px;
}

.form {
  justify-content: center;
  width: 100%;
  display: flex;
}

.form.single {
  border-radius: 0;
  align-items: center;
}

.form.gap {
  grid-column-gap: 15px;
  width: 100%;
}

.form.row {
  grid-column-gap: 15px;
  padding-bottom: 25px;
}

.heading-xlarge {
  color: var(--dark-slate-grey-2);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: .82;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  display: flex;
  box-shadow: inset 0 -1px #fff3;
}

.button {
  z-index: 5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #b0ebb9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--pale-goldenrod-2);
  color: var(--dim-grey-2);
}

.button.color-red {
  white-space: nowrap;
  background-color: #1d747e;
}

.button.color-red:hover {
  background-color: #4400c3;
}

.button.plan {
  color: #fff;
  background-color: #46a889;
  border-radius: 6px;
}

.button.plan:hover {
  color: #fff;
  background-color: #5eb89b;
}

.button.plan.white {
  color: #3f3f3f;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

.grid-buttons {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.p-small {
  color: #00000080;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.15em;
  line-height: 1.45;
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.nav-link {
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s;
}

.nav-link:hover {
  color: #141414bf;
  background-color: #00000014;
}

.nav-link.w--current {
  color: #1b1b1b;
  background-image: url('../images/dot-item.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.image-brand, .image-brand.on {
  max-height: 100vh;
}

.padding-bottom-medium {
  padding-bottom: 5em;
}

.link-icons {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-icons.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.tabs-menu {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.tabs-menu.plan {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-flex {
  color: #00000080;
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.15em;
  display: flex;
}

.list-flex.off {
  color: #9191918a;
  text-decoration: line-through;
}

.list-flex.mob {
  display: none;
}

.icon-check {
  height: 9px;
}

.icon-check.large {
  height: 18px;
}

.inner-tab-content {
  padding-top: 34px;
  padding-bottom: 34px;
}

.gray-wrapper {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 3.5em 3em 4em;
  display: flex;
  position: relative;
}

.gray-wrapper.no-padding {
  padding: 0;
}

.gray-wrapper.float-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.gray-wrapper.block-icons {
  border-radius: 32px;
}

.text-field {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.flex-white {
  background-color: #fff;
  flex: 1;
  min-width: auto;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

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

.inner-footer-nav {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.link-footer {
  color: #0000008a;
  font-size: 16px;
  text-decoration: none;
}

.link-footer:hover {
  color: #000;
}

.heading-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.profile._3col {
  grid-template-columns: auto 1fr 1fr;
  width: 100%;
}

.image-profile-wrapper {
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  border-radius: 100px;
  width: 55px;
  height: 55px;
}

.image-profile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ratings {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.form-wrapper {
  width: 100%;
}

.quote-icon {
  align-self: flex-start;
  height: 2.2em;
  margin-bottom: 2em;
}

.quote-icon.no-margin {
  margin-bottom: 0;
}

.image-grid-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-footer {
  max-height: 32px;
  margin-bottom: 15px;
}

.full-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-wrap-ticker {
  background-color: #2a6e7926;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  min-height: 200px;
  display: flex;
}

.logo-wrap-ticker.square-m {
  background-color: #0000;
  border-radius: 0;
  width: 20em;
  min-width: auto;
  height: 14em;
  box-shadow: inset 1px 1px #d3d3d34d, 0 1px #d3d3d34d;
}

.flex-scrolling {
  display: block;
}

.main-paragraph {
  color: #000000b3;
  letter-spacing: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}

.main-paragraph.text-white-opacity {
  color: #ffffff75;
}

.circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.circle-check.off {
  opacity: .35;
  background-color: #b3b3b347;
}

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

.list-wrapper.padding {
  padding-left: 36px;
  padding-right: 36px;
}

.price {
  color: #000;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-size: 3.2em;
  font-weight: 400;
  line-height: .8;
}

.span-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.price-wrapper.white-block-center {
  grid-row-gap: .6em;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  padding: 45px 35px;
  position: relative;
}

.price-wrapper.green-block {
  grid-row-gap: .6em;
  text-align: left;
  background-color: #eafde9;
  border-bottom: 1px solid #d3d3d3;
  align-items: flex-start;
  padding: 44px 36px;
  box-shadow: inset 1px 1px #d3d3d3;
}

.price-wrapper.white-block {
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  padding: 37px 40px;
}

.price-wrapper.center {
  grid-row-gap: .6em;
  text-align: center;
  border-radius: 6px;
  align-items: center;
  width: 100%;
  position: relative;
}

.faq-wrapper {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.plus-icon {
  height: 16px;
}

.faq-container {
  color: #747474;
}

.wrapper-black {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

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

.frame-image-overflow {
  perspective: 2000px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 35em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-image-overflow._02 {
  border-top-left-radius: 200px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 200px;
}

.inner-padding-micro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.margin-bottom-xsmall {
  margin-bottom: 20px;
}

.text-small {
  color: #0009;
  font-size: 13px;
  line-height: 1.25;
}

.center-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.center-wrapper.inner-padding-medium {
  z-index: 4;
  position: relative;
}

.center-wrapper.gap {
  grid-row-gap: 1.25em;
  position: relative;
}

.center-wrapper.max-w {
  grid-row-gap: 2.5em;
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper.s {
  grid-row-gap: 1em;
}

.center-wrapper.cta {
  grid-row-gap: 2em;
  width: 100%;
  max-width: 60em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.heading-medium {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: .9;
}

.heading-medium.no-caps {
  text-transform: none;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-large {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: .9;
}

.heading-large.text-black {
  color: #000;
}

.heading-large.merch {
  font-family: Inter, sans-serif;
}

.heading-large.merch.text-black {
  letter-spacing: -.03em;
  font-size: 5em;
  font-weight: 700;
}

.heading-large.margin-bottom-small {
  margin-bottom: 45px;
}

.heading-large.no-caps {
  text-transform: none;
  line-height: 1.1;
}

.sub-heading-regular {
  margin-top: 10px;
  font-family: Switzer, sans-serif;
  font-size: 20px;
}

.sub-heading-regular.text-light {
  font-family: Hauora;
  font-weight: 400;
}

.sub-heading-regular.text-black {
  color: #000;
}

.heading-small {
  color: #000;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-small.alt {
  border: 1px solid #00000026;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
}

.profile-name {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.collection-list-news {
  grid-column-gap: 36px;
  grid-row-gap: 56px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news._3-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: var(--crimson);
}

.text-white-opacity {
  color: #ffffff8a;
}

.color-blue {
  background-color: var(--sky-blue);
}

.rounded {
  border-radius: 6px;
  overflow: hidden;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 38em;
  padding-bottom: 20px;
  display: flex;
}

.p-xsmall {
  color: #2c2c2c80;
  font-size: 14px;
}

.bg-dark-gray {
  background-color: #2b3030;
}

.wrapper-full-image {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.wrapper-full-image.rounded {
  height: auto;
}

.wrapper-legal-page {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-products {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image-wrapper {
  border-radius: 2px;
  flex: 1;
  height: 26em;
  overflow: hidden;
}

.product-image-wrapper.home {
  height: 55vh;
  min-height: auto;
}

.sidebar-product {
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 51px 50px;
  position: sticky;
  top: 11em;
}

.default-state {
  border-bottom: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.cart-button {
  color: var(--dark-gray);
  background-color: #0000;
  border-radius: 4px;
  min-height: 55px;
  padding: 15px 10px;
  font-size: 16px;
}

.cart-button:hover {
  color: #000;
}

.text-light {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.inner-grid-cms {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-grid-cms.vertical {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.inner-grid-cms.vertical:hover {
  color: #838383;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.team-members {
  border-radius: 10px;
  height: 25em;
}

.wrapper-image-blog.team-members.rounded {
  border-radius: 28px;
}

.label-form {
  color: var(--dim-grey-2);
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.inner-input {
  grid-row-gap: .6em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.inner-input.password {
  margin-bottom: 10px;
}

.button-cart {
  z-index: 10;
}

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

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

.info-members {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.icon-cart {
  margin-right: 0;
}

.cart-quantity {
  background-color: var(--crimson);
  color: #fff;
}

.main-navbar {
  z-index: 1;
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-header {
  color: #000000d9;
}

.default-state-nav {
  color: var(--dim-grey);
}

.image-cart {
  border-radius: 4px;
}

.field-label {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  color: #7a7a7a;
  background-color: #ebebeb;
  border-style: none;
  border-color: #cacaca;
  border-radius: 200px;
  font-size: 12px;
}

.option-button.w--ecommerce-pill-selected {
  border-color: var(--crimson);
  background-color: var(--dark-gray);
}

.cart-wrapper {
  z-index: 200;
}

.underline {
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo-quote {
  width: 100%;
  max-width: 70%;
  height: 100%;
  max-height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-quote.large {
  max-height: none;
}

.text-gray-light {
  color: var(--dark-grey);
  font-family: Hauora;
  font-weight: 400;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.link-social {
  border: 1px solid #d1d1d1;
  border-radius: 200px;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.link-social:hover {
  border-color: var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
  padding-bottom: 3px;
}

.overflow-wrapper {
  overflow: hidden;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.wrapper-sticky.footer {
  background-color: #fff;
  padding-top: 0;
  top: auto;
  bottom: 0;
}

.label {
  color: #292828d9;
  font-weight: 400;
}

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

.text-black-opacity {
  color: #3a3a3ab3;
}

.checkout-form {
  background-color: var(--alice-blue);
}

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-logo-back {
  height: 20px;
  margin-bottom: 3px;
  margin-right: 15px;
}

.wrapper-link-back {
  color: var(--dim-grey);
  border-bottom: 1px solid #b8b8b8;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: none;
  display: flex;
}

.wrapper-link-back:hover {
  color: var(--blue);
}

.paypal-checkout-form, .order-confirmation {
  background-color: #0000;
}

.remove-link {
  color: var(--dim-grey);
  text-decoration: underline;
}

.wrap-form-checkout {
  color: #000000d9;
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

.main-richtext p {
  letter-spacing: 0;
  margin-bottom: 35px;
}

.main-richtext blockquote {
  color: #000;
  text-align: center;
  border-style: solid;
  border-color: #b3b3b3;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.main-richtext h3 {
  font-family: Switzer, sans-serif;
}

.main-richtext h4 {
  font-weight: 600;
}

.footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.empty-state {
  color: #000000d9;
}

.error-state {
  color: var(--crimson);
}

.buttons-nav-wrapper {
  position: relative;
  inset: 0% 0% auto auto;
}

.button-plan-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  display: flex;
}

.button-plan-wrapper.inline-link {
  align-items: flex-start;
  display: flex;
}

.button-plan-wrapper.stretch {
  align-items: stretch;
}

.button-plan-wrapper.l {
  align-items: flex-start;
}

.loader {
  z-index: 90;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

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

.progress-bar-wrapper {
  background-color: #e0e0e0;
  border-radius: 20px;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--medium-aquamarine);
  width: 100%;
  height: 6px;
}

.success {
  background-color: var(--green-yellow);
  color: #313d17;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

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

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  color: #b6b6b6d9;
  background-color: #575757;
  border-radius: 4px;
}

.quantity-field {
  background-color: var(--dim-grey);
  border-color: #464646;
}

.inner-image-cta {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.logo-loader {
  height: 50px;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.gap {
  grid-row-gap: 2em;
}

.content-wrapper.heading {
  overflow: hidden;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-green {
  background-color: var(--dark-slate-grey-3);
}

.cover-image {
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.box-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5em 3.5em;
  display: flex;
  position: relative;
}

.button-circle {
  background-color: var(--salmon);
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.button-circle:hover {
  background-color: #fcb55e;
}

.cta-arrow {
  width: 12px;
  margin-left: 15px;
}

.cta-arrow.circle {
  z-index: 4;
  width: 1.25rem;
  margin-left: 0;
  position: relative;
}

.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-regular {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-regular.no-caps {
  text-transform: none;
}

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

.button-circle-small {
  background-color: var(--salmon-2);
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s;
  display: flex;
}

.button-circle-small:hover {
  background-color: #46a889;
}

.container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.heading-xxlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 7.2em;
  font-weight: 700;
  line-height: .85;
}

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

.overflow.headers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-circle-medium {
  background-color: var(--salmon-2);
  background-image: url('../images/cta-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5.2em;
  height: 5.2em;
  display: flex;
}

.button-circle-medium:hover {
  background-color: #ffdd79;
}

.bg-papaya {
  background-color: #fcf7ef;
}

.logo-wall-wrap {
  grid-column-gap: 1em;
  padding: 15px 30px;
  display: flex;
  position: relative;
}

.overflow-rail {
  flex: 1;
  height: 35em;
  overflow: hidden;
}

.inner-rail-logos {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.inner-rail-logos.up {
  padding-top: 1em;
}

.inner-rail-logos.down {
  padding-bottom: 1em;
}

.inner-col {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-rounded {
  color: #a3a3a3;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.tab-rounded:hover {
  color: #6d6d6d;
}

.tab-rounded.w--current {
  color: var(--dark-slate-grey);
  background-color: #d2f7d5;
  border-radius: 100px;
}

.main-hero {
  overflow: hidden;
}

.main-hero.bg-green {
  position: relative;
}

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

.tabs-content-wrapper {
  width: 100%;
}

.rounded-button {
  background-color: var(--salmon);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 1.2em 4em 1.2em 2.1em;
  font-size: 18px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rounded-button:hover {
  box-shadow: 0 4px #00000080;
}

.button-fill {
  background-color: #46a889;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.contain-image {
  object-fit: contain;
  height: 50em;
}

.gap-wrapper {
  grid-row-gap: 5em;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.bg-white {
  background-color: #fff;
}

.flex-hat {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.bg-light-green {
  background-color: #d3ffd0;
}

.graphics-image-wrapper {
  width: 100%;
}

.overflow-grid {
  overflow: hidden;
}

.h-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h-wrapper.cta {
  text-align: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.link-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.link-button.off {
  color: #fff;
  background-color: #00000026;
}

.link-button.orange {
  background-color: #faa472;
}

.link-button.salmon {
  background-color: var(--salmon);
  color: #fff;
}

.btn-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-arrow-flip {
  height: 12px;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-hover-fill {
  background-color: var(--salmon-2);
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.label-button {
  font-size: 16px;
}

.in-line {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: inset 0 -3px #0000001a;
}

.in-line:hover {
  color: #444;
  box-shadow: inset 0 -3px #000;
}

.chart-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.grid-nav {
  flex: 1;
  grid-template-rows: auto;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.heading-xlarge {
  color: #000;
  font-weight: 400;
  line-height: .9;
  overflow: hidden;
}

.pop-up {
  width: 100%;
  height: 100%;
}

.article-image {
  border-radius: 32px;
  max-width: 1120px;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.flex-about {
  grid-column-gap: 6px;
  display: flex;
}

.ticker-quote {
  grid-column-gap: 2em;
  flex: none;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.quote-block-wrapper {
  grid-row-gap: 4em;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 33em;
  height: 100%;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.inner-nav {
  width: 100%;
  max-width: 1480px;
}

.overflow-nav {
  opacity: 0;
  background-color: #fff;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  box-shadow: 0 1px 3px #0000001a;
}

.overflow-nav.on {
  z-index: 10;
  background-color: red;
}

.page-wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  margin-top: 92px;
  display: flex;
  position: relative;
}

.scroll-nav-block {
  width: 100%;
  height: 8em;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outline {
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.image-hero {
  width: 100%;
  max-width: 52em;
}

.brand {
  z-index: 4;
  position: relative;
}

.wrapper-brand {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18vw;
  height: 4.1em;
  display: flex;
  overflow: hidden;
}

.inner-brand {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 17vw;
  height: 4em;
  display: flex;
}

.text-light-green {
  color: #ccf5d2;
}

.logo-img {
  height: 4em;
  margin-bottom: 10px;
}

.logo-img.large {
  height: 3.2em;
}

.inner-hero-image-v2 {
  height: 100%;
  position: relative;
}

.span-white {
  color: #fff;
}

.uppercase-large {
  color: #000;
  letter-spacing: -.035em;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: .89;
}

.uppercase-large.text-light-green {
  color: #fff;
}

.uppercase-large.white {
  color: #fff;
  font-weight: 300;
}

.uppercase-xlarge {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 8.8em;
  font-weight: 300;
  line-height: .88;
}

.uppercase-xlarge.rail {
  color: var(--pale-green-2);
}

.heading_equipo {
  color: #000;
  font-size: 10em;
  font-weight: 300;
}

.heading_equipo.text-white {
  color: #fff;
}

.wrapper-buttons {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  background-color: var(--honeydew);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-bottom: 10px;
  display: flex;
}

.image-icon-small {
  height: 2.25em;
}

.hero-col-wrapper {
  background-color: #437d7e;
  width: 100%;
  height: 62em;
  overflow: hidden;
}

.hero-col-wrapper.bg-cream {
  background-color: #ffedcf;
}

.grid-2-col {
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
}

.wrapper-hero-col {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.wrapper-hero-col.cc {
  justify-content: center;
}

.inner-hero-col {
  grid-column-gap: 3em;
  display: flex;
  position: relative;
  left: -12em;
}

.hero-col-rail {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  min-width: 25em;
  display: flex;
}

.inner-hero-col-rail {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.hero-frame-image {
  background-color: #797878;
  border-radius: 4px;
  width: 100%;
  height: 25em;
  overflow: hidden;
}

.bg-dark {
  background-color: #2e3333;
}

.transparent-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 1.5em;
  display: flex;
}

.inner-padding-large {
  padding-top: 10em;
  padding-bottom: 10em;
}

.dropdown-nav {
  flex: none;
  font-size: 16px;
}

.dropdown-list {
  min-width: 50em;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #3333330f;
  border-radius: 5px;
  min-width: 30em;
  left: -10.9em;
  box-shadow: 0 60px 60px -10px #00000014;
}

.dropdown-toggle {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  transition: background-color .2s;
}

.dropdown-toggle:hover {
  background-color: #00000014;
}

.icon {
  font-size: 12px;
}

.fg {
  perspective: 2000px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 22em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fg._01 {
  border-radius: 100%;
  width: 22em;
  height: 22em;
}

.fg._02 {
  border-radius: 300px;
  width: 25em;
  height: 18em;
}

.fg._03 {
  border-radius: 300px 300px 90px 90px;
  width: 32em;
  height: 28em;
}

.fg._04 {
  border-radius: 200px;
  height: 27em;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.tab-link-tab-2:hover {
  color: #525252;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.li {
  color: #777676;
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
}

.li:hover {
  color: #474747;
  background-color: #ececec;
}

.li.w--current {
  color: #000;
}

.inner-dropdown-links {
  z-index: 3;
  grid-row-gap: .1em;
  flex-direction: column;
  padding: 15px 12px 20px;
  display: flex;
  position: relative;
}

.grid-drop-down {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-drop-down.pop {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.drop-menu-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -.35em auto auto 13.5em;
}

.inner-quote-name {
  color: #fff9;
}

.text-field-gray {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: 16em;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 18px;
}

.text-field-gray.in-line {
  box-shadow: none;
  border-radius: 4px;
}

.inner-button-circle {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.cta-block {
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.gap-wrapper-l {
  grid-row-gap: 14em;
  flex-direction: column;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.content-wrap-gap {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 5vw;
  display: flex;
}

.cta-container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 30px;
}

.inner-block {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pp {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding: 3em 3.5em;
  display: flex;
}

.pp.bgg {
  padding: 0;
}

.list-roow {
  color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 3.5em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.15em;
  line-height: 1;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.list-roow.center {
  grid-column-gap: 10px;
  flex-direction: row;
  flex: none;
  align-items: center;
}

.list-roow.label {
  flex: 0 auto;
}

.inner-comp-plan {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.col-plan {
  flex-direction: column;
  flex: 0 33.33%;
  justify-content: flex-end;
  min-height: 300px;
  display: flex;
}

.inner-top-col-plan {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 300px;
  padding: 35px 35px 45px;
  display: flex;
}

.combo-box {
  grid-row-gap: 3.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.combo-box.square {
  justify-content: center;
  align-items: center;
  height: 18em;
}

.inner-ccc {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.featured {
  z-index: 1;
  background-color: #eafde9;
  position: relative;
  box-shadow: inset 1px 1px #92cc92, 1px 1px #92cc92;
}

.top-featured-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.text-pill {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.text-pill.purple {
  background-color: #a371ff;
}

.block-rounded {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.block-rounded.featured {
  box-shadow: none;
  background-color: #d3ffd0;
}

.grid-plan {
  grid-row-gap: 1.8em;
  grid-template-rows: 1fr auto;
  align-content: start;
  align-items: start;
  width: 100%;
  height: 100%;
}

.grid-plan.rod {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  overflow: hidden;
}

.wrapper-button-card {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 42px;
  padding-right: 42px;
  display: flex;
}

.wrapper-button-card.bb {
  padding-bottom: 48px;
}

.card-quote {
  z-index: 4;
  background-color: #fff;
  flex: 1;
  padding: 50px;
  position: relative;
}

.wrapper-buttons-card {
  grid-column-gap: 35px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wrapper-list-card {
  padding-left: 40px;
  padding-right: 40px;
}

.flex-h {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.grid-7.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrapper-quote-col {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.small-p {
  color: #0000008a;
  font-size: 16px;
  font-weight: 500;
}

.xsmall-p {
  color: #0000008a;
  font-size: 12px;
  font-weight: 500;
}

.inner-grid-wrapper {
  grid-row-gap: 1.2em;
  flex-direction: column;
  display: flex;
}

.textarea {
  border: 1px solid #fff;
  border-radius: 6px;
  min-height: 130px;
  font-size: 16px;
}

.uppercase-xxlarge {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 12em;
  font-weight: 300;
  line-height: .9;
}

.hero-image-wrapper {
  padding-top: 6em;
}

.center-gap-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65vw;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.center-gap-medium.width {
  align-self: flex-start;
  align-items: center;
  max-width: none;
  padding-bottom: 0;
}

.flex-box-image-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-box-col-center-top {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.alt-title {
  text-transform: uppercase;
  font-weight: 600;
}

.alt-bullet {
  font-size: 20px;
  line-height: 100%;
}

.link-flex {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.inner-f-image-center {
  background-color: #e4f3e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-box-horizontal {
  grid-column-gap: 0em;
  display: flex;
}

.flex-box-horizontal.bg-light-green {
  background-color: var(--pale-green);
}

.inner-f-box-col {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 4em 2em;
  display: flex;
}

.inner-f-box-col.c {
  flex-direction: column;
  justify-content: center;
}

.wrapper-flex-vertical {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  display: flex;
}

.wrapper-flex-vertical.down {
  margin-top: 12em;
}

.padding-wrapper {
  z-index: 2;
  grid-row-gap: 2.5em;
  flex-direction: column;
  width: 100%;
  max-width: 39em;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.wrapper-heading-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-button-green {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button-green:hover {
  color: #fff;
  background-color: #51c9a3;
}

.link-button-green.nav {
  background-color: var(--medium-sea-green-2);
  color: #fff;
}

.card-content-image-wrapper {
  width: 100%;
  height: 35em;
  position: relative;
  overflow: hidden;
}

.cta-wrapper-right {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 35%;
  min-height: auto;
  display: flex;
}

.cta-wrapper-left {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.flex-box-cta {
  grid-column-gap: 0em;
  justify-content: space-between;
  align-items: center;
  padding: 6em 8em;
  display: flex;
}

.flex-box-cta.bg-light-green {
  background-color: var(--pale-green-2);
}

.cta-wrapper-center {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: none;
  display: flex;
}

.cta-buttons-wrapper-center {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-height: auto;
  display: flex;
}

.flex-box-cta-center {
  grid-column-gap: 0em;
  grid-row-gap: 3em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 4em;
  display: flex;
}

.content-wrap-gap-small {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-wrap-gap-small.m {
  flex: 1;
  max-width: 44em;
  height: 100%;
}

.text-field-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: 16em;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 18px;
}

.inner-button-circle-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.form-wrapper-center {
  grid-row-gap: 2.5em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55%;
  min-height: auto;
  display: flex;
}

.form-wrapper-small {
  width: 28em;
}

.wrapper-link-block {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-link-block:hover {
  color: #000c;
}

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

.inner-link-block {
  background-color: #0000001a;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  overflow: hidden;
}

.underline-link-block {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 3px;
}

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

.inner-f-image-center-end {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 45em;
  padding-top: 5em;
  padding-left: 2em;
  padding-right: 4em;
  display: flex;
}

.flex-box-horizontal-quote {
  grid-column-gap: 4em;
  background-color: var(--pale-green);
  justify-content: space-between;
  padding: 4em;
  display: flex;
}

.serif-p-medium {
  color: #000;
  letter-spacing: -.04em;
  font-family: Andada Pro, sans-serif;
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2;
}

.center-wrapper-medium {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 55em;
  display: flex;
}

.flex-box-col-large {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65%;
  min-height: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.inner-f-image-small {
  background-color: #e4f3e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-box-horizontal-center {
  grid-column-gap: 4em;
  background-color: var(--pale-green);
  justify-content: center;
  padding: 6em 4em;
  display: flex;
}

.quote-icon-c {
  height: 2.2em;
  margin-bottom: 2em;
}

.image-profile-wrapper-small {
  border-radius: 100px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}

.grid-wrapper-footer {
  grid-row-gap: 1em;
  flex-direction: column;
  min-height: auto;
  display: flex;
  position: relative;
}

.text-asterisk {
  width: .8em;
  height: .8em;
  margin-left: .04em;
  display: inline-block;
}

.asterisk {
  height: 8em;
}

.asterisk.small {
  height: 3em;
}

.asterisk-wrapper {
  flex: none;
  padding: 15px 30px;
}

.image-scroll-sticky {
  grid-column-gap: 2em;
  background-color: #041146;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-scroll-container {
  height: 450vh;
  position: relative;
}

.image-scroll-wrapper {
  background-color: #28a8e1;
  flex: 1;
  height: 70vh;
  overflow: hidden;
}

.image-scroll-wrapper.m {
  z-index: 5;
  position: relative;
}

.heading-overflow {
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.inner-line-base-hero {
  width: 100%;
  height: 2px;
  margin-top: 5vw;
  overflow: hidden;
}

.line-base-hero {
  background-color: #abf0e1;
  width: 100%;
  height: 5px;
}

.flex-box-horizontal-large-gap {
  grid-column-gap: 10em;
  display: flex;
}

.card-content-l-gap {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.hyphen {
  background-color: #fff;
  flex: none;
  width: 10em;
  height: .4em;
}

.hero-wrapper-v2 {
  height: auto;
}

.bg-cream {
  background-color: #e4e6d5;
}

.wrapper-ticker {
  border: 0 #000;
  border-width: 0 1px;
  padding-top: 43px;
  padding-bottom: 43px;
  overflow: hidden;
}

.wrapper-main-side-nav {
  grid-row-gap: 2px;
  background-color: #f3f3f3;
  flex-direction: column;
  flex: none;
  width: 16em;
  height: 100vh;
  min-height: 500px;
  padding: 25px 12px;
  display: flex;
  position: sticky;
  top: 5em;
  overflow: auto;
}

.link-box-sn {
  grid-column-gap: 7px;
  color: #777;
  border-top: 1px solid #e7e7e7;
  width: 100%;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-box-sn:hover {
  color: #4e5050;
  background-color: #f8f8f8;
}

.link-box-sn.w--current {
  background-color: #f8f8f8;
}

.wrapper-box-side-nav {
  grid-row-gap: 0em;
  background-color: #fff;
  border: 1px #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track-02 {
  width: 100%;
  height: 700vh;
  display: block;
  position: relative;
  overflow: visible;
}

.wrapper-scroll-heros {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-scroll-heros {
  grid-column-gap: 2.5vw;
  transform-origin: 0%;
  justify-content: center;
  width: 410vw;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.container-scroll-heros {
  background-color: #f0f0f0;
  flex: 1;
  overflow: hidden;
}

.container-scroll-heros._01 {
  background-color: #192156;
}

.container-scroll-heros._33 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10em;
  display: flex;
}

.wrapper-cta-green {
  background-color: #b0ebb9;
  padding-top: 6em;
  padding-bottom: 6em;
}

.container-scroll-heros-02 {
  background-color: #28a9e1;
  flex: 1;
  overflow: hidden;
}

.container-scroll-heros-03 {
  background-color: var(--sky-blue);
  flex: 1;
  overflow: hidden;
}

.track-03 {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
}

.sticky-03 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-sticky-03 {
  background-color: #2b3030;
  border-radius: 600px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.inner-mask {
  z-index: 3;
  background-color: var(--pale-green);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.mask {
  width: 100%;
  height: 100%;
}

.wrapper-sticky-03 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-uppercase-title {
  height: 7.8em;
  margin-bottom: 4em;
  overflow: hidden;
}

.wrapper-about-pink {
  justify-content: space-between;
  display: flex;
}

.inner-about-pink {
  flex: 1;
}

.inner-about-pink.ss {
  background-color: #cec9c9;
  height: 75vh;
  position: sticky;
  top: 7.5em;
  overflow: hidden;
}

.inner-about-pink.cc {
  overflow: hidden;
}

.frame-tab {
  background-color: #ce6767;
  width: 100px;
  height: 100px;
}

.frame-tab._2 {
  background-color: #8467ce;
  width: 100%;
  height: 100%;
}

.frame-tab._3 {
  background-color: #cec267;
  width: 100%;
  height: 100%;
}

.frame-tab._1 {
  width: 100%;
  height: 100%;
}

.frame-tab._4, .frame-tab._5, .frame-tab._6, .frame-tab._7, .frame-tab._8 {
  background-color: #ff715b;
  width: 100%;
  height: 100%;
}

.inner-box-title-sn {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.inner-box-title-sn:hover {
  background-color: #f8f8f8;
}

.inner-box-list-sn {
  width: 100%;
}

.arrow-box-sn {
  opacity: .23;
  height: 7px;
}

.bg-mid-green {
  background-color: #b0ebb9;
}

.inner-title-dropdown-links-02 {
  color: #9e9e9e;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.inner-title-dropdown-links-02.gray {
  grid-column-gap: 10px;
  background-color: #262626;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.wrapper-inner-nav {
  z-index: 21;
  background-color: #242424;
  border-bottom: 1px solid #202020;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  display: flex;
  position: relative;
}

.nav-flex {
  grid-column-gap: 1px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.inner-button-nav-flex {
  grid-column-gap: 8px;
  color: #a5a5a5;
  background-color: #303030;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.inner-button-nav-flex:hover {
  background-color: #4d4d4d;
}

.inner-button-nav-flex.absolute {
  background-color: #0000;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-button-nav-flex {
  opacity: .67;
  height: 10px;
}

.icon-button-nav-flex.r {
  transform: rotate(180deg);
}

.inner-sticky-cta-03 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1680px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40em 30px 20vh;
  display: flex;
}

.span-1, .span-2, .span-3, .span-4 {
  display: inline-block;
}

.padding-top-medium {
  padding-top: 12em;
}

.link-tab-inner-nav-01 {
  background-color: #414141;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  display: flex;
}

.tab-inner-nav {
  grid-row-gap: 1px;
  background-color: #161616;
  border: 1px solid #161616;
  border-radius: 4px;
  flex-direction: column;
  width: 16em;
  min-height: auto;
  display: none;
  position: absolute;
  top: 55px;
  left: 10px;
  overflow: hidden;
  box-shadow: 0 5px 14px #0006;
}

.tab-inner-nav.w--open {
  display: flex;
}

.tab-inner-nav.page-name {
  width: 40em;
  overflow: visible;
}

.link-tab-inner-nav {
  box-shadow: none;
  color: #979797;
  background-color: #252525;
  justify-content: space-between;
  width: 100%;
  padding: 11px 15px 11px 20px;
  font-family: Inter, sans-serif;
  font-size: .94em;
  text-decoration: none;
  display: flex;
}

.link-tab-inner-nav:hover {
  background-color: #313131;
}

.link-tab-inner-nav.w--current {
  color: #979797;
  background-color: #303030;
}

.link-tab-inner-nav.s {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.button-inner-nav {
  grid-column-gap: 5px;
  color: #fff;
  background-color: #005a2f;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.button-inner-nav:hover {
  background-color: #46a889;
}

.title-tab-inner-nav {
  color: #747474;
  text-transform: uppercase;
  background-color: #252525;
  padding: 7px 20px;
  font-size: 10px;
}

.inner-icon-tab-in-03 {
  background-color: #303030;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.inner-icon-tab-in-03:hover, .inner-icon-tab-in-03.w--open {
  background-color: #4d4d4d;
}

.inner-dropdown-links-02 {
  z-index: 3;
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.icon-dropdown-links-02 {
  height: 10px;
}

.icon-tab-in-02 {
  opacity: .56;
  height: 10px;
  position: relative;
  top: 0;
}

.inner-link-in-02 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.link-tab-inner-nav-02 {
  align-items: center;
  height: 100%;
  display: flex;
}

.inner-button-inner-nav {
  grid-column-gap: 8px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.inner-card-white {
  grid-row-gap: 3.5em;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
}

.span-icon-uppercase-large {
  background-image: url('../images/icon-smile.svg');
  background-position: 0 0;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  display: inline-block;
}

.link-arrow-right {
  color: #fff;
  border-bottom: 3px solid #205745;
  padding-bottom: 4px;
  text-decoration: none;
}

.plan-flex-wrapper {
  grid-column-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.inner-card-pricing {
  flex: 0 auto;
  width: 100%;
}

.icon-tab-arrow-in {
  height: 42px;
  position: absolute;
  top: -12px;
  left: 8px;
}

.title-dropdown-links-02 {
  grid-column-gap: 6px;
  text-transform: none;
  background-color: #0003;
  border-radius: 5px;
  align-items: center;
  padding: 4px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

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

.icon-box-sn {
  opacity: .32;
  height: 16px;
}

.icon-link-box-sn {
  opacity: .37;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.link-block-pop-up {
  z-index: 20;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #242424;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 18em;
  height: auto;
  padding: 20px 20px 25px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.link-block-2 {
  line-height: 1.3;
  text-decoration: none;
}

.text-span {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 3px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}

.h-xlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: .9;
}

.h-xlarge.effect.white {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.2;
}

.span-green {
  color: var(--medium-aquamarine);
}

.uppercase-small {
  color: #141414d9;
  text-transform: uppercase;
  font-weight: 500;
}

.bg-cta-green {
  background-color: #d3ffd0;
  background-image: url('../images/bg-008.svg');
  background-position: 0 0;
  background-size: cover;
}

.bg-quote-green {
  background-color: var(--dark-slate-grey-3);
  background-image: url('../images/bg-009.svg');
  background-position: 0 0;
  background-size: cover;
}

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

.block-rounded-gap-s {
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em 2em;
  display: flex;
  position: relative;
}

.block-rounded-gap-s.featured {
  box-shadow: none;
  background-color: #d3ffd0;
}

._3-0_body_azul {
  background-color: #192156;
}

._3-0_h1 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .9;
}

._3-0_h2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 5vw;
}

.flex-scrolling-2 {
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._3-0_subtitle-trabajo {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_subtitle-trabajo.span_subtitle {
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.2vw;
  line-height: 2.3vw;
}

._3-0_home_subtitle_clientes {
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-bottom: 2vw;
  display: flex;
}

._3-0_home_intro_servicios {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

._3-0_home_servicios_izq {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

._3-0_home_intro_servicios_right {
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
}

._3-0_cta_azul {
  background-color: #28a8e1;
  background-image: url('../images/Arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #28a8e1;
  border-radius: 50px;
  width: 10vw;
  height: 5vw;
}

._3-0_paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1.6;
}

._3-0_h1_servicios {
  color: #192156;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.3;
}

._3-0_cta_naranja {
  -webkit-text-fill-color: inherit;
  background-color: #ea522d;
  background-image: url('../images/Arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #ea522d;
  border-radius: 50px;
  width: 10vw;
  height: 5vw;
  margin-top: 2vw;
  padding-top: 0;
}

._3-0_cta_naranja:hover {
  background-color: #f3eb4e;
  border-color: #f3eb4e;
}

._3-0_home_tit_servicio {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  display: flex;
  position: relative;
}

.pleca_naranja {
  border-top: 3px solid #ea522d;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 75% auto auto 70%;
}

._3-0_home_servicios_int {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-4 {
  width: 70vw;
  display: flex;
  position: static;
}

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

.text-span-2 {
  color: #192156;
}

.pleca_rosa {
  border-top: 3px solid #e9769e;
  align-self: center;
  width: 4vw;
  height: 0;
  position: static;
}

.div-block-6 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-7 {
  position: absolute;
  inset: 9vw 0% 0% 22vw;
}

._3-0_home_partners_main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

._3-0_footer_section {
  background-color: #051146;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 5vw;
  padding-bottom: 2vw;
  display: flex;
}

._3-0_footer_adress {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: none;
}

._3-0_home_intro_main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-10 {
  border-top: 1px solid #2aa9e1;
  width: 100%;
}

._3-0_hr_footer {
  padding-top: 4vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

._3-0_footer_div_content {
  grid-column-gap: 14vw;
  grid-row-gap: 14vw;
  justify-content: space-around;
  align-self: center;
  display: flex;
}

._3-0_footer_div_menu {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  line-height: 0;
  display: flex;
}

._3-0_footer_div_redes {
  display: flex;
}

._3-0_hr_footer_intern {
  border-top: 2px solid #2aa9e1;
  width: 5vw;
}

._3-0_hr_footer_logo {
  padding-top: 1vw;
  padding-left: 0;
  padding-right: 0;
}

._3-0_footer_menu {
  justify-content: space-around;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

._3-0_hr_footer_legales {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-self: center;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.text-span-3 {
  color: #fff;
}

._3-0_footer_div_form {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 33vw;
  display: flex;
}

._3-0_footer_div_logo {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  display: flex;
}

.image-2 {
  margin-bottom: 2vw;
}

._3-0_input {
  color: #192156;
  background-color: #0000;
  border: 1px solid #28a9e1;
  border-radius: 20px;
  padding-left: 2vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

._3-0_legales {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 1.4;
}

._3-0_legales.span_legales {
  text-align: center;
}

.checkbox-field {
  margin-bottom: 1.5vw;
}

._3-0_menu {
  color: #fff;
  letter-spacing: .2vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.div-block-18 {
  width: 44vw;
}

._3-0_home_subtitle_intro {
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-top: 3vw;
  margin-bottom: 5vw;
  display: flex;
}

._3-0_home_proposito {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70vw;
  display: flex;
}

._3-0_home_content-wrap-gap-copy {
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5vw;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 40vw;
  margin-top: 4vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-4 {
  color: #2aa9e0;
}

._3-0_home_intro_servicios_izq {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 49vw;
  padding-left: 0;
  display: flex;
}

._3-0_cta_rosa {
  -webkit-text-fill-color: inherit;
  background-color: #ea522d;
  background-image: url('../images/Arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-clip: border-box;
  border: 1px solid #ea522d;
  border-radius: 50px;
  width: 10vw;
  height: 5vw;
  margin-top: 2vw;
  padding-top: 0;
}

._3-0_home_servicios_list {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  align-items: center;
  display: flex;
}

._3-0_home_servicios_list_wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  margin-top: 4vw;
  display: flex;
}

._3-0_hr_home_servicios_list {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -14% auto auto 21%;
}

.div-block-22 {
  position: relative;
}

.div-block-23 {
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3-0_paragraph_big {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.4;
}

.text-span-5, .text-span-6 {
  color: #192156;
}

.submit-button {
  letter-spacing: .3vw;
  background-color: #2aa9e1;
  border-radius: 20px;
  width: 10vw;
  font-family: Lato, sans-serif;
}

.container-2 {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.nav-menu-wrapper-desktop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: flex;
}

.kuo_menu_wrapper_link {
  justify-content: flex-start;
  padding-left: 1vw;
  display: block;
}

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

.kuo-navbar {
  z-index: 1000;
  box-shadow: none;
  background-color: #11194b;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-brand {
  z-index: 10;
  width: 180px;
  display: block;
  position: static;
  inset: 1.8vw auto auto 3vw;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.nav-menu-wrapper-mobile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  display: none;
}

.list-item-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  margin-bottom: 5vw;
  display: flex;
}

.kuo_menu_hr {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  width: 9vw;
  margin-top: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 10px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2._3-0_menu:hover {
  color: #24beff;
  font-weight: 700;
}

.nav-link-2._3-0_menu:active {
  text-decoration: none;
}

.nav-link-2._3-0_menu.w--current {
  color: #24beff;
}

.nav-link-2._3-0_menu_header_m {
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  display: inline;
}

.kuo_menu_wrapper_item {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.body {
  height: 100px;
}

.kuo_invesrionistas_wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

._3-0_int_div_der {
  justify-content: flex-end;
  width: 70vw;
  display: flex;
}

._3-0_h1_int_servicios {
  color: #abf0e1;
  letter-spacing: -.3px;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

._3-0_text_int_servicio_subtitle {
  color: #192156;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 1.8;
}

._3-0_int_div_izq {
  width: 60vw;
  margin-right: 5vw;
}

._3-0_int_content_servicio1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #192156;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  padding: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

._3-0_int_content_servicio2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #28a8e1;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  padding: 10%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-25 {
  z-index: -1;
  background-color: #192156;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  margin-top: 6.3vw;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container-article {
  width: 50%;
  margin-top: 6.3vw;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.wrap-scrolling-text {
  background-color: #28a8e1;
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

._3-0_trabajo_casos_content {
  background-color: #6ed1b9;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.inner-container {
  background-color: #28a8e1;
  padding: 10% 12% 15%;
}

.divider-circle {
  background-color: #abf0e1;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

._3-0_int_icn_content {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

._3-0_text_int_servicios_small {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.6;
}

._3-0_text_int_servicios_small.text-center {
  text-align: center;
}

._3-0_int_iconos {
  width: 20vw;
}

._3-0_int_icn_txt {
  width: 80vw;
}

.wrap-scrolling-text-2 {
  background-color: #28a8e1;
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.text-span-9 {
  color: #fff;
}

.text-span-10, .text-span-11 {
  color: #192156;
}

.text-span-11.txt_white {
  color: #fff;
}

._3-0_text_int_servicio {
  color: #192156;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.8;
}

._3-0_text_int_servicio.txt_white {
  color: #fff;
}

.image-content-2 {
  background-color: #28a8e1;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

._3-0_int_casos_img {
  margin-top: 5vw;
  display: none;
}

.inner-mask-2 {
  z-index: 3;
  background-color: #d3ffd0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

._3-0_text_int_servicio_all {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8;
}

._3-0_trabajo_section_intro {
  background-color: #051146;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
  overflow: hidden;
}

._3-0_trabajo_div_intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._3-0_h1_trabajocenter {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1;
}

.inner-sticky-4 {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.inner-sticky-4._01 {
  transform-origin: 50% 100%;
  background-color: #ddbb7c;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 10vh;
}

.inner-sticky-4._02 {
  height: 100vh;
  position: sticky;
  top: 12vh;
}

.cover-image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.cover-image-3.img-contain {
  object-fit: contain;
  height: 70%;
}

.button-circle-2 {
  background-color: #ff8d86;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.button-circle-2:hover {
  background-color: #fcb55e;
}

._3-0_wrapper-ticker_trabajo {
  border: 0 #000;
  border-width: 0 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

._3-0_txt_revenue_tits {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1.4;
}

._3-0_txt_revenue_tits.text-white {
  color: #fff;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1.2;
}

._3-0_hero-wrapper_trabajo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 7.5em;
}

.div-block-26 {
  align-items: center;
  width: 50vw;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

._3-0_trabajo_container_revenue {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

._3-0_trabajo_master-section_revenue {
  background-color: #0000;
  position: relative;
}

._3-0_trabajo_section_revenue {
  background-color: #fff;
}

._3-0_home_txt_clientes {
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-top: 3vw;
  margin-bottom: 5vw;
  display: flex;
}

.pleca_revenue1 {
  background-color: var(--blue-2);
  border: 1px solid #28a8e1;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 25px 7% 0% auto;
}

._3-0_trabajo_wrapper_card_cr {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #051146;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

._3-0_trabajo_div_card_clientes_img {
  height: 50%;
}

._3-0_trabajo_div_card_clientes_info {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 5vw 10vw;
  display: flex;
}

._3-0_trabajo_div_card_clientes_info_img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  display: flex;
}

._3-0_subtitle_revenues {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_subtitle_revenues.span_subtitle {
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 300;
  line-height: 2.3vw;
}

._3-0_trabajo_wrapper_card_autos {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #030c31;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

._3-0_trabajo_master-section_revenue2 {
  background-color: #0000;
  position: relative;
}

.pleca_revenue2 {
  background-color: var(--blue-2);
  border: 1px solid #e9769e;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 80px 4% 0% auto;
}

._3-0_trabajo_wrapper_card_zoe {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #baeee1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-span-12 {
  color: #000;
}

._3-0_trabajo_wrapper_card_carbono {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #8fe7d1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-span-13 {
  color: #000;
}

._3-0_trabajo_master-section_revenue3 {
  background-color: #0000;
  display: none;
  position: relative;
}

.pleca_revenue3 {
  background-color: var(--blue-2);
  border: 1px solid #4f3651;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 80px 28% 0% auto;
}

._3-0_trabajo_wrapper_card_pop {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #54b7e4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

._3-0_trabajo_section_casos {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  padding-bottom: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.pleca_trabajo_casos {
  background-color: var(--blue-2);
  border: 1px solid #28a8e1;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 24px 20% 0% auto;
}

._3-0_trabajo_div_casos {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 50vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

._3-0_trabajo_casos_wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.trabajo_txt_casos {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

._3-0_trabajo_casos_content2 {
  background-color: #28a8e1;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

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

._3-0_subtitle-footer {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 30vw;
  display: flex;
}

.mask-copy {
  width: 100%;
  height: 100%;
  margin-top: 5vw;
}

._3-0_valores_section_intro {
  background-color: #051146;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

._3-0_valores_div_intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

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

.container-about-2 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 35em;
  margin-bottom: 5px;
  padding: 100px 5vw;
  display: flex;
}

.cover-image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.inner-line-base-hero-2 {
  width: 100%;
  height: 2px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.line-base-hero-2 {
  background-color: #28a8e1;
  width: 100%;
  height: 1px;
}

._3-0_valores_wrapper_vision {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

._3-0_h1_vision_titi {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.1;
}

.line-base-hero-3 {
  background-color: #f4eb4e;
  width: 50%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.inner-line-base-hero-3 {
  width: 100%;
  height: 2px;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

._3-0_valores_txt {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_valores_txt.span_subtitle {
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

._3-0_valores_section {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw;
  display: flex;
  position: relative;
}

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

._3-0_valores_div_tit {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 50vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.pleca_valores {
  background-color: var(--blue-2);
  border: 1px solid #28a8e1;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 24px 17% 0% auto;
}

.div-block-32 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.div-block-34 {
  width: 14vw;
}

._3-0_txt_valores {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_txt_valores.span_subtitle {
  text-align: left;
  letter-spacing: .1vw;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2.3vw;
}

._3-0_txt_valores_tits {
  color: #000;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1.4;
}

._3-0_trabajo_casos_content_casos {
  background-color: #041146;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

.bold-text-white {
  font-size: 1vw;
  line-height: 1.8;
}

._3-0_diseno_casos_content {
  background-color: #edcb40;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

._3-0_ecommerce_casos_content {
  background-color: #ea522d;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

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

.icon_bullet {
  width: 2.5vw;
}

.horizontal_bullets {
  align-items: center;
  display: flex;
}

._3-0_text_int_servicio_bullets {
  color: #192156;
  text-align: left;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.8;
}

._3-0_creatividad_casos_content {
  background-color: #abf0e1;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

._3-0_programmatic_casos_content {
  background-color: #296251;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

._3-0_gmedios_casos_content {
  background-color: #c7f831;
  min-height: 80vh;
  padding: 5vw 10%;
  position: sticky;
  top: 0;
}

._3-0_int_ecommerce_partnerships {
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.wrapper-ticker-partners {
  border: 0 #000;
  border-width: 0 1px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

._3-0_ecommerce_subtitle_parterships {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.container-block-medios-digitales {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden;
}

.container-medios {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-medios.gap-s {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-0_medios_partners_main-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

._3-0_int_medios_partnerships {
  flex-direction: column;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

._3-0_medios_subtitle_parterships {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._3-0_medios_partnershipsheading-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1vw;
  display: flex;
}

.gap-wrapper-medios {
  grid-row-gap: 5em;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logos-wrapper-medios {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.logos-wrapper-medios.transparent-logo {
  background-color: #0000;
  padding-left: .5vw;
  padding-right: .5vw;
  display: flex;
}

._3-0_medios_container_revenue {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

._3-0_medios_master-section_revenue, ._3-0_medios_master-section_revenue2, ._3-0_medios_master-section_revenue3 {
  background-color: #0000;
  position: relative;
}

.pleca_revenue1_medios {
  background-color: var(--blue-2);
  border: 1px solid #28a8e1;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 80px 10% 0% auto;
}

.pleca_revenue2_medios {
  background-color: var(--blue-2);
  border: 1px solid #e9769e;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 80px 10% 0% auto;
}

._3-0_h2_int_medios_funnel {
  color: #abf0e1;
  letter-spacing: .2px;
  font-family: Oswald, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 2.5;
}

.text-span-11-funnel {
  color: #fff;
  letter-spacing: .2vw;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_int_funnel {
  margin-top: 5vw;
}

.squiggle {
  background-image: url('../images/squiggle-green.svg');
  background-position: 0 0;
  background-size: 48px;
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}

.squiggle.bg-primary-2 {
  background-color: #0000;
  background-image: url('../images/squiggle-orange.svg');
  display: none;
}

.container_analytics {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.bg-analytics {
  color: #fff;
  background-color: #08262a;
}

.bg-analytics.border-top-analytics {
  background-color: #432b46;
  border-top: 1px solid #ffffff1a;
}

.small-caps-text-analytics {
  color: #fff;
  letter-spacing: .2vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.small-caps-text-analytics.subtitle {
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 2.5vw;
}

._3-0_int_analytics_proceso {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.squiggle-container {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.squiggle-container.round-bottom {
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
}

.squiggle-container.round {
  border-radius: 50%;
}

.squiggle-container.round-top-right {
  border-top-right-radius: 100%;
}

.squiggle-container.round-top-right.top-right-flush {
  position: absolute;
  bottom: 240px;
  right: 0;
}

.diagram-circle {
  background-color: #f4eb4e;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}

.diagram-line-vertical-container {
  width: 1px;
  height: 144px;
  position: relative;
}

._3-0_seccion_ianalytics_proceso {
  background-color: #eeece7;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: block;
}

._3-0_seccion_ianalytics_proceso.bg-analytics-proceso {
  background-color: #432b46;
}

.medium-heading-analytics {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 48px;
}

.medium-heading-analytics.no-bottom-margin-analytics {
  color: #fff;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.8;
}

.diagram-vertical-item {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.diagram-vertical {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.diagram-line-vertical-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container_objetivos {
  width: 100%;
  max-width: 624px;
}

.container_objetivos.align-center {
  position: relative;
}

.diagram-line-vertical {
  background-color: #f4eb4e;
  width: 1px;
  height: 100%;
  position: absolute;
}

.text-span-11-proceso {
  color: #fff;
}

._3-0_analytics_section_intro {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10% 12% 15%;
  display: flex;
  overflow: hidden;
}

._3-0_h1_analyticscenter {
  color: #071145;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

._3-0_analytics_div_intro {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._3-0_analytics_subtitle_intro {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 5vw;
  display: flex;
}

._3-0_subtitle-analytics {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_subtitle-analytics.span_subtitle-analytics {
  color: #071145;
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.2vw;
  line-height: 2.3vw;
}

.slider-canales-programmatic {
  background-color: #30a8e1;
  width: 100%;
  padding: 10% 12% 15%;
  overflow: hidden;
}

.container_programmatic {
  width: 100%;
}

.wrapper-title {
  margin-bottom: 40px;
}

.line-canales {
  background-color: #abf0e1;
  width: 100%;
  height: 1px;
}

.line-canales._2 {
  background-color: #abf0e1;
  margin-top: 0;
}

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

.card_programmatic {
  width: 300px;
  height: 250px;
}

.image_canal {
  width: 150px;
  max-width: 300px;
  padding: 0 2vw;
}

._3-0_h1_int_canales {
  color: #abf0e1;
  letter-spacing: -.3px;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-11-canales {
  color: #192156;
}

.text-span-11-canales.txt_white {
  color: #fff;
  letter-spacing: .2vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_p_int_canales {
  color: #abf0e1;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 0;
}

.text-span-11-canales-txt {
  color: #192156;
}

.text-span-11-canales-txt.txt_white {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.imagen-animada-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 22vw;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.imagen-animada-container.height_funnel {
  height: 15vw;
}

.ia_kuo_animated-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.imagen-animada {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3vw;
  display: flex;
}

.ia_kuo_animated-image-placeholder {
  opacity: 0;
  width: 100%;
}

.link_footer {
  text-decoration: none;
}

.section-contents {
  z-index: 1;
  position: relative;
}

.animated-image-placeholder {
  opacity: 0;
}

.form-block-2 {
  margin-bottom: 0;
}

.form-grid-halves {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
}

.image-squiggle {
  position: relative;
}

.image-squiggle.overlay-bottom-right {
  top: -72px;
  left: 96px;
}

.image-combo {
  align-items: flex-end;
  width: 100%;
  display: block;
  position: relative;
}

.form-error {
  color: #264c51;
  background-color: #f5c8c8;
  margin-top: 12px;
  padding: 16px;
}

.form-input {
  color: #fff;
  letter-spacing: .1vw;
  background-color: #0000;
  border: 1px solid #28a9e1;
  border-radius: 100px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.3vw;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #a6c2d2;
}

.form-input::placeholder {
  color: #fff;
  letter-spacing: .1vw;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.form-input.textarea {
  min-height: auto;
}

.form-input.textarea.border_textarea {
  border-radius: 10px;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 400px;
}

.container-4 {
  direction: ltr;
  width: 100%;
  max-width: 512px;
  position: relative;
}

.container-4.align-center {
  justify-content: flex-start;
  display: block;
}

.grid-halves {
  grid-column-gap: 48px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  place-items: center stretch;
}

.section-title {
  margin-bottom: 48px;
}

.animated-image-container {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.animated-image-container.round-top {
  border-top-left-radius: 1000px;
  border-top-right-radius: 1000px;
}

.animated-image-container.round-bottom-right {
  border-bottom-right-radius: 100vw;
  display: none;
}

.title_contacto {
  letter-spacing: .1em;
  font-size: 18px;
  font-weight: 400;
}

.title_contacto.subtitle {
  color: #fff;
  letter-spacing: .1vw;
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  line-height: 2.3vw;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #264c51;
  padding: 24px;
}

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

._3-0_contacto_main_container {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.animated-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

._3-0_h1_contactoleft {
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.1;
}

._3-0_trabajo_div_pleca_casos {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 50vw;
  display: flex;
  position: relative;
}

._3-0_trabajo_section_pleca_casos {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vw;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.partnerships-section {
  background-color: var(--alice-blue);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

.container_partners {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
}

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

.logo-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 163px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.logo-block:hover {
  box-shadow: 0 4px 20px #0118291a;
}

._3-0_home_subtitle_partnerships {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2vw;
  display: flex;
}

._3-0_subtitle-partnerships {
  color: #192156;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_mision_txt {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_mision_txt.span_subtitle {
  text-align: center;
  letter-spacing: .1vw;
  font-size: 1.2vw;
  line-height: 1.8vw;
}

.background-video {
  height: 70vh;
}

._3-0_trabajo_wrapper_card_resultados {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #28a8e1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

._3-0_trabajo_div_card_clientes_info_cierre {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 5vw 10vw;
  display: flex;
}

.pleca_naranja_home {
  border-top: 3px solid #ea522d;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 75% auto auto 90%;
}

.wrapper_ticker_overflow {
  z-index: 6;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame_sticky {
  background-color: #041146;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.main_grid_equipo {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.content_wrap_gap_equipo {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-3zero {
  background-color: #041146;
}

.inner_sticky_equipo {
  z-index: 2;
  height: 100vh;
  position: sticky;
  top: 0;
}

.inner_sticky_equipo._04 {
  background-color: #0000;
  height: 400vh;
}

._3-0_master_section {
  background-color: #0000;
  position: relative;
}

.cover_image_equipo {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover_image_equipo.sc {
  height: 70%;
}

.container_equipo {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.button-circle-3 {
  background-color: #ff8d86;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: none;
  overflow: hidden;
}

.button-circle-3:hover {
  background-color: #fcb55e;
}

.cta_wrapper_center_large {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 75%;
  max-width: none;
  display: flex;
}

._3-0_equipo_section {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

._3-0_equipo_description_section {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw;
  display: flex;
  position: relative;
}

._3-0_equipo_div_tit {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 50vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.pleca_equipo {
  background-color: var(--blue-2);
  border: 1px solid #28a8e1;
  align-self: center;
  width: 4vw;
  height: 0;
  position: absolute;
  inset: 24px 17% 0% auto;
}

.hero_wrapper_equipo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 75vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: block;
  position: sticky;
  top: 7.5em;
}

.bold-text-2 {
  font-style: normal;
  font-weight: 300;
}

._3-0_int_content_tiktok {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #192156;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
  padding: 10%;
  display: flex;
  position: static;
  top: 0;
}

._3-0_tiktok_counter {
  background-color: var(--alice-blue);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

._3-0_tiktok_subtitle_counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2vw;
  display: flex;
}

._3-0_tiktok_subtitle_counter.mb-0 {
  margin-bottom: 0;
}

._3-0_subtitle-tiktok {
  color: #192156;
  text-align: left;
  letter-spacing: .1vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
}

.container_tiktok {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
}

._3-0_tiktok_tit_ads {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  display: flex;
  position: relative;
}

._3-0_tiktok_tit_tiktokads {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 7rem;
  padding-right: 7rem;
  display: flex;
  position: relative;
}

._3-0_h1_int_tiktok {
  color: #abf0e1;
  letter-spacing: -.3px;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

._3-0_text_int_tiktok_all {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.8;
}

._3-0_h1_int_tiktok_tiktokads {
  color: #abf0e1;
  text-align: center;
  letter-spacing: -.3px;
  font-family: Oswald, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
}

._3-0_h1_int_tiktok_tiktokads.mt-0 {
  margin-top: 0;
}

._3-0_tiktok_ads_section {
  z-index: 2;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10vw;
  display: flex;
  position: relative;
}

._3-0_txt_tiktok_tits {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 3vw;
  line-height: 1.4;
}

._3-0_tiktok_div_tit {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  width: 70vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.wrapper-tiktok {
  justify-content: space-between;
  display: flex;
}

.inner-tiktok {
  flex: 1;
}

.inner-tiktok.ccc {
  overflow: hidden;
}

.container-tiktok-2 {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 35em;
  margin-bottom: 5px;
  padding: 100px 5vw;
  display: flex;
}

._3-0_txt_tiktokads_tits {
  color: #fff;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 2.5vw;
  line-height: 1.4;
}

._3-0_txt_tiktokads {
  color: #fff;
  text-align: left;
  letter-spacing: .2vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_txt_tiktokads.span_tiktokads_subtitle {
  text-align: left;
  letter-spacing: .1vw;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.text-span-12_tiktokads {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.master-section-tiktok {
  background-color: #0000;
  display: block;
  position: relative;
}

.master-section-tiktok.bg-dark-gray-tiktok {
  background-color: #28a9e1;
  padding: 7rem 3rem;
}

.container-tiktok_tecnologia {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-tiktok_tecnologia.gap-s-tiktok_tecnologia {
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-0_tiktok_text_tecnologia {
  width: 36vw;
}

._3-0_tiktok_anuncios {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
}

._3-0_subtitle-anuncios {
  color: #fff;
  text-align: left;
  letter-spacing: .1vw;
  flex: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.5vw;
}

._3-0_tiktok_tit_anuncios {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.container_tiktok_anuncios {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 89%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-0_tiktok_contenedor_anuncios {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3-0_tiktok_colum_anuncios {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._3-0_tiktok_titles_anuncios {
  font-size: 1.3vw;
  font-weight: 700;
}

._3-0_tiktok_content_conecta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

._3-0_tiktok_tit_conecta {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

._3-0_tiktok_row_conecta {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-around;
  width: 100%;
  margin-top: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-2.tiktok_img_conecta {
  width: 20vw;
}

.content-wrap-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.tiktok_counters {
  text-align: center;
  flex-direction: column;
  width: 20vw;
  display: flex;
}

.tiktok_counter_text-lg {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

._3-0_tiktok_container_counter {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

._3-0_tiktok_section_counter {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.grid-cols.cc-3col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.tiktok_counter_h1 {
  color: #192156;
  font-family: Lato, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
}

.tiktok_img_tecnologia {
  width: 50vw;
}

._3-0_tiktok_img_tecnologia {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tiktok_img_anuncios {
  width: 80%;
}

._3-0_aviso_container {
  padding-top: 15vw;
}

._3-0_aviso_text {
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin: 3vw auto 5vw;
  display: flex;
}

._3-0_aviso_copy {
  color: #fff;
  letter-spacing: .1vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  line-height: 2.3vw;
}

.bold-text-3, .text-span-15 {
  color: #24beff;
}

._3-0_aviso_span_undeline {
  text-decoration: underline;
}

.link-2 {
  color: var(--white-smoke);
}

@media screen and (min-width: 1440px) {
  .div-block-25, .container-article {
    margin-top: 5vw;
  }

  .pleca_revenue1, .pleca_revenue2, .pleca_revenue3 {
    top: 90px;
  }

  .pleca_trabajo_casos {
    top: 29px;
  }

  .div-block-27 {
    justify-content: center;
    display: flex;
  }

  .pleca_valores {
    top: 29px;
  }

  ._3-0_int_ecommerce_partnerships {
    margin-top: 4vw;
  }

  .wrapper-ticker-partners {
    width: 100%;
  }

  ._3-0_ecommerce_subtitle_parterships {
    width: auto;
    margin-bottom: 0;
  }

  ._3-0_int_medios_partnerships {
    margin-top: 4vw;
  }

  ._3-0_medios_subtitle_parterships {
    width: auto;
    margin-bottom: 0;
  }

  .pleca_revenue1_medios, .pleca_revenue2_medios {
    top: 90px;
  }

  .slider-canales-programmatic {
    background-color: #30a8e1;
    width: 100%;
    padding: 10% 12% 15%;
    overflow: hidden;
  }

  .container_programmatic {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-title {
    width: 100%;
  }

  .line-canales {
    background-color: #abf0e1;
    width: 100%;
  }

  .line-canales._2 {
    width: 100%;
    margin-top: 0;
  }

  .carousel_programmatic {
    width: 100%;
  }

  .card_programmatic {
    width: 300px;
    height: 250px;
    margin-right: 0;
  }

  .image_canal {
    width: 150px;
    max-width: 300px;
    padding: 0 2vw;
  }

  .text-span-11-canales.txt_white {
    letter-spacing: .2vw;
    font-family: Lato, sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.5vw;
  }

  ._3-0_p_int_canales {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
  }

  .text-span-11-canales-txt.txt_white {
    letter-spacing: .2vw;
    font-family: Lato, sans-serif;
    font-size: 1vw;
    font-weight: 400;
    line-height: 2.5vw;
  }

  .imagen-animada {
    width: 100%;
    height: 100%;
  }

  .pleca_equipo {
    top: 29px;
  }
}

@media screen and (min-width: 1920px) {
  ._3-0_subtitle-trabajo.span_subtitle {
    font-size: 1vw;
  }

  .div-block-25, .container-article {
    margin-top: 4vw;
  }

  ._3-0_h1_trabajocenter {
    font-size: 4vw;
  }

  ._3-0_txt_revenue_tits {
    font-size: 2.5vw;
  }

  ._3-0_trabajo_container_revenue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pleca_revenue1 {
    top: 121px;
  }

  ._3-0_subtitle_revenues.span_subtitle {
    font-size: 1.3vw;
  }

  .pleca_revenue2 {
    top: 121px;
  }

  .pleca_revenue3 {
    top: 118px;
  }

  .pleca_trabajo_casos {
    top: 43px;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-28 {
    margin-top: 2vw;
  }

  ._3-0_h1_vision_titi {
    font-size: 4vw;
  }

  ._3-0_valores_txt.span_subtitle {
    font-size: 1vw;
  }

  .pleca_valores {
    top: 43px;
  }

  ._3-0_txt_valores.span_subtitle {
    font-size: 1.3vw;
  }

  ._3-0_txt_valores_tits {
    text-align: left;
    font-size: 2.5vw;
  }

  ._3-0_medios_container_revenue {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pleca_revenue1_medios, .pleca_revenue2_medios {
    top: 121px;
  }

  ._3-0_h1_analyticscenter {
    font-size: 4vw;
  }

  ._3-0_subtitle-analytics.span_subtitle-analytics {
    font-size: 1vw;
  }

  .slider-canales-programmatic {
    background-color: #30a8e1;
  }

  .line-canales, .line-canales._2 {
    background-color: #abf0e1;
  }

  .form-input {
    font-size: .9vw;
  }

  .form-input::placeholder {
    font-size: .8vw;
  }

  ._3-0_h1_contactoleft {
    font-size: 4vw;
  }

  ._3-0_mision_txt.span_subtitle {
    font-size: 1vw;
  }

  ._3-0_equipo_description_section {
    max-width: 100%;
  }

  .pleca_equipo {
    top: 43px;
  }

  .hero_wrapper_equipo {
    min-height: 90vh;
  }

  ._3-0_txt_tiktok_tits {
    font-size: 2.5vw;
  }

  ._3-0_txt_tiktokads_tits {
    text-align: left;
    font-size: 2.5vw;
  }

  ._3-0_txt_tiktokads.span_tiktokads_subtitle {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .master-section.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .menu-mobile {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    min-height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
    position: relative;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
    padding: 10vw 5vw;
  }

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

  .container.inner-padding-small {
    width: 100%;
  }

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

  .main-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .grid-rail {
    align-items: center;
    min-width: 100vw;
    min-height: auto;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 10em;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .wrapper-nav {
    background-color: #fff;
    position: fixed;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr auto;
    min-height: auto;
    padding: 1em 10px 1em 30px;
  }

  .form.row {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 10px;
    display: flex;
  }

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

  .heading-xlarge {
    font-size: 4em;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #80808033;
  }

  .button.color-red:hover {
    background-color: var(--crimson);
  }

  .button.color-blue, .button.color-blue:hover {
    background-color: var(--blue-2);
  }

  .grid-buttons {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .nav-link {
    color: #242424;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .nav-link:hover {
    color: #242424;
  }

  .image-brand.on {
    display: none;
  }

  .tabs-menu {
    justify-content: center;
  }

  .list-flex.mob {
    display: block;
  }

  .icon-check {
    margin-right: 0;
  }

  .gray-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .text-field {
    min-width: auto;
  }

  .text-field.flex-white {
    min-height: 60px;
  }

  .form-block {
    padding-right: 0;
  }

  .inner-footer-nav {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .heading-wrapper {
    text-align: center;
    align-items: center;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .frame-image-overflow {
    max-height: 55vh;
  }

  .heading-medium {
    font-size: 3em;
  }

  .heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .collection-list-news, .collection-list-news._3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-full-image {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-image-wrapper {
    border-radius: 8px;
    flex: none;
    height: 35vh;
  }

  .cart-button {
    padding-left: 0;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

  .wrapper-image-blog.team-members {
    height: 35vh;
  }

  .dropdown {
    width: 100%;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }

  .underline {
    display: none;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .wrapper-sticky.footer {
    position: relative;
  }

  .wrapper-link-back:hover {
    color: var(--dim-grey);
  }

  .buttons-nav-wrapper {
    width: 100%;
    padding: 40px 30px;
    position: relative;
  }

  .more-images {
    width: 100%;
  }

  .box-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-circle-small:hover {
    background-color: #ff715b;
  }

  .container-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-xxlarge {
    font-size: 4em;
  }

  .logo-wall-wrap {
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

  .overflow-rail {
    height: auto;
  }

  .inner-rail-logos {
    grid-row-gap: 1em;
  }

  .inner-col {
    height: auto;
    min-height: auto;
  }

  .main-hero {
    padding-top: 8em;
  }

  .button-fill, .button-hover-fill {
    display: none;
  }

  .grid-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quote-block-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-wrapper {
    margin-top: 72px;
  }

  .scroll-nav-block {
    display: none;
  }

  .wrapper-brand {
    width: 17vw;
  }

  .uppercase-xlarge {
    font-size: 5em;
  }

  .wrapper-buttons {
    justify-content: center;
  }

  .transparent-logo {
    width: auto;
  }

  .dropdown-nav {
    width: 100%;
    font-size: 20px;
  }

  .dropdown-list {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto auto 0%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    top: 2em;
    left: 0;
  }

  .fg {
    width: 35em;
  }

  .grid-drop-down {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .text-field-gray {
    min-width: auto;
  }

  .cta-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .content-wrap-gap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-block {
    align-items: center;
  }

  .list-roow {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 3.5em;
  }

  .list-roow.center {
    justify-content: space-between;
  }

  .list-roow.label {
    display: none;
  }

  .col-plan {
    flex: 1;
  }

  .col-plan.gggg {
    display: none;
  }

  .uppercase-xxlarge {
    font-size: 4em;
  }

  .flex-box-image-wrapper, .flex-box-col-center-top {
    order: -1;
    min-height: auto;
  }

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

  .inner-f-image-center {
    align-items: stretch;
    height: 100%;
    min-height: auto;
  }

  .flex-box-horizontal {
    flex-direction: column;
  }

  .inner-f-box-col {
    grid-row-gap: 1.5em;
    text-align: center;
    order: -1;
    max-width: none;
    padding: 3em 2em;
  }

  .wrapper-flex-vertical {
    order: 1;
    min-height: auto;
  }

  .wrapper-flex-vertical.down {
    margin-top: 0;
  }

  .padding-wrapper {
    max-width: none;
  }

  .link-button-green {
    padding-left: 50px;
  }

  .card-content-image-wrapper {
    height: 20em;
  }

  .cta-wrapper-right {
    order: -1;
    width: auto;
    min-height: auto;
  }

  .cta-wrapper-left {
    grid-row-gap: 1.5em;
    text-align: center;
    order: -1;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .flex-box-cta {
    grid-row-gap: 2.5em;
    flex-direction: column;
    align-items: center;
  }

  .cta-wrapper-center {
    grid-row-gap: 1.5em;
    order: -1;
    width: auto;
    max-width: none;
  }

  .cta-buttons-wrapper-center {
    order: -1;
    width: auto;
    min-height: auto;
  }

  .flex-box-cta-center {
    grid-row-gap: 2.5em;
    flex-direction: column;
  }

  .content-wrap-gap-small {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-field-white {
    min-width: auto;
  }

  .form-wrapper-center {
    order: -1;
    width: auto;
    min-height: auto;
  }

  .inner-f-image-center-end {
    align-items: stretch;
    min-height: auto;
  }

  .flex-box-horizontal-quote {
    grid-row-gap: 4em;
    flex-flow: column wrap;
  }

  .serif-p-medium {
    font-size: 2.4em;
  }

  .flex-box-col-large {
    order: 1;
    width: auto;
    min-height: auto;
  }

  .inner-f-image-small {
    align-items: stretch;
    min-height: auto;
  }

  .flex-box-horizontal-center {
    grid-row-gap: 4em;
    flex-flow: column wrap;
  }

  .asterisk {
    height: 3em;
  }

  .flex-box-horizontal-large-gap {
    grid-column-gap: 4em;
  }

  .wrapper-main-side-nav {
    display: none;
  }

  .track-02 {
    height: auto;
  }

  .wrapper-scroll-heros {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .inner-scroll-heros {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .container-scroll-heros._01 {
    width: 100%;
    position: sticky;
    top: 0;
  }

  .container-scroll-heros._33 {
    z-index: 3;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    position: relative;
  }

  .container-scroll-heros-02, .container-scroll-heros-03 {
    width: 100%;
    position: sticky;
    top: 0;
  }

  .inner-uppercase-title {
    height: 4.5em;
    margin-bottom: 2em;
  }

  .wrapper-inner-nav {
    display: none;
  }

  .header-wrapper {
    padding-top: 10vh;
  }

  .plan-flex-wrapper {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .h-xlarge, ._3-0_h1 {
    font-size: 4em;
  }

  ._3-0_h2 {
    font-size: 5vw;
  }

  ._3-0_subtitle-trabajo {
    font-size: 2vw;
  }

  ._3-0_subtitle-trabajo.span_subtitle {
    font-size: 1.5vw;
  }

  ._3-0_cta_naranja {
    width: 13vw;
    height: 7vw;
  }

  ._3-0_home_servicios_int {
    padding: 10vw 5vw;
  }

  ._3-0_home_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  ._3-0_footer_adress {
    margin-top: 3vw;
  }

  ._3-0_home_intro_main-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-0_footer_div_logo {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    align-items: center;
  }

  ._3-0_home_subtitle_intro {
    width: 80vw;
  }

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

  ._3-0_home_content-wrap-gap-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .div-block-19 {
    width: 60vw;
  }

  ._3-0_hr_home_servicios_list {
    top: -10%;
    left: 36%;
  }

  .submit-button {
    width: 14vw;
  }

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

  .nav-menu-wrapper-desktop {
    background-color: #0f0b29;
    height: 100vh;
    display: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .kuo-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #d22929;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper-mobile {
    background-color: #d22929;
    flex: 0 auto;
    height: 100vh;
    display: block;
    overflow: visible;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2._3-0_menu_header_m {
    font-size: 3vw;
  }

  .menu-button-2 {
    color: #fff;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #1d183a;
    border-radius: 8px;
  }

  ._3-0_int_content_servicio1, ._3-0_int_content_servicio2 {
    min-height: 70vh;
  }

  ._3-0_trabajo_casos_content {
    min-height: 60vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .image-content-2 {
    min-height: 60vh;
  }

  ._3-0_h1_trabajocenter {
    font-size: 3em;
  }

  .inner-sticky-4._01 {
    height: 65vh;
  }

  ._3-0_trabajo_container_revenue {
    flex: 0 auto;
  }

  ._3-0_home_txt_clientes {
    width: 80vw;
  }

  .pleca_revenue1 {
    top: 49px;
  }

  ._3-0_subtitle_revenues {
    font-size: 2vw;
  }

  ._3-0_subtitle_revenues.span_subtitle {
    font-size: 1.5vw;
  }

  .pleca_revenue2 {
    top: 49px;
  }

  .pleca_revenue3 {
    top: 46px;
  }

  .pleca_trabajo_casos {
    top: 14px;
  }

  ._3-0_trabajo_casos_content2 {
    min-height: 60vh;
  }

  ._3-0_subtitle-footer {
    font-size: 1.5vw;
  }

  ._3-0_h1_vision_titi {
    font-size: 3em;
  }

  ._3-0_valores_txt {
    font-size: 2vw;
  }

  ._3-0_valores_txt.span_subtitle {
    font-size: 1.5vw;
  }

  ._3-0_valores_section {
    flex: 0 auto;
  }

  .pleca_valores {
    top: 14px;
  }

  ._3-0_txt_valores {
    font-size: 2vw;
  }

  ._3-0_txt_valores.span_subtitle {
    font-size: 1.5vw;
  }

  ._3-0_trabajo_casos_content_casos, ._3-0_diseno_casos_content, ._3-0_ecommerce_casos_content, ._3-0_creatividad_casos_content, ._3-0_programmatic_casos_content, ._3-0_gmedios_casos_content {
    min-height: 60vh;
  }

  ._3-0_int_ecommerce_partnerships {
    margin-top: 4vw;
  }

  .wrapper-ticker-partners {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .container-block-medios-digitales {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-medios {
    flex: 0 auto;
    padding: 10vw 5vw;
  }

  ._3-0_medios_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  ._3-0_int_medios_partnerships {
    margin-top: 4vw;
  }

  ._3-0_medios_partnershipsheading-wrapper {
    text-align: center;
    align-items: center;
  }

  .logos-wrapper-medios {
    width: auto;
  }

  ._3-0_medios_container_revenue {
    flex: 0 auto;
  }

  .pleca_revenue1_medios, .pleca_revenue2_medios {
    top: 49px;
  }

  .container_objetivos {
    max-width: 512px;
  }

  ._3-0_h1_analyticscenter {
    font-size: 3em;
  }

  ._3-0_analytics_subtitle_intro {
    width: 80vw;
  }

  ._3-0_subtitle-analytics {
    font-size: 2vw;
  }

  ._3-0_subtitle-analytics.span_subtitle-analytics {
    font-size: 1.5vw;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  ._3-0_h1_contactoleft {
    font-size: 3em;
  }

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

  ._3-0_subtitle-partnerships, ._3-0_mision_txt {
    font-size: 2vw;
  }

  ._3-0_mision_txt.span_subtitle {
    font-size: 1.5vw;
  }

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

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

  .container_equipo {
    flex: 0 auto;
  }

  .cta_wrapper_center_large {
    grid-row-gap: 1.5em;
    order: -1;
    width: auto;
    max-width: none;
  }

  ._3-0_equipo_description_section {
    flex: 0 auto;
  }

  .pleca_equipo {
    top: 14px;
  }

  ._3-0_int_content_tiktok {
    min-height: 70vh;
  }

  ._3-0_subtitle-tiktok {
    font-size: 2vw;
  }

  ._3-0_tiktok_tit_tiktokads {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._3-0_tiktok_ads_section {
    flex: 0 auto;
  }

  ._3-0_txt_tiktokads {
    font-size: 2vw;
  }

  ._3-0_txt_tiktokads.span_tiktokads_subtitle {
    font-size: 1.5vw;
  }

  .container-tiktok_tecnologia {
    flex: 0 auto;
    padding: 10vw 5vw;
  }

  ._3-0_subtitle-anuncios {
    font-size: 2vw;
  }

  .container_tiktok_anuncios {
    padding-left: 5em;
    padding-right: 5em;
  }

  ._3-0_tiktok_container_counter {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-0_tiktok_section_counter {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-cols.cc-3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tiktok_counter_h1 {
    font-size: 4rem;
  }

  ._3-0_aviso_text {
    width: 80vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container.header-wrapper {
    margin-top: 88px;
  }

  .main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    flex-direction: column;
  }

  .form.single {
    flex-direction: row;
    align-items: center;
  }

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

  .button {
    width: 100%;
    font-size: 16px;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .tabs-menu {
    grid-column-gap: 10px;
    background-color: #0000;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .form-block {
    width: 100%;
  }

  .logo-footer {
    max-height: 32px;
  }

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

  .heading-large {
    font-size: 32px;
  }

  .sub-heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .link-social {
    flex: 0 33.3%;
  }

  .logo-loader {
    height: 35px;
  }

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

  .tab-rounded {
    border-radius: 100px;
    font-size: 1em;
  }

  .quote-block-wrapper {
    max-width: 60vw;
  }

  .page-wrapper {
    margin-top: -16px;
  }

  .fg {
    width: 24em;
    height: 24em;
  }

  .text-field-gray {
    text-align: left;
    margin-bottom: 15px;
  }

  .pp {
    padding: 45px 30px;
  }

  .list-roow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-comp-plan {
    flex-direction: column;
  }

  .uppercase-xxlarge {
    font-size: 40px;
  }

  .padding-wrapper {
    padding: 0;
  }

  .card-content-image-wrapper {
    height: 20em;
  }

  .flex-box-cta {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .text-field-white {
    text-align: left;
    margin-bottom: 15px;
  }

  .asterisk {
    height: 40px;
  }

  .asterisk-wrapper {
    padding: 0 10px;
  }

  .inner-uppercase-title {
    height: 4.5em;
  }

  .h-xlarge, ._3-0_h1 {
    font-size: 40px;
  }

  ._3-0_home_subtitle_clientes {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_cta_azul {
    width: 13vw;
    height: 7vw;
  }

  ._3-0_paragraph {
    font-size: 2vw;
  }

  ._3-0_cta_naranja {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-position: 50%;
    background-size: auto;
    background-clip: padding-box;
    border-style: none;
    border-width: 0;
    justify-content: center;
    align-items: center;
    width: 13vw;
    height: 7vw;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 16px;
    display: flex;
  }

  .div-block-5 {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-0_home_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  ._3-0_footer_adress {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-top: 2vw;
    margin-right: 0;
  }

  ._3-0_home_intro_main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._3-0_footer_div_content {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-direction: column;
    order: -1;
  }

  ._3-0_footer_div_menu {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  ._3-0_footer_div_redes {
    width: 18vw;
  }

  ._3-0_footer_menu {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-0_footer_div_form {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    order: 1;
    width: 80vw;
  }

  ._3-0_footer_div_logo {
    align-items: center;
    width: 80vw;
  }

  .image-2 {
    margin-bottom: 3vw;
  }

  ._3-0_input {
    font-size: 1.7vw;
  }

  ._3-0_legales {
    font-size: 1vw;
  }

  ._3-0_menu {
    font-size: 1.5vw;
  }

  ._3-0_home_subtitle_intro {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_home_proposito {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  ._3-0_cta_rosa {
    width: 13vw;
    height: 7vw;
  }

  ._3-0_hr_home_servicios_list {
    top: -29%;
    left: 36%;
  }

  ._3-0_paragraph_big {
    font-size: 2vw;
  }

  .submit-button {
    width: 20vw;
  }

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

  .navbar-wrapper {
    justify-content: space-between;
  }

  .kuo-navbar {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 16px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  ._3-0_h1_int_servicios {
    font-size: 6vw;
  }

  ._3-0_int_content_servicio1, ._3-0_int_content_servicio2 {
    min-height: 60vh;
  }

  .div-block-25 {
    flex-direction: column;
    width: 100%;
    height: 40vh;
    margin-top: 12vw;
    padding: 26vw;
  }

  .container-article {
    width: 100%;
    margin-top: 60%;
    margin-bottom: 0;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  ._3-0_trabajo_casos_content {
    min-height: 45vh;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  ._3-0_text_int_servicios_small {
    font-size: 1.5vw;
  }

  .wrap-scrolling-text-2 {
    min-height: 250px;
  }

  ._3-0_text_int_servicio {
    font-size: 2vw;
  }

  ._3-0_text_int_servicio_all {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  ._3-0_trabajo_section_intro {
    padding-top: 23vw;
  }

  ._3-0_h1_trabajocenter {
    font-size: 40px;
  }

  ._3-0_hero-wrapper_trabajo {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3-0_home_txt_clientes {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_subtitle_revenues.span_subtitle {
    font-size: 2vw;
  }

  ._3-0_trabajo_casos_content2 {
    min-height: 45vh;
  }

  ._3-0_valores_section_intro {
    padding-top: 23vw;
  }

  ._3-0_h1_vision_titi {
    font-size: 40px;
  }

  ._3-0_txt_valores.span_subtitle {
    font-size: 2vw;
  }

  ._3-0_trabajo_casos_content_casos, ._3-0_diseno_casos_content, ._3-0_ecommerce_casos_content {
    min-height: 45vh;
  }

  ._3-0_text_int_servicio_bullets {
    font-size: 2vw;
  }

  ._3-0_creatividad_casos_content, ._3-0_programmatic_casos_content, ._3-0_gmedios_casos_content {
    min-height: 45vh;
  }

  ._3-0_ecommerce_subtitle_parterships {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_medios_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  ._3-0_medios_subtitle_parterships {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_h2_int_medios_funnel {
    font-size: 6vw;
  }

  ._3-0_int_analytics_proceso {
    padding-left: 24px;
    padding-right: 24px;
  }

  .medium-heading-analytics {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 40px;
  }

  ._3-0_analytics_section_intro {
    padding-top: 23vw;
  }

  ._3-0_h1_analyticscenter {
    font-size: 40px;
  }

  ._3-0_analytics_subtitle_intro {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_h1_int_canales, ._3-0_p_int_canales {
    font-size: 6vw;
  }

  .image-squiggle.overlay-bottom-right {
    left: 48px;
  }

  ._3-0_contacto_main_container {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3-0_h1_contactoleft {
    font-size: 40px;
  }

  ._3-0_home_subtitle_partnerships {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .main_grid_equipo {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._3-0_int_content_tiktok {
    min-height: 60vh;
  }

  ._3-0_tiktok_subtitle_counter {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  ._3-0_h1_int_tiktok {
    font-size: 6vw;
  }

  ._3-0_text_int_tiktok_all {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  ._3-0_h1_int_tiktok_tiktokads {
    font-size: 6vw;
  }

  ._3-0_txt_tiktokads.span_tiktokads_subtitle {
    font-size: 2vw;
  }

  ._3-0_tiktok_container_counter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-cols, .grid-cols.cc-3col {
    grid-template-columns: 1fr;
  }

  ._3-0_aviso_text {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .menu-mobile {
    width: 1.6em;
    height: 1.6em;
    padding: 2px 0 2px 2px;
  }

  .container {
    flex: 0 auto;
    width: 100%;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.header-wrapper {
    margin-top: 66px;
  }

  .main-grid {
    grid-row-gap: 2em;
  }

  .main-grid.short-gap {
    grid-row-gap: 10px;
    align-content: stretch;
  }

  .margin-bottom-small {
    margin-bottom: 25px;
  }

  .margin-bottom-medium {
    margin-bottom: 55px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-padding-medium {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    grid-column-gap: 30px;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
  }

  .logos-wrapper {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .logos-wrapper.transparent-logo {
    justify-content: center;
    padding: 6vw 1vw;
  }

  .image-logo {
    width: auto;
    max-width: none;
    max-height: 27px;
  }

  .image-logo.large {
    max-width: 145px;
    max-height: 40px;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    align-items: center;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .wrapper-heading.blog-post {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .heading-wrapper-center {
    padding-bottom: 3em;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .navgrid {
    min-height: auto;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-right: 10px;
  }

  .form {
    align-items: center;
  }

  .form.gap {
    grid-row-gap: 1em;
  }

  .menu-button {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small {
    font-size: 14px;
  }

  .wrapper-blurb {
    text-align: left;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-brand {
    max-height: 100vh;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .tabs-menu.plan {
    margin-bottom: 0;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0;
  }

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

  .gray-wrapper {
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .text-field.flex-white {
    font-size: 16px;
  }

  .inner-footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .profile._3col {
    text-align: left;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .form-wrapper {
    width: 100%;
  }

  .quote-icon {
    height: 1.25em;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
    min-height: 120px;
  }

  .logo-wrap-ticker.square-m {
    width: 12em;
    height: 8em;
  }

  .main-paragraph {
    font-size: 1em;
  }

  .list-wrapper.center {
    text-align: left;
    align-items: flex-start;
  }

  .price {
    font-size: 40px;
  }

  .price-wrapper.white-block {
    padding: 30px 20px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .frame-image-overflow._02 {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    height: 15em;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

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

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.gap {
    grid-row-gap: .85em;
  }

  .center-wrapper.cta {
    max-width: none;
  }

  .heading-medium {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.05;
  }

  .heading-medium.no-caps {
    font-size: 30px;
  }

  .heading-large {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .sub-heading-regular {
    font-size: 18px;
  }

  .heading-small {
    font-size: 1em;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrapper {
    border-radius: 6px;
    height: 15vh;
    min-height: auto;
  }

  .product-image-wrapper.home {
    height: 15vh;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .cart-button {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.team-members {
    border-radius: 20px;
    height: 25vh;
  }

  .label-form {
    text-align: left;
  }

  .info-members {
    text-align: center;
    padding-right: 20px;
  }

  .icon-cart {
    font-size: 10px;
  }

  .main-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .wrapper-sticky.footer {
    padding-top: 0;
  }

  .footer-inner {
    width: 100%;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-image-cta {
    padding-top: 0;
  }

  .content-wrapper.gap {
    grid-row-gap: 1.25em;
  }

  .box-wrapper {
    padding: 40px 20px;
  }

  .button-circle {
    width: 5em;
    height: 5em;
  }

  .heading-regular {
    font-size: 20px;
  }

  .container-block {
    padding: 35px 20px;
  }

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

  .logo-wall-wrap {
    height: 40vh;
  }

  .overflow-rail {
    height: auto;
  }

  .inner-col {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-rounded {
    text-align: center;
    flex: 1;
    padding: 12px 15px;
    font-size: 1em;
  }

  .contain-image {
    height: auto;
  }

  .gap-wrapper {
    grid-row-gap: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .flex-hat {
    text-align: left;
  }

  .h-wrapper, .h-wrapper.cta {
    grid-row-gap: 1em;
  }

  .link-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .label-button {
    font-size: 16px;
  }

  .heading-xlarge {
    font-size: 32px;
    font-weight: 500;
  }

  .article-image {
    height: 35vh;
  }

  .ticker-quote {
    grid-column-gap: 1em;
  }

  .quote-block-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overflow-nav {
    inset: 0% auto auto 0%;
  }

  .page-wrapper {
    margin-top: 5px;
  }

  .brand {
    padding-left: 0;
  }

  .wrapper-brand {
    justify-content: center;
    width: 45vw;
    height: 17vw;
  }

  .inner-brand {
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 15vw;
  }

  .logo-img.large {
    height: 1.8em;
  }

  .uppercase-large {
    font-size: 2.4em;
  }

  .uppercase-xlarge {
    font-size: 2.6em;
  }

  .heading_equipo {
    font-size: 50px;
  }

  .wrapper-buttons {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .icon-wrapper {
    width: 6em;
    height: 6em;
  }

  .image-icon-small {
    height: 1.8em;
  }

  .hero-col-wrapper {
    height: 40vh;
  }

  .inner-hero-col {
    grid-column-gap: 1em;
    left: 0;
  }

  .hero-col-rail {
    min-width: 33vw;
  }

  .inner-hero-col-rail {
    grid-row-gap: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .hero-frame-image {
    height: 30vw;
  }

  .transparent-logo {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .inner-padding-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .dropdown-nav, .dropdown-list.w--open {
    z-index: 5;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .fg {
    width: 42vw;
    height: 15vh;
  }

  .fg._01 {
    width: 32vw;
    height: 18vh;
  }

  .fg._02 {
    width: 32vw;
    height: 20vh;
  }

  .fg._03 {
    width: 10em;
    height: 25vh;
  }

  .fg._04 {
    height: 20vh;
  }

  .drop-menu-icon {
    display: none;
  }

  .text-field-gray {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .cta-block {
    padding: 50px 35px;
  }

  .gap-wrapper-l {
    grid-row-gap: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-wrap-gap {
    grid-row-gap: 2em;
  }

  .list-roow {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.1em;
  }

  .combo-box {
    padding: 30px 30px 40px;
  }

  .combo-box.square {
    height: 10em;
  }

  .block-rounded {
    padding: 30px 20px 40px;
  }

  .grid-plan {
    grid-row-gap: 1.5em;
  }

  .card-quote {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-list-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-7.no-gap {
    grid-template-columns: 1fr 1fr;
    width: 80vw;
  }

  .uppercase-xxlarge {
    font-size: 46px;
  }

  .hero-image-wrapper {
    padding-top: 0;
  }

  .center-gap-medium.width {
    padding-bottom: 35px;
  }

  .flex-box-image-wrapper {
    order: 1;
    margin-top: 10vw;
  }

  .flex-box-col-center-top {
    order: 1;
  }

  .alt-title {
    font-size: 12px;
  }

  .link-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .inner-f-image-center {
    height: 100%;
  }

  .flex-box-horizontal {
    flex-wrap: wrap;
  }

  .inner-f-box-col {
    grid-row-gap: 1.25em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .inner-f-box-col.c {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-flex-vertical {
    grid-row-gap: 1.5em;
  }

  .padding-wrapper {
    grid-row-gap: 2em;
  }

  .link-button-green {
    flex: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .cta-wrapper-left {
    grid-row-gap: .9em;
    width: 100%;
  }

  .flex-box-cta {
    grid-row-gap: 2em;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .cta-wrapper-center {
    grid-row-gap: .9em;
    justify-content: center;
    width: auto;
  }

  .cta-buttons-wrapper-center {
    width: 100%;
  }

  .flex-box-cta-center {
    grid-row-gap: 2em;
    padding: 3em 30px;
  }

  .content-wrap-gap-small {
    grid-row-gap: .8em;
  }

  .text-field-white {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .form-wrapper-small {
    width: 100%;
  }

  .logo-grid-no-gap {
    grid-column-gap: 0em;
  }

  .inner-f-image-center-end {
    min-height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-box-horizontal-quote {
    grid-row-gap: 1.5em;
    padding: 20px;
  }

  .serif-p-medium {
    font-size: 22px;
  }

  .center-wrapper-medium {
    font-size: 18px;
  }

  .inner-f-image-small {
    min-height: auto;
  }

  .flex-box-horizontal-center {
    grid-row-gap: 1.5em;
    padding: 40px 20px;
  }

  .quote-icon-c {
    height: 1.25em;
  }

  .asterisk {
    height: 32px;
  }

  .asterisk.small {
    height: 30px;
  }

  .asterisk-wrapper {
    padding: 0 10px;
  }

  .image-scroll-sticky {
    grid-row-gap: 2em;
    flex-direction: column;
    height: auto;
    padding: 25vw 20px;
  }

  .image-scroll-container {
    height: auto;
    padding-bottom: 0;
  }

  .image-scroll-wrapper {
    width: 100%;
  }

  .inner-line-base-hero {
    margin-top: 10vw;
  }

  .flex-box-horizontal-large-gap {
    grid-row-gap: 4em;
    flex-direction: column;
  }

  .card-content-l-gap {
    grid-row-gap: 1.25em;
  }

  .hyphen {
    height: 6px;
  }

  .track-02 {
    height: auto;
  }

  .container-scroll-heros._33 {
    width: 100%;
    padding-top: 3em;
  }

  .container-scroll-heros-03 {
    width: 100%;
  }

  .track-03 {
    justify-content: flex-start;
    min-height: auto;
  }

  .sticky-03 {
    justify-content: flex-start;
    top: 8vh;
  }

  .mask {
    margin-top: 0;
  }

  .inner-uppercase-title {
    height: 2.5em;
  }

  .wrapper-about-pink {
    flex-direction: column;
    order: 0;
  }

  .inner-about-pink.ss {
    height: 30vh;
    display: none;
  }

  .inner-about-pink.cc {
    order: -1;
  }

  .inner-sticky-cta-03 {
    flex-direction: column;
    align-items: flex-start;
    height: 230vh;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .inner-card-white {
    padding: 30px 30px 40px;
  }

  .span-icon-uppercase-large {
    width: 2rem;
    height: 2rem;
    font-size: 2em;
  }

  .plan-flex-wrapper {
    width: 100%;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .h-xlarge {
    font-size: 32px;
  }

  .block-rounded-gap-s {
    padding: 30px 20px 40px;
  }

  ._3-0_h1 {
    font-size: 46px;
  }

  ._3-0_h2 {
    font-size: 7vw;
    line-height: 10vw;
  }

  ._3-0_subtitle-trabajo {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_subtitle-trabajo.span_subtitle {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  ._3-0_home_subtitle_clientes {
    text-align: left;
    width: 90vw;
  }

  ._3-0_home_intro_servicios {
    flex-direction: column;
  }

  ._3-0_home_servicios_izq {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    width: 80vw;
  }

  ._3-0_home_intro_servicios_right {
    width: 90vw;
    margin-top: 12.6vw;
  }

  ._3-0_cta_azul {
    width: 24vw;
    height: 15vw;
  }

  ._3-0_paragraph {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.4;
  }

  ._3-0_h1_servicios {
    margin-top: 10px;
    font-size: 6vw;
    font-weight: 400;
  }

  ._3-0_cta_naranja {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 24vw;
    height: 15vw;
    margin-top: 10vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3-0_home_tit_servicio {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  .pleca_naranja {
    border-top-width: 2px;
    width: 12vw;
    display: none;
    position: absolute;
    inset: 28px 0% 0% auto;
  }

  ._3-0_home_servicios_int {
    flex-direction: column;
  }

  .div-block-4 {
    width: 90vw;
  }

  .div-block-5 {
    align-self: center;
    align-items: center;
  }

  .pleca_rosa {
    border-top-width: 2px;
    width: 6vw;
  }

  .div-block-7 {
    width: auto;
    top: 13.7vw;
    left: 33.1vw;
  }

  ._3-0_home_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  ._3-0_footer_adress {
    margin-top: 8vw;
  }

  ._3-0_home_intro_main-grid {
    grid-row-gap: 2em;
  }

  ._3-0_footer_div_content {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    padding-top: 5vw;
  }

  ._3-0_footer_div_menu {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  ._3-0_footer_div_redes {
    width: 40vw;
  }

  ._3-0_hr_footer_intern {
    width: 8vw;
  }

  ._3-0_footer_menu {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
  }

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

  ._3-0_input {
    padding-left: 5vw;
    font-size: 3vw;
  }

  ._3-0_legales {
    font-size: 1.8vw;
  }

  ._3-0_menu {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .div-block-18 {
    width: 80vw;
  }

  ._3-0_home_subtitle_intro {
    width: 90vw;
    margin-top: 10vw;
  }

  ._3-0_home_proposito {
    width: 80vw;
  }

  ._3-0_home_content-wrap-gap-copy {
    grid-row-gap: 2em;
    margin-left: 0;
  }

  .div-block-19 {
    width: 80vw;
    margin-top: 15vw;
  }

  ._3-0_home_intro_servicios_izq {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 80vw;
  }

  ._3-0_cta_rosa {
    -webkit-text-fill-color: inherit;
    background-color: #e9759e;
    background-clip: border-box;
    border-color: #e9759e;
    width: 24vw;
    height: 15vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3-0_hr_home_servicios_list {
    top: -20%;
    left: 59%;
  }

  .div-block-23 {
    flex-direction: column;
  }

  ._3-0_paragraph_big {
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.4;
  }

  .submit-button {
    width: 30vw;
  }

  .container-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    width: 150px;
  }

  .nav-menu-2 {
    box-shadow: none;
    background-color: #28a9e1;
    border-radius: 0;
    flex-direction: column;
  }

  .nav-menu-wrapper-mobile {
    background-color: #28a9e1;
  }

  .nav-link-2 {
    color: #fff;
  }

  .nav-link-2._3-0_menu_header_m {
    color: #192156;
    font-family: Oswald, sans-serif;
    font-size: 9vw;
    font-weight: 700;
  }

  .menu-button-2 {
    color: #fff;
    overflow: visible;
  }

  .kuo_invesrionistas_wrap-image-content {
    margin-top: 18vw;
  }

  ._3-0_int_div_der {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10vw;
  }

  ._3-0_h1_int_servicios {
    margin-top: 10px;
    font-size: 11vw;
    font-weight: 400;
  }

  ._3-0_text_int_servicio_subtitle {
    margin-top: 10px;
    font-size: 3vw;
    font-weight: 400;
  }

  ._3-0_int_div_izq {
    align-self: center;
    width: 87vw;
  }

  ._3-0_int_content_servicio1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  ._3-0_int_content_servicio2 {
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }

  .div-block-25 {
    height: 45vh;
    margin-top: 15vw;
    padding: 10vw 4vw;
  }

  .container-article {
    margin-top: 51vh;
  }

  ._3-0_trabajo_casos_content {
    background-color: #5fd3ba;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 80vh;
    display: flex;
  }

  ._3-0_int_icn_content {
    flex-direction: column;
  }

  ._3-0_text_int_servicios_small {
    margin-top: 10px;
    font-size: 4vw;
    font-weight: 400;
  }

  ._3-0_int_iconos {
    width: 40vw;
  }

  ._3-0_text_int_servicio {
    margin-top: 10px;
    font-size: 4vw;
    font-weight: 400;
  }

  .image-content-2 {
    min-height: 80vh;
  }

  ._3-0_text_int_servicio_all {
    margin-top: 10px;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.6;
  }

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

  ._3-0_trabajo_section_intro {
    padding-top: 36vw;
  }

  ._3-0_h1_trabajocenter {
    font-size: 9vw;
  }

  .inner-sticky-4._01, .inner-sticky-4._02 {
    height: 70vh;
  }

  .button-circle-2 {
    width: 5em;
    height: 5em;
  }

  ._3-0_wrapper-ticker_trabajo {
    padding-top: 10vw;
  }

  ._3-0_txt_revenue_tits {
    font-size: 5vw;
  }

  ._3-0_txt_revenue_tits.text-white {
    font-size: 15vw;
  }

  ._3-0_hero-wrapper_trabajo {
    justify-content: center;
    min-height: 20vh;
  }

  .div-block-26 {
    width: 80vw;
  }

  ._3-0_trabajo_container_revenue {
    flex: 0 auto;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._3-0_home_txt_clientes {
    width: 90vw;
    margin-top: 6vw;
    margin-bottom: 15vw;
  }

  .pleca_revenue1 {
    border-top-width: 1px;
    width: 12vw;
    position: absolute;
    inset: 70px 44% 0% auto;
  }

  ._3-0_trabajo_div_card_clientes_info_img {
    width: 80vw;
  }

  ._3-0_subtitle_revenues {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_subtitle_revenues.span_subtitle {
    font-size: 3.8vw;
    line-height: 5vw;
  }

  .pleca_revenue2 {
    border-top-width: 1px;
    width: 12vw;
    position: absolute;
    inset: 70px 43% 0% auto;
  }

  .pleca_revenue3 {
    border-top-width: 1px;
    width: 12vw;
    position: absolute;
    inset: 70px 44% 0% auto;
  }

  ._3-0_trabajo_section_casos {
    margin-top: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pleca_trabajo_casos {
    border-top-width: 2px;
    width: 12vw;
    position: absolute;
    inset: 80px 42% 0% auto;
  }

  ._3-0_trabajo_div_casos {
    width: 80vw;
    margin-bottom: 25vw;
  }

  .trabajo_txt_casos {
    font-size: 3.3vw;
    font-weight: 400;
  }

  ._3-0_trabajo_casos_content2 {
    min-height: 65vh;
  }

  ._3-0_subtitle-footer {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  .div-block-27 {
    width: 70vw;
    margin-top: 10vw;
  }

  .div-block-28, .div-block-29, .mask-copy, .div-block-30, .div-block-31 {
    margin-top: 10vw;
  }

  ._3-0_valores_section_intro {
    padding-top: 36vw;
  }

  ._3-0_valores_div_intro {
    width: 100vw;
  }

  .container-about-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    min-height: 60vw;
    padding: 0 0;
  }

  ._3-0_h1_vision_titi {
    font-size: 9vw;
  }

  ._3-0_valores_txt {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_valores_txt.span_subtitle {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  ._3-0_valores_section {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._3-0_valores_div_tit {
    width: 80vw;
    margin-bottom: 25vw;
  }

  .pleca_valores {
    border-top-width: 2px;
    width: 12vw;
    position: absolute;
    inset: 32vw 42% 0% auto;
  }

  .div-block-34 {
    width: 22vw;
  }

  ._3-0_txt_valores {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_txt_valores.span_subtitle {
    font-size: 3.8vw;
    line-height: 5vw;
  }

  ._3-0_txt_valores_tits {
    text-align: left;
    font-size: 5vw;
  }

  ._3-0_trabajo_casos_content_casos {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 65vh;
    display: flex;
  }

  .bold-text-white {
    font-size: 4vw;
  }

  ._3-0_diseno_casos_content, ._3-0_ecommerce_casos_content {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 80vh;
    display: flex;
  }

  .icon_bullet {
    width: 9vw;
  }

  ._3-0_text_int_servicio_bullets {
    margin-top: 10px;
    font-size: 4vw;
    font-weight: 400;
  }

  ._3-0_creatividad_casos_content, ._3-0_programmatic_casos_content, ._3-0_gmedios_casos_content {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 80vh;
    display: flex;
  }

  ._3-0_int_ecommerce_partnerships {
    margin-top: 15vw;
  }

  ._3-0_ecommerce_subtitle_parterships {
    text-align: left;
    width: 90vw;
  }

  .container-block-medios-digitales {
    padding: 20px;
  }

  .container-medios {
    flex: 0 auto;
    width: 100%;
  }

  ._3-0_medios_partners_main-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-direction: column;
  }

  ._3-0_int_medios_partnerships {
    margin-top: 15vw;
  }

  ._3-0_medios_subtitle_parterships {
    text-align: left;
    width: 90vw;
  }

  .gap-wrapper-medios {
    grid-row-gap: 3em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logos-wrapper-medios {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .logos-wrapper-medios.transparent-logo {
    justify-content: center;
    padding: 6vw 1vw;
  }

  ._3-0_medios_container_revenue {
    flex: 0 auto;
    width: 100%;
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .pleca_revenue1_medios {
    border-top-width: 1px;
    width: 12vw;
    position: absolute;
    inset: 70px 44% 0% auto;
  }

  .pleca_revenue2_medios {
    border-top-width: 1px;
    width: 12vw;
    position: absolute;
    inset: 70px 43% 0% auto;
  }

  ._3-0_h2_int_medios_funnel {
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 1vw;
    font-weight: 400;
  }

  .text-span-11-funnel {
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_int_funnel {
    margin-top: 10vw;
  }

  .squiggle {
    background-size: 36px;
  }

  .small-caps-text-analytics {
    font-size: 5vw;
  }

  .small-caps-text-analytics.subtitle {
    font-size: 3vw;
  }

  .squiggle-container {
    width: 136px;
    height: 136px;
  }

  .squiggle-container.round.diagram-squiggle {
    width: 200px;
    height: 200px;
  }

  .diagram-line-vertical-container {
    height: 72px;
  }

  ._3-0_seccion_ianalytics_proceso {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .medium-heading-analytics.no-bottom-margin-analytics {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .text-span-11-proceso {
    font-size: 9vw;
  }

  ._3-0_analytics_section_intro {
    padding-top: 36vw;
  }

  ._3-0_h1_analyticscenter {
    font-size: 9vw;
  }

  ._3-0_analytics_subtitle_intro {
    width: 90vw;
    margin-top: 10vw;
  }

  ._3-0_subtitle-analytics {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_subtitle-analytics.span_subtitle-analytics {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .wrapper-title {
    margin-bottom: 20px;
  }

  .line-canales._2 {
    margin-top: 8vw;
  }

  .card_programmatic {
    height: auto;
  }

  .image_canal {
    width: 100px;
  }

  ._3-0_h1_int_canales {
    margin-top: 10px;
    font-size: 9vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .text-span-11-canales.txt_white {
    font-size: 4vw;
  }

  ._3-0_p_int_canales {
    margin-top: 10px;
    font-size: 11vw;
    font-weight: 400;
  }

  .text-span-11-canales-txt.txt_white {
    font-size: 4vw;
  }

  .imagen-animada-container {
    height: 40vw;
  }

  .imagen-animada-container.height_funnel {
    height: 35vw;
  }

  .imagen-animada {
    width: 100%;
    height: 100%;
  }

  .form-grid-halves {
    grid-template-columns: 1fr;
  }

  .image-squiggle.overlay-bottom-right {
    display: none;
  }

  .form-input {
    font-size: 2vw;
  }

  .form-input::placeholder {
    font-size: 3.4vw;
  }

  .form-input.textarea.border_textarea {
    height: 80px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .title_contacto.subtitle {
    font-size: 3vw;
    line-height: 4vw;
  }

  ._3-0_h1_contactoleft {
    font-size: 9vw;
  }

  ._3-0_trabajo_div_pleca_casos {
    width: 80vw;
    margin-bottom: 25vw;
  }

  ._3-0_trabajo_section_pleca_casos {
    margin-top: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container_partners {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-block {
    height: 120px;
  }

  ._3-0_home_subtitle_partnerships {
    text-align: left;
    width: 90vw;
  }

  ._3-0_subtitle-partnerships, ._3-0_mision_txt {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_mision_txt.span_subtitle {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .pleca_naranja_home {
    border-top-width: 2px;
    width: 12vw;
    position: absolute;
    inset: 50px -30% 0% auto;
  }

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

  .wrapper_ticker_overflow {
    display: none;
  }

  .frame_sticky {
    height: auto;
  }

  .main_grid_equipo, .content_wrap_gap_equipo {
    grid-row-gap: 2em;
  }

  .inner_sticky_equipo._04 {
    height: 35vh;
  }

  .container_equipo {
    flex: 0 auto;
    width: 100%;
  }

  .button-circle-3 {
    width: 5em;
    height: 5em;
  }

  .cta_wrapper_center_large {
    grid-row-gap: .9em;
    justify-content: center;
    width: auto;
  }

  ._3-0_equipo_description_section {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding-top: 20vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  ._3-0_equipo_div_tit {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 80vw;
    margin-bottom: 25vw;
  }

  .pleca_equipo {
    border-top-width: 2px;
    width: 12vw;
    position: absolute;
    inset: 3vw 10% 0% auto;
  }

  .hero_wrapper_equipo {
    min-height: 40vh;
  }

  ._3-0_int_content_tiktok {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-top: 5rem;
  }

  ._3-0_tiktok_counter {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  ._3-0_tiktok_subtitle_counter {
    text-align: left;
    width: 90vw;
  }

  ._3-0_subtitle-tiktok {
    text-align: center;
    font-size: 5vw;
    line-height: 7vw;
  }

  .container_tiktok {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-0_tiktok_tit_ads {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  ._3-0_tiktok_tit_tiktokads {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  ._3-0_h1_int_tiktok {
    margin-top: 10px;
    font-size: 11vw;
    font-weight: 400;
  }

  ._3-0_text_int_tiktok_all {
    margin-top: 10px;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1.6;
  }

  ._3-0_h1_int_tiktok_tiktokads {
    margin-top: 10px;
    font-size: 8vw;
    font-weight: 400;
  }

  ._3-0_tiktok_ads_section {
    flex: 0 auto;
    width: 100%;
    margin-top: 0;
    padding: 20vw 5vw;
  }

  ._3-0_txt_tiktok_tits {
    font-size: 5vw;
  }

  ._3-0_tiktok_div_tit {
    width: 100%;
    margin-bottom: 25vw;
  }

  .wrapper-tiktok {
    flex-direction: column;
    order: 0;
  }

  .inner-tiktok.ccc {
    order: -1;
  }

  .container-tiktok-2 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    min-height: 60vw;
    padding: 0 0;
  }

  ._3-0_txt_tiktokads_tits {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 7vw;
  }

  ._3-0_txt_tiktokads {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_txt_tiktokads.span_tiktokads_subtitle {
    line-height: 5vw;
  }

  .text-span-12_tiktokads {
    font-size: 4.2vw;
    line-height: 7vw;
  }

  .master-section-tiktok.bg-dark-gray-tiktok {
    padding: 2rem;
  }

  .container-tiktok_tecnologia {
    flex: 0 auto;
    width: 100%;
  }

  .container-tiktok_tecnologia.gap-s-tiktok_tecnologia {
    flex-flow: column;
  }

  ._3-0_tiktok_text_tecnologia {
    width: 100%;
  }

  ._3-0_tiktok_anuncios {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  ._3-0_subtitle-anuncios {
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
  }

  ._3-0_tiktok_tit_anuncios {
    flex-direction: row;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .container_tiktok_anuncios {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column-reverse;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3-0_tiktok_contenedor_anuncios {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  ._3-0_tiktok_colum_anuncios {
    margin-bottom: 2rem;
  }

  ._3-0_tiktok_titles_anuncios {
    font-size: 5vw;
  }

  ._3-0_tiktok_content_conecta {
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._3-0_tiktok_tit_conecta {
    flex-direction: row;
    align-items: center;
    position: relative;
  }

  ._3-0_tiktok_row_conecta {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mb-2.tiktok_img_conecta, .tiktok_counters {
    width: 100%;
  }

  .tiktok_counter_text-lg {
    font-size: 1.13rem;
  }

  ._3-0_tiktok_container_counter {
    padding-left: 0;
    padding-right: 0;
  }

  ._3-0_tiktok_section_counter {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tiktok_counter_h1 {
    font-size: 3rem;
  }

  .tiktok_img_tecnologia, .tiktok_img_anuncios {
    width: 100%;
  }

  ._3-0_aviso_container {
    margin-bottom: 3rem;
    padding-top: 35vw;
  }

  ._3-0_aviso_text {
    width: 90vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
  }

  ._3-0_aviso_copy {
    font-size: 3.5vw;
    line-height: 5.5vw;
  }
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e85-07bf8e43 {
  justify-self: center;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-c713dc74 {
  align-self: center;
}

#w-node-de571029-180f-459c-0375-92c0453580db-453580d7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-de571029-180f-459c-0375-92c0453580df-453580d7 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center end;
}

#w-node-de571029-180f-459c-0375-92c0453580e1-453580d7 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-de571029-180f-459c-0375-92c04535813b-453580d7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-de571029-180f-459c-0375-92c04535814c-453580d7 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center end;
}

#w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-5a13dc75, #w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-5a13dc75 {
  align-self: center;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-5a13dc77 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-5a13dc77 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-5a13dc77 {
  align-self: center;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2313dc79 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d7c7-2313dc79 {
  align-self: center;
}

#w-node-_623ab97a-baef-cb93-5b5c-1aece7969202-bee6b075 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: center;
}

#w-node-_58bc4b65-a44a-9860-4812-96aabcc82884-bee6b075 {
  grid-area: 1 / 1 / 2 / 10;
  justify-self: start;
}

#w-node-_58bc4b65-a44a-9860-4812-96aabcc8289f-bee6b075 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_48660734-899b-f2f4-3c92-d61a79cdb433-bee6b075 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_48660734-899b-f2f4-3c92-d61a79cdb434-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb436-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb438-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb43a-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb43c-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb43e-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb440-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb442-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb444-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb446-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb448-bee6b075 {
  align-self: stretch;
}

#w-node-_492aab50-4114-e108-c01f-a03004003c20-bdcd297d {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_492aab50-4114-e108-c01f-a03004003c23-bdcd297d {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_492aab50-4114-e108-c01f-a03004003c24-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c26-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c28-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c2a-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c2c-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c2e-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c30-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c32-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c34-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c36-bdcd297d, #w-node-_492aab50-4114-e108-c01f-a03004003c38-bdcd297d {
  align-self: stretch;
}

#w-node-f8596d3f-f2fd-4efd-dfbb-588710bfde91-dae29fed {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_800715e5-ca4d-ad37-6799-72051a50aa93-fbb45959, #w-node-_800715e5-ca4d-ad37-6799-72051a50aa9c-fbb45959, #w-node-_800715e5-ca4d-ad37-6799-72051a50aaa6-fbb45959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-column-end: 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e83-07bf8e43 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de571029-180f-459c-0375-92c0453580db-453580d7 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-de571029-180f-459c-0375-92c0453580df-453580d7 {
    grid-column-end: 4;
  }

  #w-node-de571029-180f-459c-0375-92c0453580e1-453580d7 {
    grid-column-end: 3;
  }

  #w-node-de571029-180f-459c-0375-92c04535813b-453580d7 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-de571029-180f-459c-0375-92c045358140-453580d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de571029-180f-459c-0375-92c045358149-453580d7 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-de571029-180f-459c-0375-92c04535814c-453580d7 {
    grid-column: 2 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-5a13dc77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-5a13dc77, #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2313dc79, #w-node-_623ab97a-baef-cb93-5b5c-1aece7969202-bee6b075 {
    grid-column: 1 / 3;
  }

  #w-node-_58bc4b65-a44a-9860-4812-96aabcc82884-bee6b075 {
    grid-column-end: 3;
  }

  #w-node-_58bc4b65-a44a-9860-4812-96aabcc8289f-bee6b075, #w-node-_48660734-899b-f2f4-3c92-d61a79cdb433-bee6b075 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_492aab50-4114-e108-c01f-a03004003c20-bdcd297d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_492aab50-4114-e108-c01f-a03004003c23-bdcd297d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f8596d3f-f2fd-4efd-dfbb-588710bfde91-dae29fed {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de571029-180f-459c-0375-92c0453580db-453580d7 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4a-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
    grid-column: span 2 / span 2;
  }

  #w-node-de571029-180f-459c-0375-92c045358149-453580d7 {
    grid-column: 3 / 4;
  }

  #w-node-de571029-180f-459c-0375-92c04535814c-453580d7 {
    grid-column: 2 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2313dc79 {
    grid-column: span 2 / span 2;
  }

  #w-node-_492aab50-4114-e108-c01f-a03004003c20-bdcd297d {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mangogrotesque';
  src: url('../fonts/MangoGrotesque-ExtraBold.ttf') format('truetype'), url('../fonts/MangoGrotesque-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arial';
  src: url('../fonts/BrushpenStoryRegular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotinkfreefont';
  src: url('../fonts/HotInkFreefont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype'), url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype'), url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype'), url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype'), url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Velasans';
  src: url('../fonts/VelaSans-ExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pramukhrounded';
  src: url('../fonts/PramukhRounded-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pramukhrounded';
  src: url('../fonts/PramukhRounded-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}