.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,243,217;--color-primary-1:248,214,129;--color-primary-2:240,172,3;--color-primary-3:120,86,2;--color-primary-4:36,26,0;--color-secondary-0:251,219,222;--color-secondary-1:242,135,146;--color-secondary-2:228,15,36;--color-secondary-3:114,8,18;--color-secondary-4:34,2,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f0ac03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Tk2JKI7UQg2dOlrx5VaeiqD3VPsEL3fA { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:11.5625rem;top:0rem;left:-0.9375rem;overflow:hidden;display:block; }
#NJ1cCPNMx3BL7CHqK9btF1GNN6vXEksm { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4375rem;left:25.875rem;display:block; }
#EexmBotLb11A0uOJB1sMgp6tst7hNfA3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B9oy0eNkFUSKPke1XsFBeXQ5f3TB40rF { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:1.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.4375rem;left:33.375rem;display:block; }
#OryKp5AyZ4AXuC4MpitzIliVsLMqB7N6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y2QbBkJ7fAgiTFAcc4iEWxWFiLXcokzy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4375rem;left:39.3125rem;display:block; }
#KCbCushTnZ7WUOo0GE0gENl4TrgwrP9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET8qSRxDAuqrwzBtZCRGrTFkxc3tNn4u { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:49.625rem;display:block; }
#NmudlLdOWhq21VnONQ3f1lZqDQ812tWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akHpUUotMIaVEZFNrB0KvLQ58ZK3rKdy { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:57.625rem;display:block; }
#unCAepKm6LsK7n3PyIcCX7D6h4dP6FJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Eq1Uy8fZOVOCbM6c1kpMkvI6zLIOeXlT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.4375rem;left:63.5625rem;display:block; }
#L5Cn85QV6yv5XfomGslD8xDGLZwVn02F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LMFDLkwOiLEEoMQz7PKF6DBTxVxi442T { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.4375rem;left:70.5rem;display:block; }
#F63V4TFvIFRlv7vwhiDeAOizlw1v4Q6U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfOftPyqirhJquJdNuwRzs1x4NVSzgG0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DAcDUnTs41TxIrtcOG06P4zUvglix0da { background-color:#f0ac03;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container { border-width: 0; border-radius: 0; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;overflow:visible;position:relative;display:none; }#AJFVTJ9DXmPRA40TpW6pt5cxxO0aevSR { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4375rem;left:25.25rem;display:none; }
#OdvkgQiM5mw8H4wSCiSzmPRLT4nloRnh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmPgxSMTVWbqiubdlna0342ZSP0sPqbU { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.0625rem;height:1.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.4375rem;left:32.75rem;display:none; }
#SPv5huapvKVZNMN3WhsXF4A6EfLrTlZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKotxiDtkxWFCNWTIxaGrKkxdyuMLNkr { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:1.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.4375rem;left:38.6875rem;display:none; }
#kNAXrJsoQ7uiTg7TTZKxqfm97dvT8i0W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpkOHlJXNy4zuxuTfr70W2G4hOteTX7Z { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:49rem;display:none; }
#ClJoqNUIzFqKFK0a1EJU6uI4P0feuAox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTcHRq8ZM5H5LeqLFzIvDSAoATzI0TTJ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:57rem;display:none; }
#MS6AiKtKDzfKpXM2Jp4Ek8vnwOxKTqyp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEZJpng7lUrGpCBMwTyD5c4mp0OndwkE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:1.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.4375rem;left:62.9375rem;display:none; }
#lBDWTZV580TT1d187rZSVA2ySQp2olCL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zym8PchiuOTOTvBw7S6ByC9PlTqFw6EG { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.4375rem;left:69.8125rem;display:none; }
#SlCz4IVtJoRqPCAcJp1Gz4KDs8DvAwO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://cdn.lugc.link/c95a8bd9-191c-4fb8-a8b1-85794d2aa5af/-/preview/");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.adaptive-delivery-prevent-bg, #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.lazyload, #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.lazyloading { background-image: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { background-color: transparent; background-image: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container > .video-iframe-container { display: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row > .video-iframe-container { display: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { border-width: 0; border-radius: 0; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#Iu247k0CP0ZtfBHhGr06TzyQATBuL8Vy { box-sizing:content-box;height:5.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f0ac03, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #f0ac03, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #f0ac03, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #f0ac03, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac03', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ac03', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #f0ac03, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#E4TWs1xZEM9CTtLgO3uQdH8dmh4J0JXi { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:12.15625rem;left:0rem;height:11rem;display:block; }
#NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco { box-sizing:content-box;height:22rem;width:63.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/16a79da3-d012-40be-8443-5aeddf3a2ff6/paws.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:5.78125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco.adaptive-delivery-prevent-bg, #NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco.lazyload, #NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco.lazyloading { background-image: none; }
#UpeBpmSTmO2n1Hq9EcCpwCRpHAOU4UDO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:18.75rem;width:12.5rem;top:34.75rem;left:7.5625rem;overflow:hidden;display:block; }
#dDU2iMi3b5mvL0v1QbhbmGP6HwNOXu5T { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.05625rem;display:block; }
#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container { background-color: transparent; background-image: none; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container > .video-iframe-container { display: none; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row > .video-iframe-container { display: none; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container { border-width: 0; border-radius: 0; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbf5dc, #ffffff);background-image: -moz-linear-gradient(180deg, #fbf5dc, #ffffff);background-image: -ms-linear-gradient(180deg, #fbf5dc, #ffffff);background-image: -o-linear-gradient(180deg, #fbf5dc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5dc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf5dc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fbf5dc, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container { background-color: transparent; background-image: none; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container > .video-iframe-container { display: none; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row > .video-iframe-container { display: none; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container { border-width: 0; border-radius: 0; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#rgwPLVaDSgGtzHKqDBOr31rzB6nqgImw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:15.5625rem;left:55.9375rem; }
#xHtVt51bhwi2xudPGdQVI137lP17WTMz { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:55.25rem;display:block; }
#oGBZORRDNRO7MZcgAb6sTR1azfi2LHzd { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:14.875rem;left:55.25rem;display:block; }
#bOqRpCHPTVT10fZXeZpbi3FTWldRPqfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDkH7agU4EAdF9la4XVWha8su7CnDtWn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.6875rem;left:59.25rem; }
#lWPbe2Tz0VMTKrTefTo6aLwcpkqqFaJ3 { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:58.4375rem;display:block; }
#hWUu6MTuMJeevTIQtt352UXT8mtRrwkE { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.875rem;left:58.4375rem;display:block; }
#NhXtVpFROPvbhlB9lx7Jtq19KeThZqBt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SE8khJ02ko9ztlyoS5KZpdeXBtISmneT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:61.625rem;display:block; }
#LzqdBkErU5xiwiioKXg7SA90JHVQOeSq { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.875rem;left:61.625rem;display:block; }
#oCmzFDhX0O0eFq14Vsz9X0eu7XNZq9UO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPOKbDF80MriMw0146CPHTWMOZDCbF9u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.6875rem;left:62.4375rem; }
#hZS7Pm5dzEyWRa5kf0mTT3FHDJaTBk6U { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.875rem;left:64.8125rem;display:block; }
#VGRD19xkvPyXnHye7ZufCNtQioXkbVHe { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:14.875rem;left:64.8125rem;display:block; }
#nLg5aFXvTsIhlJ4VXlsAFlvMuXbf2td1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyEBcafBXzdBiaC0wCgQgwezmZhQqz84 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.6875rem;left:65.625rem; }
#Ffq1enIvUTU18rrCCEJ6T7wiC02MCDao { color:#ffffff;display:block;width:45.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:4.40625rem;left:22rem;height:7.22265rem;display:block; }
#f5zWhEZAXbUuOfNFn3MRG4rNZ4vlF6sl { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.4375rem;top:14.59375rem;left:22.125rem;overflow:hidden;display:block; }
#LVChphRO8yAMP0TSbeoagLJbHyWn0Eap { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:0rem;left:22.03125rem;height:2.54375rem;display:block; }
#vqecmgZvH3kv2JArTTwdlAzdRgHXA18x { box-sizing:content-box;height:22rem;width:63.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/16a79da3-d012-40be-8443-5aeddf3a2ff6/paws.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.125rem;left:5.78125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }#vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.adaptive-delivery-prevent-bg, #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.lazyload, #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.lazyloading { background-image: none; }
#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn { position:relative;display:block; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn { background-color: transparent; background-image: none; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container > .video-iframe-container { display: none; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row > .video-iframe-container { display: none; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn { border-width: 0; border-radius: 0; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:83.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TuTiWF03w6MSR0zdRUTX4uZToi3STacx { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:0rem;left:5.8125rem;height:17.1035rem;display:block; }
#eXn0KFRb9pNxigV0mExdztU7q3UasFOm { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:0rem;left:34.625rem;height:52.6758125rem;display:block; }
#xswTyHcOJLZtBfJUKWJT1oMGe1XaEob2 { box-sizing:content-box;height:0.0625rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.4375rem;left:5.8125rem;display:block; }
#GI4FNlAE6S1Oab8oqZ0pd3otmy6M6nfT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:31.875rem;left:5.8125rem;height:4.5rem;display:block; }
#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/eb324633-7464-4c27-a810-00734bfe459c/doggy.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.adaptive-delivery-prevent-bg, #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.lazyload, #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.lazyloading { background-image: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { background-color: transparent; background-image: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container > .video-iframe-container { display: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row > .video-iframe-container { display: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { border-width: 0; border-radius: 0; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#bshsF8da21Q59tonnJFcN00gxBq7kPXi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.375rem;left:0rem;height:2.54375rem;text-align:center;text-align-last:center;display:block; }
#WOb6GZ2xpunPl7HwegGq4ZR5GH4CFore { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24rem;width:24rem;top:11.125rem;left:0rem;overflow:hidden;display:block; }
#BITFJDTiDOqw7Xb3kpmWl65aAQ8JHxvG { box-sizing:content-box;height:27.5625rem;width:27.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.375rem;left:3.1875rem;display:block; }
#gAbqsoLJZVJZsZLfStQanyERX9cTaNZa { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:27rem;left:12.8125rem;overflow:hidden;display:block; }
#JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:11.875rem;left:34.25rem;height:9.746125rem;display:block; }#JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9babf75a5487ea25613f6c9cb05660f896856365.svg); }
#w99I2VvHZD3z9kZ9u4CClEZyPTANgyxP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:18.25rem;left:19.75rem;overflow:hidden;display:block; }
#vMxaQSblFluJzVepFI1SJ1NwIHAZpKJN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.9375rem;top:8.6875rem;left:4.4375rem;overflow:hidden;display:block; }
#RdwnlJd0vthoRyVS9KwlwoKZeBP19WsL { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.85000038147rem;left:35.78125rem;height:1.3rem;display:block; }
#wwno2r3PPfnyuoTIittJQBVnxGpZIbbL { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:17.125rem;top:22.5rem;left:18.875rem;overflow:hidden;display:block; }
#IUt2LvRnk1QnuaOmGFaeEG9r5fXlWdrz { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:34.8125rem;left:34.25rem;display:block; }
#DCWLvNbgwTCPLGK7CFBeJyWxDqQTINAo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOG2wNrk4Bqfdapm8FxhR2DPX7oTq2U0 { box-sizing:content-box;height:21.6875rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #dc9d00);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #dc9d00);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #dc9d00);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #dc9d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dc9d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#dc9d00' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #dc9d00);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:0rem;display:block; }
#qWceu44igfpwP01mLP1DJqbkfqDJOnpr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container { background-color: transparent; background-image: none; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container > .video-iframe-container { display: none; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row > .video-iframe-container { display: none; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container { border-width: 0; border-radius: 0; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#cUKUBs1pPHaq2JhseK55kdNEf4DCUoVe { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:12.625rem;top:2.0625rem;left:-0.9375rem;overflow:hidden;display:block; }
#KHyPEW2LRdapkJAzJZWVLArSFwlUsNJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.375rem;height:1.4625rem;font-style:normal;display:block; }
#vFUCIn7T53z1zuu3d52TXTufL85wqxlK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:7.25rem;left:14.375rem;height:6.9970625rem;font-style:normal;display:block; }
#gNrCrIEHHZlaHxCCp90VJFcXSqnr4HsM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.21875rem;left:0rem;display:block; }
#BuznfUXbOWCurGRpns96uTClFa5SQiEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwMnMuMXzowr4bl9u2yVX5vUp2c3XGec { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:31.25rem;height:1.4625rem;font-style:normal;display:block; }
#U70AQb9cA2OnEmcmEA2rHZ5KazGelDZM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:7.25rem;left:31.25rem;height:6.9970625rem;font-style:normal;display:block; }
#nIrG2XPrHptc9eC2dV7pxrHFoQgoVM2P { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.125rem;left:45.875rem;height:1.4625rem;font-style:normal;display:block; }
#TEP8i417EI3x0L6WzCCOT4l3lKJShJHp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:7.25rem;left:45.875rem;height:2.7998rem;font-style:normal;display:block; }
#JM3rcW9tnqBpvCnosQJV6KsNNZv7o7Il { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:71.875rem;display:block; }
#UNpd0oGODiaOiOikIg573QPif4WT321d { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:3.125rem;left:71.875rem;display:block; }
#McsWwbLiKysQNRK8TGLk1MFFwq4A3IxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6wT9aFsgkFWWLUKpf1h1BWNJvuyN9Dr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.0625rem;left:72.8125rem; }
#MuIg1rCSd053V9gtO35BvqEyPJD2G0I7 { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:63.75rem;display:block; }
#T1CH5NDcvpLon3Tg4D0Whxr7k8FcI3Lz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.125rem;left:63.75rem;display:block; }
#EZeV2qCwkqAiTZWXT3xdmvnpUihxcWhg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLW4r8OMn8X8BuecwqxhOxVU2cMzJOrd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.125rem;left:64.75rem; }
#Mold8TSQtFyuynkwZPulBNpHA3mpH5qN { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:67.8125rem;display:block; }
#FnBuKgiE7fUkLQODqaKs3dUTlEPl2Ewc { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.125rem;left:67.8125rem;display:block; }
#yzGfszCEPMcy9OLovB7XBRvoCFqeBwUw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNm65R9TiaXuSMR6QKIw8r4I1WbuKOW6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.1875rem;left:68.9375rem; }
#hZIO8LhHJIyM6L0VO3Qfu7KfoIhwOvqC { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:59.75rem;display:block; }
#vaeH6HCiNP4tof49MiGvymxs8wGtlp2T { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.125rem;left:59.75rem;display:block; }
#T8IxcKUtAEPlAo9hs61ifRxKc95NZ70b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfbBAEDDqnCDcu458MuqVt0yo7TMMRrm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.0625rem;left:60.625rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk2JKI7UQg2dOlrx5VaeiqD3VPsEL3fA { width:11.5625rem;height:6.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ1cCPNMx3BL7CHqK9btF1GNN6vXEksm { width:6.875rem;height:1.8125rem;top:2.4375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EexmBotLb11A0uOJB1sMgp6tst7hNfA3 { display:block; }
 }@media only screen and (max-width: 763px) { #B9oy0eNkFUSKPke1XsFBeXQ5f3TB40rF { width:5.0625rem;height:1.8125rem;top:2.4375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OryKp5AyZ4AXuC4MpitzIliVsLMqB7N6 { display:block; }
 }@media only screen and (max-width: 763px) { #y2QbBkJ7fAgiTFAcc4iEWxWFiLXcokzy { width:9.5rem;height:1.8125rem;top:2.4375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCbCushTnZ7WUOo0GE0gENl4TrgwrP9A { display:block; }
 }@media only screen and (max-width: 763px) { #ET8qSRxDAuqrwzBtZCRGrTFkxc3tNn4u { width:7.3125rem;height:1.8125rem;top:2.4375rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmudlLdOWhq21VnONQ3f1lZqDQ812tWb { display:block; }
 }@media only screen and (max-width: 763px) { #akHpUUotMIaVEZFNrB0KvLQ58ZK3rKdy { width:5.125rem;height:1.8125rem;top:2.4375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unCAepKm6LsK7n3PyIcCX7D6h4dP6FJm { display:block; }
 }@media only screen and (max-width: 763px) { #Eq1Uy8fZOVOCbM6c1kpMkvI6zLIOeXlT { width:6.125rem;height:1.8125rem;top:2.4375rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Cn85QV6yv5XfomGslD8xDGLZwVn02F { display:block; }
 }@media only screen and (max-width: 763px) { #LMFDLkwOiLEEoMQz7PKF6DBTxVxi442T { width:5.1875rem;height:1.8125rem;top:2.4375rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F63V4TFvIFRlv7vwhiDeAOizlw1v4Q6U { display:block; }
 }@media only screen and (max-width: 763px) { #kfOftPyqirhJquJdNuwRzs1x4NVSzgG0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAcDUnTs41TxIrtcOG06P4zUvglix0da { display:none; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AJFVTJ9DXmPRA40TpW6pt5cxxO0aevSR { width:6.875rem;height:1.8125rem;top:2.4375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdvkgQiM5mw8H4wSCiSzmPRLT4nloRnh { display:block; }
 }@media only screen and (max-width: 763px) { #HmPgxSMTVWbqiubdlna0342ZSP0sPqbU { width:5.0625rem;height:1.8125rem;top:2.4375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPv5huapvKVZNMN3WhsXF4A6EfLrTlZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #zKotxiDtkxWFCNWTIxaGrKkxdyuMLNkr { width:9.5rem;height:1.8125rem;top:2.4375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNAXrJsoQ7uiTg7TTZKxqfm97dvT8i0W { display:block; }
 }@media only screen and (max-width: 763px) { #XpkOHlJXNy4zuxuTfr70W2G4hOteTX7Z { width:7.3125rem;height:1.8125rem;top:2.4375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJoqNUIzFqKFK0a1EJU6uI4P0feuAox { display:block; }
 }@media only screen and (max-width: 763px) { #qTcHRq8ZM5H5LeqLFzIvDSAoATzI0TTJ { width:5.125rem;height:1.8125rem;top:2.4375rem;left:42.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS6AiKtKDzfKpXM2Jp4Ek8vnwOxKTqyp { display:block; }
 }@media only screen and (max-width: 763px) { #TEZJpng7lUrGpCBMwTyD5c4mp0OndwkE { width:6.125rem;height:1.8125rem;top:2.4375rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBDWTZV580TT1d187rZSVA2ySQp2olCL { display:block; }
 }@media only screen and (max-width: 763px) { #Zym8PchiuOTOTvBw7S6ByC9PlTqFw6EG { width:5.1875rem;height:1.8125rem;top:2.4375rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlCz4IVtJoRqPCAcJp1Gz4KDs8DvAwO7 { display:block; }
 }@media only screen and (max-width: 763px) { #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ { display:block; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu247k0CP0ZtfBHhGr06TzyQATBuL8Vy { width:47.75rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TWs1xZEM9CTtLgO3uQdH8dmh4J0JXi { width:36.75rem;height:11rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco { width:47.75rem;height:22rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpeBpmSTmO2n1Hq9EcCpwCRpHAOU4UDO { width:12.5rem;height:18.75rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU2iMi3b5mvL0v1QbhbmGP6HwNOXu5T { width:47.75rem;height:1rem;top:0rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc { display:block; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE { display:block; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgwPLVaDSgGtzHKqDBOr31rzB6nqgImw { width:1.125rem;height:1.125rem;top:15.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHtVt51bhwi2xudPGdQVI137lP17WTMz { width:2.5rem;height:2.5rem;top:14.875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBZORRDNRO7MZcgAb6sTR1azfi2LHzd { width:2.5rem;height:2.5rem;top:14.875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqRpCHPTVT10fZXeZpbi3FTWldRPqfm { display:block; }
 }@media only screen and (max-width: 763px) { #ZDkH7agU4EAdF9la4XVWha8su7CnDtWn { width:0.9375rem;height:0.9375rem;top:15.6875rem;left:45.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWPbe2Tz0VMTKrTefTo6aLwcpkqqFaJ3 { width:2.5rem;height:2.5rem;top:14.875rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWUu6MTuMJeevTIQtt352UXT8mtRrwkE { width:2.5rem;height:2.5rem;top:14.875rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXtVpFROPvbhlB9lx7Jtq19KeThZqBt { display:block; }
 }@media only screen and (max-width: 763px) { #SE8khJ02ko9ztlyoS5KZpdeXBtISmneT { width:2.5rem;height:2.5rem;top:14.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzqdBkErU5xiwiioKXg7SA90JHVQOeSq { width:2.5rem;height:2.5rem;top:14.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmzFDhX0O0eFq14Vsz9X0eu7XNZq9UO { display:block; }
 }@media only screen and (max-width: 763px) { #xPOKbDF80MriMw0146CPHTWMOZDCbF9u { width:0.9375rem;height:0.9375rem;top:15.6875rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZS7Pm5dzEyWRa5kf0mTT3FHDJaTBk6U { width:2.5rem;height:2.5rem;top:14.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGRD19xkvPyXnHye7ZufCNtQioXkbVHe { width:2.5rem;height:2.5rem;top:14.875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLg5aFXvTsIhlJ4VXlsAFlvMuXbf2td1 { display:block; }
 }@media only screen and (max-width: 763px) { #vyEBcafBXzdBiaC0wCgQgwezmZhQqz84 { width:0.9375rem;height:0.9375rem;top:15.6875rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffq1enIvUTU18rrCCEJ6T7wiC02MCDao { width:45.375rem;height:7.1875rem;top:4.375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5zWhEZAXbUuOfNFn3MRG4rNZ4vlF6sl { width:7.4375rem;height:2.6875rem;top:14.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVChphRO8yAMP0TSbeoagLJbHyWn0Eap { width:45.5625rem;height:2.5rem;top:0rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x { width:47.75rem;height:22rem;top:33.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTsDam22HmqAp9ibglqSuTS0eKuAmpCn { display:block; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuTiWF03w6MSR0zdRUTX4uZToi3STacx { width:24.0625rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXn0KFRb9pNxigV0mExdztU7q3UasFOm { width:34.625rem;height:37.375rem;top:0rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xswTyHcOJLZtBfJUKWJT1oMGe1XaEob2 { width:18.75rem;height:0.0625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4FNlAE6S1Oab8oqZ0pd3otmy6M6nfT { width:22.875rem;height:4.5rem;top:31.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 { display:block; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bshsF8da21Q59tonnJFcN00gxBq7kPXi { width:47.75rem;height:2.5rem;top:3.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOb6GZ2xpunPl7HwegGq4ZR5GH4CFore { width:24rem;height:24rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITFJDTiDOqw7Xb3kpmWl65aAQ8JHxvG { width:27.5625rem;height:27.5625rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbqsoLJZVJZsZLfStQanyERX9cTaNZa { width:13.3125rem;height:13.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU { width:40.75rem;height:;top:11.875rem;left:7rem;font-size:0.875rem;display:block; }#JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9babf75a5487ea25613f6c9cb05660f896856365.svg); }
 }@media only screen and (max-width: 763px) { #w99I2VvHZD3z9kZ9u4CClEZyPTANgyxP { width:13.3125rem;height:13.3125rem;top:18.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxaQSblFluJzVepFI1SJ1NwIHAZpKJN { width:23.9375rem;height:23.9375rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdwnlJd0vthoRyVS9KwlwoKZeBP19WsL { width:35.5625rem;height:1.25rem;top:23.8125rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwno2r3PPfnyuoTIittJQBVnxGpZIbbL { width:17.125rem;height:17.125rem;top:22.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUt2LvRnk1QnuaOmGFaeEG9r5fXlWdrz { width:17.5rem;height:3.4375rem;top:34.8125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCWLvNbgwTCPLGK7CFBeJyWxDqQTINAo { display:block; }
 }@media only screen and (max-width: 763px) { #rOG2wNrk4Bqfdapm8FxhR2DPX7oTq2U0 { width:47.75rem;height:21.6875rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWceu44igfpwP01mLP1DJqbkfqDJOnpr { display:block; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUKUBs1pPHaq2JhseK55kdNEf4DCUoVe { width:12.625rem;height:7.25rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyPEW2LRdapkJAzJZWVLArSFwlUsNJZ { width:12.5rem;height:1.4375rem;top:3.125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUCIn7T53z1zuu3d52TXTufL85wqxlK { width:12.5rem;height:7rem;top:7.25rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNrCrIEHHZlaHxCCp90VJFcXSqnr4HsM { width:11.875rem;height:2.5625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuznfUXbOWCurGRpns96uTClFa5SQiEZ { display:block; }
 }@media only screen and (max-width: 763px) { #HwMnMuMXzowr4bl9u2yVX5vUp2c3XGec { width:12.5rem;height:1.4375rem;top:3.125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70AQb9cA2OnEmcmEA2rHZ5KazGelDZM { width:12.5rem;height:7rem;top:7.25rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrG2XPrHptc9eC2dV7pxrHFoQgoVM2P { width:12.5rem;height:1.4375rem;top:3.125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEP8i417EI3x0L6WzCCOT4l3lKJShJHp { width:12.5rem;height:2.75rem;top:7.25rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM3rcW9tnqBpvCnosQJV6KsNNZv7o7Il { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNpd0oGODiaOiOikIg573QPif4WT321d { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsWwbLiKysQNRK8TGLk1MFFwq4A3IxC { display:block; }
 }@media only screen and (max-width: 763px) { #W6wT9aFsgkFWWLUKpf1h1BWNJvuyN9Dr { width:1.1875rem;height:1.1875rem;top:4.0625rem;left:46.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuIg1rCSd053V9gtO35BvqEyPJD2G0I7 { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CH5NDcvpLon3Tg4D0Whxr7k8FcI3Lz { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZeV2qCwkqAiTZWXT3xdmvnpUihxcWhg { display:block; }
 }@media only screen and (max-width: 763px) { #BLW4r8OMn8X8BuecwqxhOxVU2cMzJOrd { width:1.125rem;height:1.125rem;top:4.125rem;left:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mold8TSQtFyuynkwZPulBNpHA3mpH5qN { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnBuKgiE7fUkLQODqaKs3dUTlEPl2Ewc { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzGfszCEPMcy9OLovB7XBRvoCFqeBwUw { display:block; }
 }@media only screen and (max-width: 763px) { #hNm65R9TiaXuSMR6QKIw8r4I1WbuKOW6 { width:0.9375rem;height:0.9375rem;top:4.1875rem;left:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIO8LhHJIyM6L0VO3Qfu7KfoIhwOvqC { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaeH6HCiNP4tof49MiGvymxs8wGtlp2T { width:3.125rem;height:3.125rem;top:3.125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IxcKUtAEPlAo9hs61ifRxKc95NZ70b { display:block; }
 }@media only screen and (max-width: 763px) { #UfbBAEDDqnCDcu458MuqVt0yo7TMMRrm { width:1.25rem;height:1.25rem;top:4.0625rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk2JKI7UQg2dOlrx5VaeiqD3VPsEL3fA { width:7.9375rem;height:4.5625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ1cCPNMx3BL7CHqK9btF1GNN6vXEksm { width:6.875rem;height:1.8125rem;top:9.1875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EexmBotLb11A0uOJB1sMgp6tst7hNfA3 { display:block; }
 }@media only screen and (max-width: 763px) { #B9oy0eNkFUSKPke1XsFBeXQ5f3TB40rF { width:5.0625rem;height:1.8125rem;top:12.25rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OryKp5AyZ4AXuC4MpitzIliVsLMqB7N6 { display:block; }
 }@media only screen and (max-width: 763px) { #y2QbBkJ7fAgiTFAcc4iEWxWFiLXcokzy { width:9.5rem;height:1.8125rem;top:15.3125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCbCushTnZ7WUOo0GE0gENl4TrgwrP9A { display:block; }
 }@media only screen and (max-width: 763px) { #ET8qSRxDAuqrwzBtZCRGrTFkxc3tNn4u { width:7.3125rem;height:1.8125rem;top:18.375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmudlLdOWhq21VnONQ3f1lZqDQ812tWb { display:block; }
 }@media only screen and (max-width: 763px) { #akHpUUotMIaVEZFNrB0KvLQ58ZK3rKdy { width:5.125rem;height:1.8125rem;top:21.4375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #unCAepKm6LsK7n3PyIcCX7D6h4dP6FJm { display:block; }
 }@media only screen and (max-width: 763px) { #Eq1Uy8fZOVOCbM6c1kpMkvI6zLIOeXlT { width:6.125rem;height:1.8125rem;top:24.5rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5Cn85QV6yv5XfomGslD8xDGLZwVn02F { display:block; }
 }@media only screen and (max-width: 763px) { #LMFDLkwOiLEEoMQz7PKF6DBTxVxi442T { width:5.1875rem;height:1.8125rem;top:27.5625rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F63V4TFvIFRlv7vwhiDeAOizlw1v4Q6U { display:block; }
 }@media only screen and (max-width: 763px) { #kfOftPyqirhJquJdNuwRzs1x4NVSzgG0 { display:flex;top:1.59375rem;left:18rem;width:2rem;height:2rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #DAcDUnTs41TxIrtcOG06P4zUvglix0da { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container { background-color: transparent; background-image: none; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container > .video-iframe-container { display: none; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row > .video-iframe-container { display: none; }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAcDUnTs41TxIrtcOG06P4zUvglix0da > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AJFVTJ9DXmPRA40TpW6pt5cxxO0aevSR { width:6.875rem;height:1.8125rem;top:1.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdvkgQiM5mw8H4wSCiSzmPRLT4nloRnh { display:block; }
 }@media only screen and (max-width: 763px) { #HmPgxSMTVWbqiubdlna0342ZSP0sPqbU { width:5.0625rem;height:1.8125rem;top:4.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPv5huapvKVZNMN3WhsXF4A6EfLrTlZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #zKotxiDtkxWFCNWTIxaGrKkxdyuMLNkr { width:9.5rem;height:1.8125rem;top:7.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNAXrJsoQ7uiTg7TTZKxqfm97dvT8i0W { display:block; }
 }@media only screen and (max-width: 763px) { #XpkOHlJXNy4zuxuTfr70W2G4hOteTX7Z { width:7.3125rem;height:1.8125rem;top:10.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClJoqNUIzFqKFK0a1EJU6uI4P0feuAox { display:block; }
 }@media only screen and (max-width: 763px) { #qTcHRq8ZM5H5LeqLFzIvDSAoATzI0TTJ { width:5.125rem;height:1.8125rem;top:13.4375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS6AiKtKDzfKpXM2Jp4Ek8vnwOxKTqyp { display:block; }
 }@media only screen and (max-width: 763px) { #TEZJpng7lUrGpCBMwTyD5c4mp0OndwkE { width:6.125rem;height:1.8125rem;top:16.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBDWTZV580TT1d187rZSVA2ySQp2olCL { display:block; }
 }@media only screen and (max-width: 763px) { #Zym8PchiuOTOTvBw7S6ByC9PlTqFw6EG { width:5.1875rem;height:1.8125rem;top:19.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlCz4IVtJoRqPCAcJp1Gz4KDs8DvAwO7 { display:block; }
 }@media only screen and (max-width: 763px) { #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://cdn.lugc.link/c95a8bd9-191c-4fb8-a8b1-85794d2aa5af/-/preview/");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.adaptive-delivery-prevent-bg, #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.lazyload, #JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ.lazyloading { background-image: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { background-color: transparent; background-image: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container > .video-iframe-container { display: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row > .video-iframe-container { display: none; }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrM5fGarzQ5czMzE0qFy0XFud3gyByhZ > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu247k0CP0ZtfBHhGr06TzyQATBuL8Vy { width:20rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4TWs1xZEM9CTtLgO3uQdH8dmh4J0JXi { width:12.5625rem;height:3.575rem;top:12.6875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBMfZvHKAwSM4DKkxUWwwgfvsXux4Lco { width:20rem;height:8.4375rem;top:23.1875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UpeBpmSTmO2n1Hq9EcCpwCRpHAOU4UDO { width:7.3125rem;height:11rem;top:20.5625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU2iMi3b5mvL0v1QbhbmGP6HwNOXu5T { width:20rem;height:0.975rem;top:0.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc { display:block; }#lGZ8dtMxM5Qk5ILysBZB8PRlBDNRToGc > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE { display:block; }#aiIZhXFvd3aL2RwGe94ztVPPoxRJPfEE > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgwPLVaDSgGtzHKqDBOr31rzB6nqgImw { display:flex;width:1.125rem;height:1.125rem;top:14.3125rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #xHtVt51bhwi2xudPGdQVI137lP17WTMz { width:2rem;height:2rem;top:13.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBZORRDNRO7MZcgAb6sTR1azfi2LHzd { width:2rem;height:2rem;top:13.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqRpCHPTVT10fZXeZpbi3FTWldRPqfm { display:block; }
 }@media only screen and (max-width: 763px) { #ZDkH7agU4EAdF9la4XVWha8su7CnDtWn { display:flex;width:0.75rem;height:0.75rem;top:14.5rem;left:12.875rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #lWPbe2Tz0VMTKrTefTo6aLwcpkqqFaJ3 { width:2rem;height:2rem;top:13.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWUu6MTuMJeevTIQtt352UXT8mtRrwkE { width:2rem;height:2rem;top:13.875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXtVpFROPvbhlB9lx7Jtq19KeThZqBt { display:block; }
 }@media only screen and (max-width: 763px) { #SE8khJ02ko9ztlyoS5KZpdeXBtISmneT { width:2rem;height:2rem;top:13.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzqdBkErU5xiwiioKXg7SA90JHVQOeSq { width:2rem;height:2rem;top:13.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmzFDhX0O0eFq14Vsz9X0eu7XNZq9UO { display:block; }
 }@media only screen and (max-width: 763px) { #xPOKbDF80MriMw0146CPHTWMOZDCbF9u { display:flex;width:0.9375rem;height:0.9375rem;top:14.4375rem;left:15.3125rem; }
 }@media only screen and (max-width: 763px) { #hZS7Pm5dzEyWRa5kf0mTT3FHDJaTBk6U { width:2rem;height:2rem;top:13.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGRD19xkvPyXnHye7ZufCNtQioXkbVHe { width:2rem;height:2rem;top:13.875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLg5aFXvTsIhlJ4VXlsAFlvMuXbf2td1 { display:block; }
 }@media only screen and (max-width: 763px) { #vyEBcafBXzdBiaC0wCgQgwezmZhQqz84 { display:flex;width:0.9375rem;height:0.9375rem;top:14.4375rem;left:17.8125rem; }
 }@media only screen and (max-width: 763px) { #Ffq1enIvUTU18rrCCEJ6T7wiC02MCDao { width:18.375rem;height:5.95rem;top:5.6499996185303rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5zWhEZAXbUuOfNFn3MRG4rNZ4vlF6sl { width:5rem;height:1.75rem;top:13.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVChphRO8yAMP0TSbeoagLJbHyWn0Eap { width:18.375rem;height:1.65rem;top:0.9375rem;left:0.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x { width:20rem;height:16.75rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/16a79da3-d012-40be-8443-5aeddf3a2ff6/paws.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.adaptive-delivery-prevent-bg, #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.lazyload, #vqecmgZvH3kv2JArTTwdlAzdRgHXA18x.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mTsDam22HmqAp9ibglqSuTS0eKuAmpCn { display:block; }#mTsDam22HmqAp9ibglqSuTS0eKuAmpCn > .row .container { width:20rem;height:148.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TuTiWF03w6MSR0zdRUTX4uZToi3STacx { width:20rem;height:2.125rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXn0KFRb9pNxigV0mExdztU7q3UasFOm { width:20rem;height:39.1rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xswTyHcOJLZtBfJUKWJT1oMGe1XaEob2 { width:20rem;height:0.0625rem;top:139.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI4FNlAE6S1Oab8oqZ0pd3otmy6M6nfT { width:20rem;height:4.5rem;top:140.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/eb324633-7464-4c27-a810-00734bfe459c/doggy.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.adaptive-delivery-prevent-bg, #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.lazyload, #cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9.lazyloading { background-image: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { background-color: transparent; background-image: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container > .video-iframe-container { display: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row > .video-iframe-container { display: none; }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cf4zqn8afkDIq6ldJMqJRhfJGQhPtIg9 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bshsF8da21Q59tonnJFcN00gxBq7kPXi { width:20rem;height:3.3rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOb6GZ2xpunPl7HwegGq4ZR5GH4CFore { width:13.9375rem;height:13.9375rem;top:11.8125rem;left:-0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BITFJDTiDOqw7Xb3kpmWl65aAQ8JHxvG { width:16.25rem;height:16.25rem;top:9.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbqsoLJZVJZsZLfStQanyERX9cTaNZa { width:8.5625rem;height:8.5625rem;top:19.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU { width:20rem;height:8.6875rem;top:29.08749961853rem;left:0rem;font-size:0.875rem;display:block; }#JvWi7u5I2b4Xcyzw29AWTA5BTaa2qEFU li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9babf75a5487ea25613f6c9cb05660f896856365.svg); }
 }@media only screen and (max-width: 763px) { #w99I2VvHZD3z9kZ9u4CClEZyPTANgyxP { width:8.375rem;height:8.375rem;top:13.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMxaQSblFluJzVepFI1SJ1NwIHAZpKJN { width:13.9375rem;height:13.9375rem;top:8.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdwnlJd0vthoRyVS9KwlwoKZeBP19WsL { width:20rem;height:1.1375rem;top:46.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwno2r3PPfnyuoTIittJQBVnxGpZIbbL { width:11.9375rem;height:11.9375rem;top:15.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUt2LvRnk1QnuaOmGFaeEG9r5fXlWdrz { width:17.5rem;height:3.4375rem;top:49.58749961853rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCWLvNbgwTCPLGK7CFBeJyWxDqQTINAo { display:block; }
 }@media only screen and (max-width: 763px) { #rOG2wNrk4Bqfdapm8FxhR2DPX7oTq2U0 { width:20rem;height:14.8125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWceu44igfpwP01mLP1DJqbkfqDJOnpr { display:block; }#qWceu44igfpwP01mLP1DJqbkfqDJOnpr > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUKUBs1pPHaq2JhseK55kdNEf4DCUoVe { width:6.8125rem;height:3.875rem;top:1.1875rem;left:-0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHyPEW2LRdapkJAzJZWVLArSFwlUsNJZ { width:12.5rem;height:1.3rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFUCIn7T53z1zuu3d52TXTufL85wqxlK { width:10.1875rem;height:6rem;top:8.58749961853rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNrCrIEHHZlaHxCCp90VJFcXSqnr4HsM { width:11.875rem;height:2.5625rem;top:28.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuznfUXbOWCurGRpns96uTClFa5SQiEZ { display:block; }
 }@media only screen and (max-width: 763px) { #HwMnMuMXzowr4bl9u2yVX5vUp2c3XGec { width:7.1875rem;height:1.3rem;top:6.0625rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U70AQb9cA2OnEmcmEA2rHZ5KazGelDZM { width:6.5625rem;height:6rem;top:8.58749961853rem;left:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrG2XPrHptc9eC2dV7pxrHFoQgoVM2P { width:7.75rem;height:1.3rem;top:16.887499809265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEP8i417EI3x0L6WzCCOT4l3lKJShJHp { width:6.5rem;height:2.4rem;top:19.325000762939rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM3rcW9tnqBpvCnosQJV6KsNNZv7o7Il { width:1.875rem;height:1.875rem;top:24.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNpd0oGODiaOiOikIg573QPif4WT321d { width:1.875rem;height:1.875rem;top:24.3125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McsWwbLiKysQNRK8TGLk1MFFwq4A3IxC { display:block; }
 }@media only screen and (max-width: 763px) { #W6wT9aFsgkFWWLUKpf1h1BWNJvuyN9Dr { display:flex;width:1rem;height:1rem;top:24.75rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #MuIg1rCSd053V9gtO35BvqEyPJD2G0I7 { width:1.875rem;height:1.875rem;top:24.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1CH5NDcvpLon3Tg4D0Whxr7k8FcI3Lz { width:1.875rem;height:1.875rem;top:24.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZeV2qCwkqAiTZWXT3xdmvnpUihxcWhg { display:block; }
 }@media only screen and (max-width: 763px) { #BLW4r8OMn8X8BuecwqxhOxVU2cMzJOrd { display:flex;width:1rem;height:1rem;top:24.75rem;left:8.375rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Mold8TSQtFyuynkwZPulBNpHA3mpH5qN { width:1.875rem;height:1.875rem;top:24.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnBuKgiE7fUkLQODqaKs3dUTlEPl2Ewc { width:1.875rem;height:1.875rem;top:24.3125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzGfszCEPMcy9OLovB7XBRvoCFqeBwUw { display:block; }
 }@media only screen and (max-width: 763px) { #hNm65R9TiaXuSMR6QKIw8r4I1WbuKOW6 { display:flex;width:0.75rem;height:0.75rem;top:24.8125rem;left:10.75rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #hZIO8LhHJIyM6L0VO3Qfu7KfoIhwOvqC { width:1.875rem;height:1.875rem;top:24.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaeH6HCiNP4tof49MiGvymxs8wGtlp2T { width:1.875rem;height:1.875rem;top:24.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IxcKUtAEPlAo9hs61ifRxKc95NZ70b { display:block; }
 }@media only screen and (max-width: 763px) { #UfbBAEDDqnCDcu458MuqVt0yo7TMMRrm { display:flex;width:1rem;height:1rem;top:24.75rem;left:6.125rem;font-size:0.6875rem; }
 }