.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,248,232;--color-primary-1:146,233,179;--color-primary-2:37,211,102;--color-primary-3:19,106,51;--color-primary-4:6,32,15;--color-secondary-0:252,248,248;--color-secondary-1:246,232,232;--color-secondary-2:236,208,209;--color-secondary-3:118,104,105;--color-secondary-4:35,31,31;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:186,186,186;--color-tertiary-3:128,128,128;--color-tertiary-4:0,0,0;--headlines-font-family:"Mulish";--paragraphs-font-family:"Mulish"; }@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); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { background-color: transparent; background-image: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container > .video-iframe-container { display: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row > .video-iframe-container { display: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .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); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { border-width: 0; border-radius: 0; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#r9DOtzugBGX5CQpUymwLyKbHfp9QitnI { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.78125rem;left:0rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hb0MhvXuWaQk4eBFgWrVoASprh4OTIUC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:0.78125rem;left:56.875rem;height:0.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bNDig9vRTDEo0J3SmcJfcVJU8fFfiTme { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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:16.75rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.5rem;left:0rem;display:none; }
#RE11lyDiWvfllwCLnDmdQQoRfCiPJme7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { background-color: transparent; background-image: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container > .video-iframe-container { display: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row > .video-iframe-container { display: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .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); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { border-width: 0; border-radius: 0; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { font-size:0.875rem;font-family:"open sans";height:48.5rem;width:75rem;overflow:visible;position:relative;display:block; }#GqsHendsxf4mOBMGttTo5V5FbwhpcJw6 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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:15.8125rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32rem;left:0rem;display:block; }
#TK8ELZ4OFKHizzomwqoyZrmqa4nN4nEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wH1fViZZMTphXBni88IfEy77ncZiqPh0 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.8125rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:10.3125rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32rem;left:17.5rem;display:block; }
#pe7hSgVwsUh0OAUFvtdaztsJmVCOX1Pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kfzm6ql3LyyUVUgCzIMlN5ZMhm5TwQuu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:32.5rem;left:18.0625rem;display:block; }
#fAAsS7Ez06RLM5PUZLDpW9A9C9r0O2tZ { color:#10d058;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:36.6875rem;left:0.9375rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#huPDUazTiaFiG0dzoAnHnM5RhrvbaoKp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:17.8125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpBpMtA4FcJklbQp0wPQtgennBLPf922 { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:"font awesome brands";font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.6875rem;left:0.875rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mi4iRpDQirsx1pT4tU6idp8Nu8NQKGG9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.5rem;width:0.5rem;top:36.875rem;left:0rem;display:block; }
#rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/74f2df7c-f298-4fcb-8dc9-6264a7a2a49b/staminageral61168a5c99423ab9.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:42.125rem;width:15.1875rem;top:0rem;left:30.875rem;display:block; }#rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ.adaptive-delivery-prevent-bg, #rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ.lazyload, #rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ.lazyloading { background-image: none; }
#IiryHN2ki2gDUD82Ge9JTo0aJlBEaOPk { color:#ff009e;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:26.8125rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jz5szA8rhnz00MF4dGoyDZlCWn96r7sa { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:12.5rem;width:12.5rem;display:none; }
#v4rl7EAkVRzFd2zQz4zTNr1HWRbgohMg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom: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:8.8125rem;width:19.625rem;top:3.46875rem;left:0rem;overflow:hidden;display:block; }
#nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f6ddc09-dc82-4f8c-b244-96895653bd2a/staminageral61268a5c9924a7b9.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:41.9375rem;width:15.125rem;top:1.90625rem;left:45.375rem;display:block; }#nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT.adaptive-delivery-prevent-bg, #nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT.lazyload, #nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT.lazyloading { background-image: none; }
#LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/29846e4b-62a0-4350-a497-4f7ea067d213/staminageral61368a5c9918c9d2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:42.5625rem;width:15.3125rem;top:0rem;left:59.6875rem;display:block; }#LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG.adaptive-delivery-prevent-bg, #LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG.lazyload, #LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG.lazyloading { background-image: none; }
#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container { background-color: transparent; background-image: none; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container > .video-iframe-container { display: none; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row > .video-iframe-container { display: none; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .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); }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container { border-width: 0; border-radius: 0; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#tPnH79W2BuBueMFQFWzLt1Zazic1ZBca { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4rem;left:0rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiLcSlophugWKU3TIMHyZ0bIRpTTn1bq { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.8125rem;left:50rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O5KFdAZF1v5VSanSq6Dla4vRishn45CW { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.0625rem;left:25rem;height:2.34375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xrv2nAadvxaME8vHPrWqXiWFJ039i6W2 { color:rgba(var(--color-tertiary-0),0.4);display:block;width:25rem;position:absolute;font-family:bellarina;font-size:3.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.546875rem;left:0rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G5dbsRutZ2xqte3vtT0zWImuaPalcUNz { color:rgba(var(--color-tertiary-0),0.41);display:block;width:25rem;position:absolute;font-family:bellarina;font-size:3.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:2.375rem;left:50rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sUlMdITCwEh9sdOAdsbUJgSeL77LW7dR { color:rgba(var(--color-tertiary-0),0.4);display:block;width:25rem;position:absolute;font-family:bellarina;font-size:3.8125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:2.5625rem;left:25rem;height:5.71875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ld4JvcQRH0O299A9WlepITwtveNReuiO { position:relative;display:block; }#ld4JvcQRH0O299A9WlepITwtveNReuiO { background-color: transparent; background-image: none; }#ld4JvcQRH0O299A9WlepITwtveNReuiO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row .container > .video-iframe-container { display: none; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row > .video-iframe-container { display: none; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .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); }#ld4JvcQRH0O299A9WlepITwtveNReuiO { border-width: 0; border-radius: 0; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .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; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .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:15.625rem;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; }#dqGllFbRnpQNmf93iMQ6UOWrJhi3JNP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.625rem;left:11.4375rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XDEzh1nAPx56gcsqTzBKzv5RvBMZufp5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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:14.25rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.9375rem;left:49.375rem;display:block; }
#saKQEwAMiZ21y1KLHiKrmFxAgC8KcnKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EL6FTp1fzLpbb8SJURdssZLbOkB11VPf { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:"font awesome brands";font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:50.1875rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq { position:relative;display:block; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq { background-color: transparent; background-image: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container > .video-iframe-container { display: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row > .video-iframe-container { display: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .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); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq { border-width: 0; border-radius: 0; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tATC6Fh1GE2E6wwzJQxcwz77ayxTEPQ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:bellarina;font-size:9.375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:12.140625rem;left:18.75rem;height:14.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tAZsyKvL5ikcwcVrL4SaNBnHhpBCW8ad { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.46);top:12.140625rem;left:18.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E7tFipt6LCo3hZ4ZwcbRIbfs9lMXNuvd { background-color:rgba(var(--color-tertiary-4),0.1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.453125rem;left:29.125rem;display:block; }
#SsSiSmLLyd63oHzxH5m8ZIJRaHR3uLRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki { box-sizing:content-box;height:34.375rem;width:38.5625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31d447ad-eedc-4ce6-b2c9-c6cc8505710c/tezza886968a5cae2027e4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.adaptive-delivery-prevent-bg, #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.lazyload, #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.lazyloading { background-image: none; }
#WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#h93TwZ2NJoBGxKfokOwb4uifBWHycKRl { box-sizing:content-box;height:34.375rem;width:38.1875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/805f04d2-4552-4773-adda-b40102a90cf8/tezza999968a5caeec1e2f.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:36.8125rem;display:block; }#h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.adaptive-delivery-prevent-bg, #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.lazyload, #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.lazyloading { background-image: none; }
#h93TwZ2NJoBGxKfokOwb4uifBWHycKRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.3); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS { position:relative;display:block; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS { background-color: transparent; background-image: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container > .video-iframe-container { display: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row > .video-iframe-container { display: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .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); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS { border-width: 0; border-radius: 0; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .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; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .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:12.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; }#xkN9o9uydKpqUhtJEvSy1ONvwoLWdKCd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:6.3125rem;left:5.90625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NAzRzV1v115AG9yIikmnh5eVv1PbI5b6 { color:#bc877b;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.3125rem;left:29.78125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dWixvOm3M1Dxzh4EpbtXlt5ZX5qdbxBF { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:4.91796875rem;left:5.90625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erUGICSfhgcfxtasZT8TokM7KTrBnhXs { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.91796875rem;left:30.90625rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MzeNduQdJbUo7VOTfVVRcG8FtGTe5pmn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:6.3125rem;left:54.6875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CDPapTt902nyFUMKwNGGIt208EhkS6Wc { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.9375rem;left:55.9375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB { position:relative;display:block; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB { background-color: transparent; background-image: none; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row .container > .video-iframe-container { display: none; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row > .video-iframe-container { display: none; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .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); }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB { border-width: 0; border-radius: 0; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .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; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .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:16.1875rem;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; }#J47mOZNUGRzkxLkNXbNlJ3hvTb1QL3iT { color:rgba(var(--color-tertiary-1),1);display:block;width:39.1875rem;position:absolute;font-family:bellarina;font-size:8.4375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.8125rem;left:17.90625rem;height:12.65625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P4DQGcFny7vPCUOMIMsFvx8sm2qVXb6O { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.8125rem;left:15.625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hfAitkuawMzlH87XxPT9LaQ9EvvlTwJu { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:10.71875rem;left:16.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTMPGTZZI6O19wA6yD3yc7zRRByUESh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.421875rem;left:30.46875rem; }
#yFgbLot7brCsL1AVKhURrAahKwyG5S4P { position:relative;display:block; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P { background-color: transparent; background-image: none; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row .container > .video-iframe-container { display: none; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row > .video-iframe-container { display: none; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .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); }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P { border-width: 0; border-radius: 0; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .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; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .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:40.125rem;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; }#xKrOt2piQluqVSuqRgBZgtllsz4hAzVq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zdIMs2uliMfbSanifHxJtOIGc21N4uMW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#TNy3gsRIglWc5khmHtgGJUe2oXTRQir0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:0rem;left:29.9375rem;overflow:hidden;display:block; }
#W2crzbRR9tz2DvpqabfWxSazFSIwQ1Pu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:0rem;left:44.9375rem;overflow:hidden;display:block; }
#FstiFqHdfNBv6T9vJIOJwzzqbekTkhNV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:0rem;left:59.9375rem;overflow:hidden;display:block; }
#lXPwgVglFKchkdA81sMpeiwLskxmc2Na { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:20.0625rem;left:0rem;overflow:hidden;display:block; }
#t01acPsdIQlUGQDPRbIntGHrqW5Am2ZZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:20.0625rem;left:15rem;overflow:hidden;display:block; }
#UQWsanLWCrigzFPW52wPl3gtVsZMOOO8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:20.0625rem;left:29.9375rem;overflow:hidden;display:block; }
#CcCTvZQOwOOBKJeoQHT9TGqdxnW9JHeI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:20.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#JUW7shi0Ke0uXTMa9RJGzNXaHIznBgTv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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:20.0625rem;width:15rem;top:20.0625rem;left:59.9375rem;overflow:hidden;display:block; }
#SotolgNbkfkG19CRef4SUUJrPueZZDAu { position:relative;display:block; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu { background-color: transparent; background-image: none; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row .container > .video-iframe-container { display: none; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row > .video-iframe-container { display: none; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .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); }#SotolgNbkfkG19CRef4SUUJrPueZZDAu { border-width: 0; border-radius: 0; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .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; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .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:19.1875rem;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; }#fI9liHEZTPBdJbkrmB0TIBIMUAJvtnoC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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:19.0625rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vAyxPhquH59beI9ERJGy6SWJOZBqcSOI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:19.0625rem;width:14.9375rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#PJbBhPbwL2Hb9q8Wc59JuylIhd1H6l8g { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom: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:19.0625rem;width:15.1875rem;top:0rem;left:29.90625rem;overflow:hidden;display:block; }
#PqgKWhWvRpwClSl8zpcows0WGt2UIt1D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom: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:19.0625rem;width:15.1875rem;top:0rem;left:45.09375rem;overflow:hidden;display:block; }
#vIlUoC3SUyyUzJmt41ZUdkNyUWsaV0Q6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom: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:19.0625rem;width:14.9375rem;top:0rem;left:60rem;overflow:hidden;display:block; }
#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 { position:relative;display:none; }#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 { border-width: 0; border-radius: 0; }#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 > .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; }#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 > .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:6.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:none; }#NzgxEBWaESxrvapPiqADMzHzNSrcqnqO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom: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:5.5625rem;width:4.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#M3AeNHwV9qx1q3X16nEBOUf12r6bg19m { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom: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:5.5625rem;width:4.125rem;top:0rem;left:3.5625rem;overflow:hidden;display:block; }
#T5gHszwXDtasDT6vfm7knanL5TWZGb0E { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom: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:5.5625rem;width:4.125rem;top:0rem;left:7.6875rem;overflow:hidden;display:block; }
#fapBarpWhMvqmfC4LtJmV1WKl7BAMQyL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom: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:5.5625rem;width:4.125rem;top:0rem;left:11.8125rem;overflow:hidden;display:block; }
#bk1kTJ29Ry8uTscvPVaHGTodE1fB0ZdB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom: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:5.5625rem;width:3.6875rem;top:0rem;left:15.9375rem;overflow:hidden;display:block; }
#mfPiVl8KOsGznHSTe5vv54KkO0JwEPTB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom: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:4.5625rem;width:3.6875rem;top:0rem;left:19.625rem;overflow:hidden;display:block; }
#B49235UM5vGPZwH9IBlerNVz0dkdBtxd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom: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:4.5625rem;width:3.625rem;top:0.5rem;left:22.6875rem;overflow:hidden;display:block; }
#twKFvW93g1hZrn4xrnzi3NAcXe8kOWi3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom: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:4.5625rem;width:3.625rem;top:1.0625rem;left:26.3125rem;overflow:hidden;display:block; }
#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd { position:relative;display:block; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd { background-color: transparent; background-image: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container > .video-iframe-container { display: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row > .video-iframe-container { display: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .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); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd { border-width: 0; border-radius: 0; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .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; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .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:44.5625rem;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; }#AZrOsIbDnXzfF3aW2dWl5m571UIrecw0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc307fff-0d02-45ee-b863-9716dcc6b38c/tezza201568a5cd1e414bb.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom: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:35.4375rem;width:26.9375rem;top:4.8125rem;left:42.78125rem;display:block; }#AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.adaptive-delivery-prevent-bg, #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.lazyload, #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.lazyloading { background-image: none; }
#BrBJK5cuhZpJNCJEV9sBfL2Scx5TL7MT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:30.9375rem;left:4.5625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7ivWDZST5cPZU5h4wOCSQuPNxnt9QXl { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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:16.75rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.375rem;left:4.5625rem;display:block; }
#aNzuTUXD7KmbFKfqUGv4s5XpivcTT6RL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WWBPmxBlkv2FJfxtwg3npnitEOhtVFxs { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0rem solid rgba(var(--color-primary-2),1);border-left:1.8125rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:16.75rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.0625rem;left:4.5625rem;display:block; }
#Vatsp03PCQZnztstLe5RQ5k4PAzD3qNg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9u0cg2leHQINxAF6Pi9paAR7G508qhv { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:24.5625rem;left:5.125rem;display:block; }
#ktomfE3TgMdTMGWQsoasTefCPHVgVcJw { color:#10d058;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:5.5rem;height:0.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDtg63Ch00EBgg1KB3p52bKkLdqIzn9b { color:rgba(var(--color-tertiary-4),1);display:block;width:2.4375rem;position:absolute;font-family:"font awesome brands";font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:20.0625rem;left:5.4375rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GaClvowvTy9e16C1sFdinxbaJIO3Hovk { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.5rem;width:0.5rem;top:17.5625rem;left:4.5625rem;display:block; }
#C5EoncdmJnQIulvsbMt0UfoHgN3Tu0Le { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:8.5rem;left:4.5625rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8Fes94MDGoXhDPbHQtN4DWDKUTD5LfT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.4375rem;left:4.5625rem;display:block; }
#XVNelfnXVlEJbQ1Z46eb74eUSt6Grlno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvXdxAM9T3aEfeDFklqetnFOiWqyAGWH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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:rgba(var(--color-tertiary-4),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.75rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:1.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.4375rem;left:8.9375rem;display:none; }
#gW0CV3aQGesMP14WE98tgQihd313OCUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fnt6QSRfkEZMLxAOIDL5Cx1tyobiD34K { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:12.5rem;width:12.5rem;display:none; }
#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw { position:relative;display:block; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw { background-color: transparent; background-image: none; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row .container > .video-iframe-container { display: none; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row > .video-iframe-container { display: none; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .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); }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw { border-width: 0; border-radius: 0; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .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; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .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:19.0625rem;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; }#cBRiSlz7crvdLM9kOHJArpFxFZsWVeOu { position:absolute;display:block;z-index:15000;height:15.625rem;width:75rem;top:0rem;left:0rem;display:block; }
#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ { position:relative;display:block; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ { background-color: transparent; background-image: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container > .video-iframe-container { display: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row > .video-iframe-container { display: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .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); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ { border-width: 0; border-radius: 0; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .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; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e0c4be;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#UufBo8v63Rguk5IULpKaq1HAnUomR2sE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom: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:4.4375rem;width:9.6875rem;top:4.125rem;left:32.65625rem;overflow:hidden;display:block; }
#qKxH5cKmzbrl6NVq6DSTnKT1O8OKIzhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.337890625rem;left:53.90625rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE { position:relative;display:block; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE { background-color: transparent; background-image: none; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row .container > .video-iframe-container { display: none; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row > .video-iframe-container { display: none; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .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); }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE { border-width: 0; border-radius: 0; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .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; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .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:4.3125rem;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; }#rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 > .row .container { position:relative;display:block; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 { background-color: transparent; background-image: none; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row .container > .video-iframe-container { display: none; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row > .video-iframe-container { display: none; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .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); }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 { border-width: 0; border-radius: 0; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .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; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:3.9375rem;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; }#bRqliGAa6Ucl6EoEvssqulUsauGWhDrT { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #ffc800, #cb03fd);background-image: -moz-linear-gradient(57deg, #ffc800, #cb03fd);background-image: -ms-linear-gradient(57deg, #ffc800, #cb03fd);background-image: -o-linear-gradient(57deg, #ffc800, #cb03fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#cb03fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#cb03fd' );";background-image: linear-gradient(57deg, #ffc800, #cb03fd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#vxlN0JMGNc6iVlUy8sxKdzPRKWrTuifl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3ekpZTIn58pu7NnylohCElRbvG95eKy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#CAwLbET2dKQUyth0Oe3tthbSebnpo8t0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC { display:block; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9DOtzugBGX5CQpUymwLyKbHfp9QitnI { width:18.125rem;height:0.8125rem;top:0.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb0MhvXuWaQk4eBFgWrVoASprh4OTIUC { width:18.125rem;height:0.9375rem;top:0.75rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNDig9vRTDEo0J3SmcJfcVJU8fFfiTme { width:16.75rem;height:3.8125rem;top:30.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE11lyDiWvfllwCLnDmdQQoRfCiPJme7 { display:block; }
 }@media only screen and (max-width: 763px) { #DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF { display:block; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqsHendsxf4mOBMGttTo5V5FbwhpcJw6 { width:15.8125rem;height:3.8125rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK8ELZ4OFKHizzomwqoyZrmqa4nN4nEG { display:block; }
 }@media only screen and (max-width: 763px) { #wH1fViZZMTphXBni88IfEy77ncZiqPh0 { width:10.3125rem;height:3.8125rem;top:32rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe7hSgVwsUh0OAUFvtdaztsJmVCOX1Pc { display:block; }
 }@media only screen and (max-width: 763px) { #Kfzm6ql3LyyUVUgCzIMlN5ZMhm5TwQuu { width:2.75rem;height:2.75rem;top:32.5rem;left:4.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAsS7Ez06RLM5PUZLDpW9A9C9r0O2tZ { width:10.1875rem;height:0.9375rem;top:36.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huPDUazTiaFiG0dzoAnHnM5RhrvbaoKp { width:25.0625rem;height:;top:17.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpBpMtA4FcJklbQp0wPQtgennBLPf922 { width:2.4375rem;height:2.3125rem;top:32.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4iRpDQirsx1pT4tU6idp8Nu8NQKGG9 { width:0.5rem;height:0.5rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ { width:15.1875rem;height:42.125rem;top:0rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiryHN2ki2gDUD82Ge9JTo0aJlBEaOPk { width:21.4375rem;height:1.875rem;top:26.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz5szA8rhnz00MF4dGoyDZlCWn96r7sa { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4rl7EAkVRzFd2zQz4zTNr1HWRbgohMg { width:19.625rem;height:8.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT { width:15.125rem;height:41.9375rem;top:1.875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG { width:15.3125rem;height:42.5625rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT { display:block; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPnH79W2BuBueMFQFWzLt1Zazic1ZBca { width:25rem;height:2.3125rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLcSlophugWKU3TIMHyZ0bIRpTTn1bq { width:25rem;height:2.3125rem;top:3.8125rem;left:22.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5KFdAZF1v5VSanSq6Dla4vRishn45CW { width:25rem;height:2.3125rem;top:4.0625rem;left:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrv2nAadvxaME8vHPrWqXiWFJ039i6W2 { width:25rem;height:5.75rem;top:2.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5dbsRutZ2xqte3vtT0zWImuaPalcUNz { width:25rem;height:5.6875rem;top:2.375rem;left:22.625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUlMdITCwEh9sdOAdsbUJgSeL77LW7dR { width:25rem;height:5.6875rem;top:2.5625rem;left:6.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld4JvcQRH0O299A9WlepITwtveNReuiO { display:block; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqGllFbRnpQNmf93iMQ6UOWrJhi3JNP1 { width:36.0625rem;height:2.375rem;top:6.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEzh1nAPx56gcsqTzBKzv5RvBMZufp5 { width:14.25rem;height:3.8125rem;top:5.9375rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #saKQEwAMiZ21y1KLHiKrmFxAgC8KcnKk { display:block; }
 }@media only screen and (max-width: 763px) { #EL6FTp1fzLpbb8SJURdssZLbOkB11VPf { width:2.4375rem;height:2.3125rem;top:6.6875rem;left:36.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq { display:block; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tATC6Fh1GE2E6wwzJQxcwz77ayxTEPQ7 { width:37.5rem;height:14.0625rem;top:12.125rem;left:5.125rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAZsyKvL5ikcwcVrL4SaNBnHhpBCW8ad { width:37.5rem;height:2.8125rem;top:12.125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7tFipt6LCo3hZ4ZwcbRIbfs9lMXNuvd { width:16.75rem;height:3rem;top:22.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsSiSmLLyd63oHzxH5m8ZIJRaHR3uLRI { display:block; }
 }@media only screen and (max-width: 763px) { #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki { width:38.5625rem;height:34.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl { width:38.1875rem;height:34.375rem;top:0rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS { display:block; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkN9o9uydKpqUhtJEvSy1ONvwoLWdKCd { width:13.1875rem;height:3.5rem;top:6.3125rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAzRzV1v115AG9yIikmnh5eVv1PbI5b6 { width:15.4375rem;height:3.5rem;top:6.3125rem;left:16.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWixvOm3M1Dxzh4EpbtXlt5ZX5qdbxBF { width:13.1875rem;height:1.1875rem;top:4.875rem;left:1.34375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #erUGICSfhgcfxtasZT8TokM7KTrBnhXs { width:13.1875rem;height:1.1875rem;top:4.875rem;left:17.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzeNduQdJbUo7VOTfVVRcG8FtGTe5pmn { width:15.625rem;height:3.5rem;top:6.3125rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDPapTt902nyFUMKwNGGIt208EhkS6Wc { width:13.1875rem;height:1.1875rem;top:4.9375rem;left:33.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJFEpKtSetsioISmcfVyR0WOgxHbqBB { display:block; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J47mOZNUGRzkxLkNXbNlJ3hvTb1QL3iT { width:39.1875rem;height:12.625rem;top:0.8125rem;left:4.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4DQGcFny7vPCUOMIMsFvx8sm2qVXb6O { width:43.75rem;height:2.8125rem;top:6.8125rem;left:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfAitkuawMzlH87XxPT9LaQ9EvvlTwJu { width:43.75rem;height:1.1875rem;top:10.6875rem;left:2.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTMPGTZZI6O19wA6yD3yc7zRRByUESh3 { width:1.625rem;height:1.625rem;top:10.375rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFgbLot7brCsL1AVKhURrAahKwyG5S4P { display:block; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKrOt2piQluqVSuqRgBZgtllsz4hAzVq { width:15rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIMs2uliMfbSanifHxJtOIGc21N4uMW { width:15rem;height:20.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNy3gsRIglWc5khmHtgGJUe2oXTRQir0 { width:15rem;height:20.0625rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2crzbRR9tz2DvpqabfWxSazFSIwQ1Pu { width:15rem;height:20.0625rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FstiFqHdfNBv6T9vJIOJwzzqbekTkhNV { width:15rem;height:20.0625rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPwgVglFKchkdA81sMpeiwLskxmc2Na { width:15rem;height:20.0625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t01acPsdIQlUGQDPRbIntGHrqW5Am2ZZ { width:15rem;height:20.0625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQWsanLWCrigzFPW52wPl3gtVsZMOOO8 { width:15rem;height:20.0625rem;top:20.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcCTvZQOwOOBKJeoQHT9TGqdxnW9JHeI { width:15rem;height:20.0625rem;top:20.0625rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUW7shi0Ke0uXTMa9RJGzNXaHIznBgTv { width:15rem;height:20.0625rem;top:20.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SotolgNbkfkG19CRef4SUUJrPueZZDAu { display:block; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fI9liHEZTPBdJbkrmB0TIBIMUAJvtnoC { width:15rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAyxPhquH59beI9ERJGy6SWJOZBqcSOI { width:14.9375rem;height:19.0625rem;top:0rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJbBhPbwL2Hb9q8Wc59JuylIhd1H6l8g { width:15.1875rem;height:19.0625rem;top:0rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqgKWhWvRpwClSl8zpcows0WGt2UIt1D { width:15.1875rem;height:19.0625rem;top:0rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIlUoC3SUyyUzJmt41ZUdkNyUWsaV0Q6 { width:14.9375rem;height:19.0625rem;top:0rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 { display:block; }#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzgxEBWaESxrvapPiqADMzHzNSrcqnqO { width:4.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3AeNHwV9qx1q3X16nEBOUf12r6bg19m { width:4.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gHszwXDtasDT6vfm7knanL5TWZGb0E { width:4.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fapBarpWhMvqmfC4LtJmV1WKl7BAMQyL { width:4.125rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk1kTJ29Ry8uTscvPVaHGTodE1fB0ZdB { width:3.6875rem;height:5.5625rem;top:0rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPiVl8KOsGznHSTe5vv54KkO0JwEPTB { width:3.6875rem;height:4.5625rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #B49235UM5vGPZwH9IBlerNVz0dkdBtxd { width:3.625rem;height:4.5625rem;top:0.5rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twKFvW93g1hZrn4xrnzi3NAcXe8kOWi3 { width:3.625rem;height:4.5625rem;top:1.0625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd { display:block; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0 { width:26.9375rem;height:35.4375rem;top:4.8125rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrBJK5cuhZpJNCJEV9sBfL2Scx5TL7MT { width:26.25rem;height:1.75rem;top:30.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7ivWDZST5cPZU5h4wOCSQuPNxnt9QXl { width:16.75rem;height:3.8125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNzuTUXD7KmbFKfqUGv4s5XpivcTT6RL { display:block; }
 }@media only screen and (max-width: 763px) { #WWBPmxBlkv2FJfxtwg3npnitEOhtVFxs { width:16.75rem;height:3.8125rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vatsp03PCQZnztstLe5RQ5k4PAzD3qNg { display:block; }
 }@media only screen and (max-width: 763px) { #o9u0cg2leHQINxAF6Pi9paAR7G508qhv { width:2.75rem;height:2.75rem;top:24.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktomfE3TgMdTMGWQsoasTefCPHVgVcJw { width:10.1875rem;height:0.9375rem;top:17.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtg63Ch00EBgg1KB3p52bKkLdqIzn9b { width:2.4375rem;height:2.3125rem;top:20.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaClvowvTy9e16C1sFdinxbaJIO3Hovk { width:0.5rem;height:0.5rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EoncdmJnQIulvsbMt0UfoHgN3Tu0Le { width:26.25rem;height:6.25rem;top:8.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Fes94MDGoXhDPbHQtN4DWDKUTD5LfT { width:5.8125rem;height:1.0625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVNelfnXVlEJbQ1Z46eb74eUSt6Grlno { display:block; }
 }@media only screen and (max-width: 763px) { #LvXdxAM9T3aEfeDFklqetnFOiWqyAGWH { width:5.8125rem;height:1.0625rem;top:33.4375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gW0CV3aQGesMP14WE98tgQihd313OCUZ { display:block; }
 }@media only screen and (max-width: 763px) { #fnt6QSRfkEZMLxAOIDL5Cx1tyobiD34K { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw { display:block; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cBRiSlz7crvdLM9kOHJArpFxFZsWVeOu { width:47.75rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ { display:block; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UufBo8v63Rguk5IULpKaq1HAnUomR2sE { width:9.6875rem;height:4.4375rem;top:4.125rem;left:19.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKxH5cKmzbrl6NVq6DSTnKT1O8OKIzhJ { width:18.125rem;height:1.125rem;top:6.3125rem;left:29.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE { display:block; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 { display:block; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRqliGAa6Ucl6EoEvssqulUsauGWhDrT { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlN0JMGNc6iVlUy8sxKdzPRKWrTuifl { display:block; }
 }@media only screen and (max-width: 763px) { #T3ekpZTIn58pu7NnylohCElRbvG95eKy { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAwLbET2dKQUyth0Oe3tthbSebnpo8t0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6e8eb, #ffffff);background-image: -moz-linear-gradient(180deg, #e6e8eb, #ffffff);background-image: -ms-linear-gradient(180deg, #e6e8eb, #ffffff);background-image: -o-linear-gradient(180deg, #e6e8eb, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6e8eb, #ffffff);background-size:auto !important;display:block; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { background-color: transparent; background-image: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container > .video-iframe-container { display: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row > .video-iframe-container { display: none; }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .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); }#LSmhu8eah1UKvE6BXA8UPh5aHAvNTpfC > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9DOtzugBGX5CQpUymwLyKbHfp9QitnI { width:18.125rem;height:0;top:0.625rem;left:0.9375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb0MhvXuWaQk4eBFgWrVoASprh4OTIUC { width:18.125rem;height:0.8125rem;top:1.0625rem;left:0.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bNDig9vRTDEo0J3SmcJfcVJU8fFfiTme { width:5.9375rem;height:1.1875rem;top:0.8125rem;left:7.1875rem;font-size:1.0625rem;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #RE11lyDiWvfllwCLnDmdQQoRfCiPJme7 { display:block; }
 }@media only screen and (max-width: 763px) { #DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { background-color: transparent; background-image: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container > .video-iframe-container { display: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row > .video-iframe-container { display: none; }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .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); }#DBDCRqlWwWPIX4yGh1QGK4zihgUmutAF > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqsHendsxf4mOBMGttTo5V5FbwhpcJw6 { width:17.5rem;height:3rem;top:17.5rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK8ELZ4OFKHizzomwqoyZrmqa4nN4nEG { display:block; }
 }@media only screen and (max-width: 763px) { #wH1fViZZMTphXBni88IfEy77ncZiqPh0 { width:17.5rem;height:2.9375rem;top:21.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe7hSgVwsUh0OAUFvtdaztsJmVCOX1Pc { display:block; }
 }@media only screen and (max-width: 763px) { #Kfzm6ql3LyyUVUgCzIMlN5ZMhm5TwQuu { width:2.125rem;height:2.125rem;top:21.6875rem;left:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAAsS7Ez06RLM5PUZLDpW9A9C9r0O2tZ { width:8.0625rem;height:0.8125rem;top:15.6875rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huPDUazTiaFiG0dzoAnHnM5RhrvbaoKp { width:17.8125rem;height:4.875rem;top:8.72265625rem;left:1.09375rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpBpMtA4FcJklbQp0wPQtgennBLPf922 { width:2.4375rem;height:2.35546875rem;top:17.8125rem;left:2.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi4iRpDQirsx1pT4tU6idp8Nu8NQKGG9 { width:0.5rem;height:0.5rem;top:15.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPh0NTTCmTWBC2n8HMC8N6odTV5mxMTJ { width:7.125rem;height:23.5625rem;top:30rem;left:0rem;box-shadow: 0.375rem 1.5rem 1.1875rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #IiryHN2ki2gDUD82Ge9JTo0aJlBEaOPk { width:12.875rem;height:1.21875rem;top:25.59375rem;left:3.5625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jz5szA8rhnz00MF4dGoyDZlCWn96r7sa { top:20.4375rem;left:1.25rem;width:17.5rem;height:0.125rem;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #c103fd);background-image: -moz-linear-gradient(90deg, #ffc800, #c103fd);background-image: -ms-linear-gradient(90deg, #ffc800, #c103fd);background-image: -o-linear-gradient(90deg, #ffc800, #c103fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#c103fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#c103fd' );";background-image: linear-gradient(90deg, #ffc800, #c103fd);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #v4rl7EAkVRzFd2zQz4zTNr1HWRbgohMg { width:11.3125rem;height:5.0625rem;top:1.8994140625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlvTyQeb3ygvRDnlaLNMTrDBsmmsJ3ZT { width:6.75rem;height:23.625rem;top:31.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHv4sF4fk7yWaBM2pFm8Uf0gQxw3SrLG { width:7rem;height:23.625rem;top:29.1875rem;left:13rem;box-shadow: -0.25rem 0.8125rem 0.875rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT { display:block; }#Nt8MyRsXibZtD1FlzPylTGoV1VreUcBT > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPnH79W2BuBueMFQFWzLt1Zazic1ZBca { width:20rem;height:2.03125rem;top:4.625rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TiLcSlophugWKU3TIMHyZ0bIRpTTn1bq { width:20rem;height:2.03125rem;top:16.4375rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O5KFdAZF1v5VSanSq6Dla4vRishn45CW { width:20rem;height:2.03125rem;top:10.375rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xrv2nAadvxaME8vHPrWqXiWFJ039i6W2 { width:20rem;height:4.46875rem;top:3rem;left:0rem;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G5dbsRutZ2xqte3vtT0zWImuaPalcUNz { width:20rem;height:4.46875rem;top:14.75rem;left:0rem;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sUlMdITCwEh9sdOAdsbUJgSeL77LW7dR { width:20rem;height:4.46875rem;top:8.8125rem;left:0rem;font-size:3.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ld4JvcQRH0O299A9WlepITwtveNReuiO { display:block; }#ld4JvcQRH0O299A9WlepITwtveNReuiO > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqGllFbRnpQNmf93iMQ6UOWrJhi3JNP1 { width:20rem;height:2.923825rem;top:4.125rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDEzh1nAPx56gcsqTzBKzv5RvBMZufp5 { width:15.25rem;height:3.8125rem;top:8.6875rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saKQEwAMiZ21y1KLHiKrmFxAgC8KcnKk { display:block; }
 }@media only screen and (max-width: 763px) { #EL6FTp1fzLpbb8SJURdssZLbOkB11VPf { width:2.4375rem;height:2.35546875rem;top:9.4375rem;left:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container { background-color: transparent; background-image: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container > .video-iframe-container { display: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row > .video-iframe-container { display: none; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .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); }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container { border-width: 0; border-radius: 0; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u36L9oTAaALV0BGFEI0HmOFtmlKnLpEq > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tATC6Fh1GE2E6wwzJQxcwz77ayxTEPQ7 { width:20rem;height:7.880875rem;top:18.5rem;left:0rem;font-size:6.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tAZsyKvL5ikcwcVrL4SaNBnHhpBCW8ad { width:20rem;height:1.29980625rem;top:18.5625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E7tFipt6LCo3hZ4ZwcbRIbfs9lMXNuvd { width:12.5625rem;height:2.5rem;top:24.5625rem;left:3.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsSiSmLLyd63oHzxH5m8ZIJRaHR3uLRI { display:block; }
 }@media only screen and (max-width: 763px) { #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki { width:20rem;height:23.875rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31d447ad-eedc-4ce6-b2c9-c6cc8505710c/tezza886968a5cae2027e4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15000;display:block; }#WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.adaptive-delivery-prevent-bg, #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.lazyload, #WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki.lazyloading { background-image: none; }
#WRQgC2h4FEAv3dTcvn7OV2sEWne8p8Ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); } }@media only screen and (max-width: 763px) { #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl { width:20rem;height:24.3125rem;top:22.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/805f04d2-4552-4773-adda-b40102a90cf8/tezza999968a5caeec1e2f.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:15001;display:block; }#h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.adaptive-delivery-prevent-bg, #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.lazyload, #h93TwZ2NJoBGxKfokOwb4uifBWHycKRl.lazyloading { background-image: none; }
#h93TwZ2NJoBGxKfokOwb4uifBWHycKRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); } }@media only screen and (max-width: 763px) { #rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS { background-color:#fdf5f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container { background-color: transparent; background-image: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container > .video-iframe-container { display: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row > .video-iframe-container { display: none; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .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); }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container { border-width: 0; border-radius: 0; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwJ8pUTgQDhSAGMObMkUsZCSJypixkFS > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkN9o9uydKpqUhtJEvSy1ONvwoLWdKCd { width:20rem;height:1.29980625rem;top:4.1875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NAzRzV1v115AG9yIikmnh5eVv1PbI5b6 { width:16.25rem;height:2.5996125rem;top:11.474609375rem;left:1.875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dWixvOm3M1Dxzh4EpbtXlt5ZX5qdbxBF { width:13.1875rem;height:0.9746125rem;top:3.25rem;left:3.375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #erUGICSfhgcfxtasZT8TokM7KTrBnhXs { width:13.1875rem;height:0.9746125rem;top:10.5rem;left:3.375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MzeNduQdJbUo7VOTfVVRcG8FtGTe5pmn { width:14.625rem;height:2.5996125rem;top:19.537109375rem;left:2.6875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CDPapTt902nyFUMKwNGGIt208EhkS6Wc { width:13.1875rem;height:0.9746125rem;top:18.5625rem;left:3.375rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wiJFEpKtSetsioISmcfVyR0WOgxHbqBB { display:block; }#wiJFEpKtSetsioISmcfVyR0WOgxHbqBB > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J47mOZNUGRzkxLkNXbNlJ3hvTb1QL3iT { width:20rem;height:5.6875rem;top:4.75rem;left:0rem;font-size:4.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P4DQGcFny7vPCUOMIMsFvx8sm2qVXb6O { width:20rem;height:3.736325rem;top:5.1875rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hfAitkuawMzlH87XxPT9LaQ9EvvlTwJu { width:18.3125rem;height:1.0556625rem;top:11.1875rem;left:1.6875rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VTMPGTZZI6O19wA6yD3yc7zRRByUESh3 { display:flex;width:1.4375rem;height:1.4375rem;top:11.02734375rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #yFgbLot7brCsL1AVKhURrAahKwyG5S4P { display:block; }#yFgbLot7brCsL1AVKhURrAahKwyG5S4P > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKrOt2piQluqVSuqRgBZgtllsz4hAzVq { width:10rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdIMs2uliMfbSanifHxJtOIGc21N4uMW { width:10rem;height:13.375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNy3gsRIglWc5khmHtgGJUe2oXTRQir0 { width:10rem;height:13.375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2crzbRR9tz2DvpqabfWxSazFSIwQ1Pu { width:10rem;height:13.375rem;top:13.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FstiFqHdfNBv6T9vJIOJwzzqbekTkhNV { width:10rem;height:13.375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXPwgVglFKchkdA81sMpeiwLskxmc2Na { width:10rem;height:13.3125rem;top:26.8125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #t01acPsdIQlUGQDPRbIntGHrqW5Am2ZZ { width:10rem;height:13.375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQWsanLWCrigzFPW52wPl3gtVsZMOOO8 { width:10rem;height:13.375rem;top:40.1875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcCTvZQOwOOBKJeoQHT9TGqdxnW9JHeI { width:10rem;height:13.375rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUW7shi0Ke0uXTMa9RJGzNXaHIznBgTv { width:10rem;height:13.375rem;top:53.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SotolgNbkfkG19CRef4SUUJrPueZZDAu { display:block; }#SotolgNbkfkG19CRef4SUUJrPueZZDAu > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fI9liHEZTPBdJbkrmB0TIBIMUAJvtnoC { width:10rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAyxPhquH59beI9ERJGy6SWJOZBqcSOI { width:10rem;height:12.75rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJbBhPbwL2Hb9q8Wc59JuylIhd1H6l8g { width:10rem;height:12.5rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqgKWhWvRpwClSl8zpcows0WGt2UIt1D { width:10rem;height:12.5rem;top:12.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIlUoC3SUyyUzJmt41ZUdkNyUWsaV0Q6 { width:6.75rem;height:8.625rem;top:13.6875rem;left:6.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 { display:none; }#xJlXIn1falwFE0aB8su0HM0a4XQbHGG7 > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NzgxEBWaESxrvapPiqADMzHzNSrcqnqO { width:4.125rem;height:5.5625rem;top:2.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M3AeNHwV9qx1q3X16nEBOUf12r6bg19m { width:4.125rem;height:5.5625rem;top:3.8125rem;left:1.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #T5gHszwXDtasDT6vfm7knanL5TWZGb0E { width:4.125rem;height:5.5625rem;top:5.4375rem;left:4.75rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fapBarpWhMvqmfC4LtJmV1WKl7BAMQyL { width:4.125rem;height:5.5625rem;top:2.5625rem;left:7.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #bk1kTJ29Ry8uTscvPVaHGTodE1fB0ZdB { width:3.6875rem;height:5.5625rem;top:5.4375rem;left:10.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mfPiVl8KOsGznHSTe5vv54KkO0JwEPTB { width:3.6875rem;height:4.5625rem;top:3.625rem;left:13.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #B49235UM5vGPZwH9IBlerNVz0dkdBtxd { width:3.625rem;height:4.5625rem;top:6.5rem;left:15.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #twKFvW93g1hZrn4xrnzi3NAcXe8kOWi3 { width:3.625rem;height:4.5625rem;top:8.125rem;left:16.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6e8eb);background-image: -moz-linear-gradient(180deg, #ffffff, #e6e8eb);background-image: -ms-linear-gradient(180deg, #ffffff, #e6e8eb);background-image: -o-linear-gradient(180deg, #ffffff, #e6e8eb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e8eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e8eb' );";background-image: linear-gradient(180deg, #ffffff, #e6e8eb);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container { background-color: transparent; background-image: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container > .video-iframe-container { display: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row > .video-iframe-container { display: none; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .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); }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container { border-width: 0; border-radius: 0; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qaRJ8dl5yNg6EvKS6er8BpBPtrSqoEsd > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0 { width:15.5rem;height:18.75rem;top:3.125rem;left:2.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fc307fff-0d02-45ee-b863-9716dcc6b38c/tezza201568a5cd1e414bb.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.adaptive-delivery-prevent-bg, #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.lazyload, #AZrOsIbDnXzfF3aW2dWl5m571UIrecw0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BrBJK5cuhZpJNCJEV9sBfL2Scx5TL7MT { width:20rem;height:1.13671875rem;top:41.8125rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7ivWDZST5cPZU5h4wOCSQuPNxnt9QXl { width:16.75rem;height:3.8125rem;top:31rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNzuTUXD7KmbFKfqUGv4s5XpivcTT6RL { display:block; }
 }@media only screen and (max-width: 763px) { #WWBPmxBlkv2FJfxtwg3npnitEOhtVFxs { width:16.75rem;height:3.8125rem;top:35.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vatsp03PCQZnztstLe5RQ5k4PAzD3qNg { display:block; }
 }@media only screen and (max-width: 763px) { #o9u0cg2leHQINxAF6Pi9paAR7G508qhv { width:2.75rem;height:2.75rem;top:36.375rem;left:2.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktomfE3TgMdTMGWQsoasTefCPHVgVcJw { width:8.0625rem;height:0.8125rem;top:29.0625rem;left:6.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDtg63Ch00EBgg1KB3p52bKkLdqIzn9b { width:2.4375rem;height:2.35546875rem;top:31.75rem;left:2.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaClvowvTy9e16C1sFdinxbaJIO3Hovk { width:0.5rem;height:0.5rem;top:29.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5EoncdmJnQIulvsbMt0UfoHgN3Tu0Le { width:15.125rem;height:3.4375rem;top:23.75rem;left:2.4375rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8Fes94MDGoXhDPbHQtN4DWDKUTD5LfT { width:6.0625rem;height:1.0625rem;top:47rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVNelfnXVlEJbQ1Z46eb74eUSt6Grlno { display:block; }
 }@media only screen and (max-width: 763px) { #LvXdxAM9T3aEfeDFklqetnFOiWqyAGWH { width:8.125rem;height:2rem;top:44.1875rem;left:5.9375rem;font-size:0.75rem;z-index:15012;background-color:#000000;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gW0CV3aQGesMP14WE98tgQihd313OCUZ { display:block; }
 }@media only screen and (max-width: 763px) { #fnt6QSRfkEZMLxAOIDL5Cx1tyobiD34K { top:34.6875rem;left:1.625rem;width:16.75rem;height:0.125rem;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffc800, #c103fd);background-image: -moz-linear-gradient(90deg, #ffc800, #c103fd);background-image: -ms-linear-gradient(90deg, #ffc800, #c103fd);background-image: -o-linear-gradient(90deg, #ffc800, #c103fd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#c103fd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#c103fd' );";background-image: linear-gradient(90deg, #ffc800, #c103fd);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw { display:none; }#GWyT4tcbkqAf3DuGvFXkHIBeQUmM17iw > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cBRiSlz7crvdLM9kOHJArpFxFZsWVeOu { width:20rem;height:15.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5515d299-f3c8-4732-9ede-826323a881e5/madrinhas.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ.adaptive-delivery-prevent-bg, #hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ.lazyload, #hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ.lazyloading { background-image: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container { background-color: transparent; background-image: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container > .video-iframe-container { display: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.45); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row > .video-iframe-container { display: none; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .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); }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container { border-width: 0; border-radius: 0; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMlJo67Nzg0c0MbTVq3rmp8DOq1peJGZ > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UufBo8v63Rguk5IULpKaq1HAnUomR2sE { width:7.8125rem;height:3.5625rem;top:2.3125rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKxH5cKmzbrl6NVq6DSTnKT1O8OKIzhJ { width:18.125rem;height:0.9746125rem;top:6.625rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE { display:none; }#pdqdFnluK3Afl2XQ32MmNDndWhrPfiZE > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #rFwP22W8zE8WB2pl5eFsJ3QUp0g54wL8 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#IMehv3rITlOs8IyhZ7JbpFv3R8LWzkA1 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRqliGAa6Ucl6EoEvssqulUsauGWhDrT { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxlN0JMGNc6iVlUy8sxKdzPRKWrTuifl { display:block; }
 }@media only screen and (max-width: 763px) { #T3ekpZTIn58pu7NnylohCElRbvG95eKy { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAwLbET2dKQUyth0Oe3tthbSebnpo8t0 { display:block; }
 }