.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:249,243,231;--color-primary-1:235,214,177;--color-primary-2:215,173,98;--color-primary-3:108,87,49;--color-primary-4:32,26,15;--color-secondary-0:221,218,218;--color-secondary-1:141,132,133;--color-secondary-2:26,9,11;--color-secondary-3:13,5,6;--color-secondary-4:4,1,2;--color-tertiary-0:255,255,255;--color-tertiary-1:185,185,186;--color-tertiary-2:139,139,140;--color-tertiary-3:83,83,84;--color-tertiary-4:61,62,64;--headlines-font-family:"Sackers";--paragraphs-font-family:"Sackers"; }@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); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c80ece0-af20-432d-b2cc-96b1cc738e3d/chezbisuttiriodaspedras151.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.adaptive-delivery-prevent-bg, #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.lazyload, #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.lazyloading { background-image: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { background-color: transparent; background-image: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container > .video-iframe-container { display: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.05); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row > .video-iframe-container { display: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .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); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { border-width: 0; border-radius: 0; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6::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; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:75rem;position:relative;display:block; }#S1maokozaNCNEQdgW5uA2Xby5GMM5Hgh { 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:8.0625rem;width:8.25rem;top:2.9375rem;left:33.375rem;overflow:hidden;display:block; }
#MJ9ou8UgACaZd8gKNcSWLbREAl45NNkf { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:36.875rem;left:23.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKHqJWPI0CQfAnKQifX6JdfeWhDfasPv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:41.625rem;left:35.9375rem; }
#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container { background-color: transparent; background-image: none; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container > .video-iframe-container { display: none; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row > .video-iframe-container { display: none; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .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); }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container { border-width: 0; border-radius: 0; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#pAe820Va3ass134fuZBtN9VrWE87212c { color:rgba(var(--color-secondary-2),1);display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.9375rem;left:17.625rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#WKtZT1KD9ofezq0XqxEWx3NBxQ9deLyR { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.1875rem;left:27.75rem;display:block; }
#fGm8sbxF3TaaSCqUE28qDImmQINPvUUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/359452dd-f766-4f1b-9e29-e575c295d89b/chezbisuttiriodaspedras6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd.adaptive-delivery-prevent-bg, #G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd.lazyload, #G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd.lazyloading { background-image: none; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container { background-color: transparent; background-image: none; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container > .video-iframe-container { display: none; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row > .video-iframe-container { display: none; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .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); }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container { border-width: 0; border-radius: 0; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/90ec8584-5c1b-4de3-8657-4641f497a554/chezbisuttiriodaspedras17.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx.adaptive-delivery-prevent-bg, #vRcTyQS68T0LipJCwwg8MABzf8AiLCNx.lazyload, #vRcTyQS68T0LipJCwwg8MABzf8AiLCNx.lazyloading { background-image: none; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container { background-color: transparent; background-image: none; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container > .video-iframe-container { display: none; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row > .video-iframe-container { display: none; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .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); }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container { border-width: 0; border-radius: 0; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#XOND63Vqf1fsoV3chIZHWq055zpowhls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container { background-color: transparent; background-image: none; }#XOND63Vqf1fsoV3chIZHWq055zpowhls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container > .video-iframe-container { display: none; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row > .video-iframe-container { display: none; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .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); }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container { border-width: 0; border-radius: 0; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#x3tFuUMAFTDrTscTIOViiyLBB84QifpJ { 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:7.625rem;width:7.6875rem;top:3.625rem;left:31.375rem;overflow:hidden;display:block; }
#Xosou9rX4bFatM9L9QXRN7wcwvRzgutD { color:rgba(var(--color-secondary-2),1);display:block;width:35.5625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.25rem;left:17.4375rem;height:7rem;text-align:center;text-align-last:center;display:block; }
#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0fafde0f-590d-493d-a749-36b2f76d99fe/chezbisuttiriodaspedras3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb.adaptive-delivery-prevent-bg, #g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb.lazyload, #g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb.lazyloading { background-image: none; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container { background-color: transparent; background-image: none; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container > .video-iframe-container { display: none; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row > .video-iframe-container { display: none; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .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); }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container { border-width: 0; border-radius: 0; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c4c95acc-30df-4576-ad80-cc1acc456d7d/chezbisuttiriodaspedras16.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT.adaptive-delivery-prevent-bg, #letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT.lazyload, #letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT.lazyloading { background-image: none; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container { background-color: transparent; background-image: none; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container > .video-iframe-container { display: none; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row > .video-iframe-container { display: none; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .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); }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container { border-width: 0; border-radius: 0; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8cac2177-29cd-4e96-bfec-37ed334c9bf5/chezbisuttiriodaspedras11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ.adaptive-delivery-prevent-bg, #HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ.lazyload, #HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ.lazyloading { background-image: none; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container { background-color: transparent; background-image: none; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container > .video-iframe-container { display: none; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row > .video-iframe-container { display: none; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .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); }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container { border-width: 0; border-radius: 0; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container { background-color: transparent; background-image: none; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container > .video-iframe-container { display: none; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row > .video-iframe-container { display: none; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .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); }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container { border-width: 0; border-radius: 0; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#wWAeB9QJgQtBpHvgUbGEcPEeqUSe1rU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:26.875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZW91AH4OnrgyOgoJHO6uPNlccVVOkW1i { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:10.60595703125rem;left:16.9375rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#lbadddrZRDPbH8gKLQRVVPLeX3pMW27N { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.875rem;left:27.75rem;display:block; }
#WpVxnhifnSNZIPopxCgvBWhE5eFAN1Ee { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6bd39778-94ca-4546-85a0-8c48f8b7cadd/chezbisuttiriodaspedras2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO.adaptive-delivery-prevent-bg, #ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO.lazyload, #ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO.lazyloading { background-image: none; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container { background-color: transparent; background-image: none; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container > .video-iframe-container { display: none; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row > .video-iframe-container { display: none; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .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); }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container { border-width: 0; border-radius: 0; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/986c9c49-e580-4300-a613-c9af8cc137e2/chezbisuttiriodaspedras10.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p.adaptive-delivery-prevent-bg, #fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p.lazyload, #fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p.lazyloading { background-image: none; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container { background-color: transparent; background-image: none; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container > .video-iframe-container { display: none; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row > .video-iframe-container { display: none; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .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); }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container { border-width: 0; border-radius: 0; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container { background-color: transparent; background-image: none; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container > .video-iframe-container { display: none; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row > .video-iframe-container { display: none; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .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); }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container { border-width: 0; border-radius: 0; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#u7LFVQe3EQdVagENN7KtNppPzPnKSE0L { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:9rem;left:19.75rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arFIvwyrQMgvpDqpDTKSc22Te21l93lT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:23rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container { background-color: transparent; background-image: none; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container > .video-iframe-container { display: none; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row > .video-iframe-container { display: none; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .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); }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container { border-width: 0; border-radius: 0; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#CtEC8oUQcHknHax14InSiXf8xNWG76Uc { position:absolute;display:block;z-index:15008;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;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#Sdr184Xegy0B6e7bT0hlcP3Cl2QL4Itf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.1875rem;left:17.1875rem; }
#ZWuOkAtkXg4A4nuQcbB7kOBxuSVrTtDa { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.125rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMHT6KEfL1b3wT1CCG5ql1GMHo9QRc3D { position:absolute;display:block;z-index:15010;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;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5rem;overflow:hidden;display:block; }
#DUbF2T9Se56014qVuLZGyTgIbGSI8pTS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:11.1875rem;left:54.6875rem; }
#gpXtcbeNyHk4edOlsxFzcpLytg1EhhOb { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:48.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container { background-color: transparent; background-image: none; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container > .video-iframe-container { display: none; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row > .video-iframe-container { display: none; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .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); }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container { border-width: 0; border-radius: 0; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dbo6q0OQXu0VgxJApo8Nd6dGr8GbJZ8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:17.125rem; }
#gOBVPrEh8iLhGJUZBlWNytdnTi3ysys1 { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:10.8125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R2C7emQTJBtKpQkfLdmuFPFdCTh0rzB6 { position:absolute;display:block;z-index:15013;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;height:9.375rem;width:9.375rem;top:1.875rem;left:14rem;overflow:hidden;display:block; }
#vRgdg6GLBfsbHMHJxfvKdHg5y6E59UKD { position:absolute;display:block;z-index:15013;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;height:9.375rem;width:9.375rem;top:1.875rem;left:51.5625rem;overflow:hidden;display:block; }
#ZORMC088hB3JDJC1GzFaCcAfu211pNRq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.1875rem;left:54.6875rem; }
#awE75Q2SuzhPEgdnVz2rQWqEul4080Vk { color:rgba(var(--color-secondary-2),1);display:block;width:10.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.3125rem;left:50.875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVcmQ989W6Cwka6H851EZA0boERew1mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container { background-color: transparent; background-image: none; }#aVcmQ989W6Cwka6H851EZA0boERew1mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container > .video-iframe-container { display: none; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row > .video-iframe-container { display: none; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .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); }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container { border-width: 0; border-radius: 0; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#yknSWBewWBpBTFJVIGcvhTR6XgiG84KI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.3125rem;left:35.9375rem; }
#mO4lssZRHdEL6Xd4NLC5PfroQyBuzZzq { color:rgba(var(--color-secondary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:28.875rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWxg9orCdM95hER5u3ukMWPnd9banCHB { position:absolute;display:block;z-index:15007;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;height:9.375rem;width:9.375rem;top:1.8125rem;left:32.8125rem;overflow:hidden;display:block; }
#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/cabbb6ae-049d-4ef5-a4fb-b92d8648f858/chezbisuttiriodaspedras8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.adaptive-delivery-prevent-bg, #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.lazyload, #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.lazyloading { background-image: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { background-color: transparent; background-image: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container > .video-iframe-container { display: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row > .video-iframe-container { display: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .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); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { border-width: 0; border-radius: 0; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container { background-color: transparent; background-image: none; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container > .video-iframe-container { display: none; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row > .video-iframe-container { display: none; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .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); }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container { border-width: 0; border-radius: 0; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#rPmxiwI75IVOsP8H56eWMmEmc39hcXko { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:8.1875rem;left:17.75rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#f18mk58hwDhI3O9EvSZcc0AUHQVB7yuX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:26.875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ormtQhpgwiXREyFflAeTf2L2vBIcnMX6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.55325rem;height:3.490725rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.4375rem;left:27.75rem;display:block; }
#icBeX1GgJeVXAwibhkSPbtxBHza1D8tJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7ef;background-image:url("https://images.assets-landingi.com/uc/dba78167-91e4-4751-b094-b72340365e3a/clubmedriodaspedrascapa.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4.adaptive-delivery-prevent-bg, #EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4.lazyload, #EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4.lazyloading { background-image: none; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container { background-color: transparent; background-image: none; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container > .video-iframe-container { display: none; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row > .video-iframe-container { display: none; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .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); }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container { border-width: 0; border-radius: 0; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container { background-color: transparent; background-image: none; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container > .video-iframe-container { display: none; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row > .video-iframe-container { display: none; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .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); }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container { border-width: 0; border-radius: 0; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-form-header { font-size:0.875rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:23.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top;font-style:normal;overflow:hidden;line-height:1.3; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.32);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.32);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:4.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:poppins;vertical-align:top;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:7rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:9.375rem;height:2.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),0.2);font-family:poppins;font-size:0.75rem;text-align:left;text-align-last:left; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:22.25rem;overflow:hidden;font-style:normal;float:none; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container:first-of-type{padding-top:0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container:last-of-type{padding-bottom:0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:8.874755859375rem;left:43.311635017395rem;font-size:0.875rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.4375rem;display:block;vertical-align:top; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g {display:block;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.4375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:absolute;top:8.874755859375rem;left:43.311635017395rem;font-size:0.875rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #pFfLlyoUC8f1Tnn5ohxZwW00lnrHfa4d { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #sah3CeUhgRTTdBHOOkyc32hI7iiRx34T { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #OhtIvrlr7fnplU4zWhhBcmtgnPWA3mHb { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #GWqqQRalRzACkeKzcIVV3JZAtGn1W8Vz { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #AfOo0t0T8vWxNQC7gVGJ2NgFtmT10feE { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #w4lW4ziLlPApnscSvE31DwqvMExlA02F { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #L4nRkPTf7gHkxmIJcU8gLFJWi01udGkG { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #c9BMK7NomcHWrHpK65MtG8PGh4tWPJiM { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #BptT7Jy98GkE14bf3uKBwcpZAym7mWCH { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yIvFELsMGeucWrM8XsgKlhqFd9vQwklG { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Bl73UC2q8T0hrL6NLSzbeTgEAiD03apN { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #gD3kr6k621dLG29qatAC2BbT2AANU9Ns { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Nexnw1kKbvfvFHQAFavqouD0WxMFipuO { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tBQDDd3uaS8pp6WIG7GeOPbfPdR0UcTJ { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #UTyugTIh8XmwPnWLowOrlyWnzWGTrrF3 { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tgePFzoTLQv6P5k8nsRx0CUbHmqPJAwq { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #ZfpIymW0zWIstwCmH9ScaRabLb8RK53v { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yDh0FVd80L1FHz3RIoUr9JdFwX6qvvMO { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #VNpEIpuPDFDixJe4Gnl3XqoD5sT2zZSk { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #TxIhbsowyNmwgACHoV3Vx38B5CioKOQ2 { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JxL8FarRQwMpZ8Q5x1pAwEgsBZNeLv4L { position:relative; }
#Z8QfFusWullNqqJMikLCKGTBhrB4FAgB { position:relative;display:block; }
#LTfNN3HHTpxwJeeVNJVlVN40Pzka09Wk { position:relative;display:block; }
#Ae1Gd1x9sE6h3h27Zf11X02Mm5oyLrFV { position:relative;display:block; }
#TCX3VoJupwvVdVF8MCzAFFVT4ulvvrW1 { position:relative;display:block; }
#mQSeWrcd68ZG2dHS6rvB5D1RTe86F2LK { position:relative;display:block; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #DLFTDWLZTIgom8xqgdJIdoChVuQ1yLhA { position:relative; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JLwXO24NN3i0Keyi5hBVqPL13PVTBJ55 { position:relative; }
#xXJbguzmHLnESaVleHDSWgTbGVieueBN { color:rgba(var(--color-primary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:48.5625rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#MdQ9PLq5KStkiWXaT4vyAT0lsNU6Fsk3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:48.125rem;width:25.8125rem;top:2.4375rem;left:43.375rem;display:block; }
#TWKJeFqXgqXAcLrI5CXovzEPn2F3getx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:27.68603515625rem;left:9.6875rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCdvrSqGgsOfaKbfEIlsbCxFN4NJSTb3 { 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:9.75rem;width:9.875rem;top:15.59375rem;left:13.8125rem;overflow:hidden;display:block; }
#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob { 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; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { background-color: transparent; background-image: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container > .video-iframe-container { display: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row > .video-iframe-container { display: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .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); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { border-width: 0; border-radius: 0; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#ssS1UtNzXTTHpvTsfATQNf1iW2HVJMK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:12.5625rem;left:26.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E1nxcBO6w6DDuXpyaAtfXZqnl1Pe8F43 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:14rem;left:23.625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVuWJQgQJm0fG17J3659W8IvmEWcDuAm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0.31);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:57.5rem;top:10.625rem;left:8.75rem;display:block; }
#z9taQVObSXf9l3uoqIkiF6Xss5XvgVb7 { 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:10.375rem;width:10.375rem;top:0rem;left:32.25rem;overflow:hidden;display:block; }
#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container { background-color: transparent; background-image: none; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container > .video-iframe-container { display: none; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row > .video-iframe-container { display: none; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .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); }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container { border-width: 0; border-radius: 0; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;position:relative;display:block; }#JD8z79iz2Cv1qBJOmDDozxOOuqwATXWh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.5625rem;left:33.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 { display:block; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1maokozaNCNEQdgW5uA2Xby5GMM5Hgh { top:2.9375rem;left:19.75rem;width:8.25rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9ou8UgACaZd8gKNcSWLbREAl45NNkf { top:36.875rem;left:9.9375rem;width:27.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHqJWPI0CQfAnKQifX6JdfeWhDfasPv { top:41.625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 { display:block; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAe820Va3ass134fuZBtN9VrWE87212c { top:2.9375rem;left:4rem;width:39.75rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtZT1KD9ofezq0XqxEWx3NBxQ9deLyR { width:19.5rem;height:3.4375rem;top:9.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGm8sbxF3TaaSCqUE28qDImmQINPvUUu { display:block; }
 }@media only screen and (max-width: 763px) { #G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd { display:block; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRcTyQS68T0LipJCwwg8MABzf8AiLCNx { display:block; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOND63Vqf1fsoV3chIZHWq055zpowhls { display:block; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3tFuUMAFTDrTscTIOViiyLBB84QifpJ { top:3.625rem;left:17.75rem;width:7.6875rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xosou9rX4bFatM9L9QXRN7wcwvRzgutD { top:13.25rem;left:3.8125rem;width:35.5625rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb { display:block; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT { display:block; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ { display:block; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 { display:block; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWAeB9QJgQtBpHvgUbGEcPEeqUSe1rU0 { top:4.5rem;left:13.25rem;width:21.25rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW91AH4OnrgyOgoJHO6uPNlccVVOkW1i { top:10.5625rem;left:3.3125rem;width:41.125rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbadddrZRDPbH8gKLQRVVPLeX3pMW27N { width:19.5rem;height:3.4375rem;top:18.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpVxnhifnSNZIPopxCgvBWhE5eFAN1Ee { display:block; }
 }@media only screen and (max-width: 763px) { #ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO { display:block; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p { display:block; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKV2SdseeipUG5btnrPogst7Cdgxq06 { display:block; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7LFVQe3EQdVagENN7KtNppPzPnKSE0L { top:9rem;left:6.125rem;width:35.5rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #arFIvwyrQMgvpDqpDTKSc22Te21l93lT { top:5.1875rem;left:9.375rem;width:29.0625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH { display:block; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtEC8oUQcHknHax14InSiXf8xNWG76Uc { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdr184Xegy0B6e7bT0hlcP3Cl2QL4Itf { top:11.1875rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWuOkAtkXg4A4nuQcbB7kOBxuSVrTtDa { top:14.3125rem;left:4.3125rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMHT6KEfL1b3wT1CCG5ql1GMHo9QRc3D { top:1.875rem;left:31.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUbF2T9Se56014qVuLZGyTgIbGSI8pTS { top:11.1875rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpXtcbeNyHk4edOlsxFzcpLytg1EhhOb { top:14.3125rem;left:28.1875rem;width:15.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt { display:block; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbo6q0OQXu0VgxJApo8Nd6dGr8GbJZ8X { top:11.125rem;left:10.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBVPrEh8iLhGJUZBlWNytdnTi3ysys1 { top:14.25rem;left:4rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2C7emQTJBtKpQkfLdmuFPFdCTh0rzB6 { top:1.875rem;left:7.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgdg6GLBfsbHMHJxfvKdHg5y6E59UKD { top:1.875rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORMC088hB3JDJC1GzFaCcAfu211pNRq { top:11.125rem;left:34.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #awE75Q2SuzhPEgdnVz2rQWqEul4080Vk { top:14.25rem;left:30.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcmQ989W6Cwka6H851EZA0boERew1mc { display:block; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yknSWBewWBpBTFJVIGcvhTR6XgiG84KI { top:11.3125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO4lssZRHdEL6Xd4NLC5PfroQyBuzZzq { top:14.375rem;left:6.625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWxg9orCdM95hER5u3ukMWPnd9banCHB { top:1.8125rem;left:14.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU { display:block; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc { display:block; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPmxiwI75IVOsP8H56eWMmEmc39hcXko { top:8.1875rem;left:4.125rem;width:39.4375rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18mk58hwDhI3O9EvSZcc0AUHQVB7yuX { top:4.3125rem;left:13.25rem;width:21.25rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ormtQhpgwiXREyFflAeTf2L2vBIcnMX6 { width:19.5rem;height:3.4375rem;top:16.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBeX1GgJeVXAwibhkSPbtxBHza1D8tJ { display:block; }
 }@media only screen and (max-width: 763px) { #EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 { display:block; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx { display:block; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-regular-label { width:23.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-textarea { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-button { width:9.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g  { width:23.4375rem;height:auto;top:8.8125rem;left:21.8125rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .radio-container { width:23.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g {display:block;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g { width:23.4375rem;height:auto;top:8.8125rem;left:21.8125rem; }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #pFfLlyoUC8f1Tnn5ohxZwW00lnrHfa4d {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #sah3CeUhgRTTdBHOOkyc32hI7iiRx34T {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #OhtIvrlr7fnplU4zWhhBcmtgnPWA3mHb {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #GWqqQRalRzACkeKzcIVV3JZAtGn1W8Vz {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #AfOo0t0T8vWxNQC7gVGJ2NgFtmT10feE {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #w4lW4ziLlPApnscSvE31DwqvMExlA02F {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #L4nRkPTf7gHkxmIJcU8gLFJWi01udGkG {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #c9BMK7NomcHWrHpK65MtG8PGh4tWPJiM {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #BptT7Jy98GkE14bf3uKBwcpZAym7mWCH {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yIvFELsMGeucWrM8XsgKlhqFd9vQwklG {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Bl73UC2q8T0hrL6NLSzbeTgEAiD03apN {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #gD3kr6k621dLG29qatAC2BbT2AANU9Ns {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Nexnw1kKbvfvFHQAFavqouD0WxMFipuO {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tBQDDd3uaS8pp6WIG7GeOPbfPdR0UcTJ {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #UTyugTIh8XmwPnWLowOrlyWnzWGTrrF3 {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tgePFzoTLQv6P5k8nsRx0CUbHmqPJAwq {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #ZfpIymW0zWIstwCmH9ScaRabLb8RK53v {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yDh0FVd80L1FHz3RIoUr9JdFwX6qvvMO {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #VNpEIpuPDFDixJe4Gnl3XqoD5sT2zZSk {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #TxIhbsowyNmwgACHoV3Vx38B5CioKOQ2 {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JxL8FarRQwMpZ8Q5x1pAwEgsBZNeLv4L {  }
 }@media only screen and (max-width: 763px) { #Z8QfFusWullNqqJMikLCKGTBhrB4FAgB { display:block; }
 }@media only screen and (max-width: 763px) { #LTfNN3HHTpxwJeeVNJVlVN40Pzka09Wk { display:block; }
 }@media only screen and (max-width: 763px) { #Ae1Gd1x9sE6h3h27Zf11X02Mm5oyLrFV { display:block; }
 }@media only screen and (max-width: 763px) { #TCX3VoJupwvVdVF8MCzAFFVT4ulvvrW1 { display:block; }
 }@media only screen and (max-width: 763px) { #mQSeWrcd68ZG2dHS6rvB5D1RTe86F2LK { display:block; }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #DLFTDWLZTIgom8xqgdJIdoChVuQ1yLhA {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JLwXO24NN3i0Keyi5hBVqPL13PVTBJ55 {  }
 }@media only screen and (max-width: 763px) { #xXJbguzmHLnESaVleHDSWgTbGVieueBN { top:3.75rem;left:28.125rem;width:15.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdQ9PLq5KStkiWXaT4vyAT0lsNU6Fsk3 { top:2.4375rem;left:21.9375rem;width:25.75rem;height:48.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKJeFqXgqXAcLrI5CXovzEPn2F3getx { top:27.625rem;left:2.875rem;width:18.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdvrSqGgsOfaKbfEIlsbCxFN4NJSTb3 { top:15.5625rem;left:7rem;width:9.875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob { display:block; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssS1UtNzXTTHpvTsfATQNf1iW2HVJMK0 { top:12.5625rem;left:12.9375rem;width:21.875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1nxcBO6w6DDuXpyaAtfXZqnl1Pe8F43 { top:14rem;left:10rem;width:27.8125rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVuWJQgQJm0fG17J3659W8IvmEWcDuAm { top:10.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9taQVObSXf9l3uoqIkiF6Xss5XvgVb7 { top:0rem;left:18.625rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ { display:block; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JD8z79iz2Cv1qBJOmDDozxOOuqwATXWh { top:0.5625rem;left:19.9375rem;width:7.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/319bc1b1-643c-431a-bb38-ceaa664499f5/CERIMONIA01R1_111331_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.adaptive-delivery-prevent-bg, #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.lazyload, #aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6.lazyloading { background-image: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { background-color: transparent; background-image: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.1); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container > .video-iframe-container { display: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,9,11,0.1); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row > .video-iframe-container { display: none; }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .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); }#aeZXAMwUTdClMSGN4JuCf1IwbwRgiyr6 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1maokozaNCNEQdgW5uA2Xby5GMM5Hgh { width:5.375rem;height:5.25rem;top:1.03125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9ou8UgACaZd8gKNcSWLbREAl45NNkf { width:16.5rem;height:4.4987rem;top:19.54833984375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHqJWPI0CQfAnKQifX6JdfeWhDfasPv { display:flex;width:3.125rem;height:3.125rem;top:24.72314453125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 { display:block; }#LH0dqq0r67dkNf0VfM8ampJcMpTeySE7 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAe820Va3ass134fuZBtN9VrWE87212c { width:20rem;height:4.79600625rem;top:2.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKtZT1KD9ofezq0XqxEWx3NBxQ9deLyR { width:15.875rem;height:3.4375rem;top:8.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGm8sbxF3TaaSCqUE28qDImmQINPvUUu { display:block; }
 }@media only screen and (max-width: 763px) { #G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd { display:block; }#G1TsD9v1pMbhFL1uo3WLaH0dasK23XOd > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vRcTyQS68T0LipJCwwg8MABzf8AiLCNx { display:block; }#vRcTyQS68T0LipJCwwg8MABzf8AiLCNx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOND63Vqf1fsoV3chIZHWq055zpowhls { display:block; }#XOND63Vqf1fsoV3chIZHWq055zpowhls > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3tFuUMAFTDrTscTIOViiyLBB84QifpJ { width:6rem;height:5.9375rem;top:2.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xosou9rX4bFatM9L9QXRN7wcwvRzgutD { width:19rem;height:5.99500625rem;top:10rem;left:0.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb { display:block; }#g7L0smkVfXolkGwWoQfRCwLm4KJXRXqb > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT { display:block; }#letfZ09xpB5Wk4LcDiG7eWXzCaA4i0mT > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ { display:block; }#HfFrn9Q8UaUC8UnAJteF2LQTveNrMgDQ > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 { display:block; }#xsyvhidhSDpoOyndKOcXAsbAtyuh2zm9 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWAeB9QJgQtBpHvgUbGEcPEeqUSe1rU0 { width:16.4375rem;height:3.57421875rem;top:2.5625rem;left:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW91AH4OnrgyOgoJHO6uPNlccVVOkW1i { width:19.4375rem;height:8.393rem;top:7.833984375rem;left:0.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbadddrZRDPbH8gKLQRVVPLeX3pMW27N { width:16.625rem;height:3.4375rem;top:18.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpVxnhifnSNZIPopxCgvBWhE5eFAN1Ee { display:block; }
 }@media only screen and (max-width: 763px) { #ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO { display:block; }#ttQ3iyH6Nl73X792vxH6HbolhKwA7CTO > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p { display:block; }#fUQnRGpitdh5sNLzTMGzcX0iltgUwz8p > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKV2SdseeipUG5btnrPogst7Cdgxq06 { display:block; }#TsKV2SdseeipUG5btnrPogst7Cdgxq06 > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7LFVQe3EQdVagENN7KtNppPzPnKSE0L { width:18.6875rem;height:5.99500625rem;top:7.125rem;left:0.6875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arFIvwyrQMgvpDqpDTKSc22Te21l93lT { width:16.5625rem;height:3.57421875rem;top:1.8125rem;left:1.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH { display:block; }#bcGntPbwpq4qkOdObUUkF8NvNbyb6ANH > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtEC8oUQcHknHax14InSiXf8xNWG76Uc { width:9.375rem;height:9.375rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sdr184Xegy0B6e7bT0hlcP3Cl2QL4Itf { display:flex;width:3.125rem;height:3.125rem;top:10.5625rem;left:8.4375019073488rem; }
 }@media only screen and (max-width: 763px) { #ZWuOkAtkXg4A4nuQcbB7kOBxuSVrTtDa { width:15.25rem;height:2.599825rem;top:13.687499046326rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMHT6KEfL1b3wT1CCG5ql1GMHo9QRc3D { width:9.375rem;height:9.375rem;top:18.78683125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUbF2T9Se56014qVuLZGyTgIbGSI8pTS { display:flex;width:3.125rem;height:3.125rem;top:28.09933125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gpXtcbeNyHk4edOlsxFzcpLytg1EhhOb { width:15.25rem;height:2.599825rem;top:31.224331021309rem;left:2.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt { display:block; }#aR1UsIUBzc7CLGKW7bSZhkRie2WqqBKt > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbo6q0OQXu0VgxJApo8Nd6dGr8GbJZ8X { display:flex;width:3.125rem;height:3.125rem;top:11.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gOBVPrEh8iLhGJUZBlWNytdnTi3ysys1 { width:10.75rem;height:3.8997375rem;top:14.9375rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2C7emQTJBtKpQkfLdmuFPFdCTh0rzB6 { width:9.375rem;height:9.375rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRgdg6GLBfsbHMHJxfvKdHg5y6E59UKD { width:9.375rem;height:9.375rem;top:21.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORMC088hB3JDJC1GzFaCcAfu211pNRq { display:flex;width:3.125rem;height:3.125rem;top:30.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #awE75Q2SuzhPEgdnVz2rQWqEul4080Vk { width:10.75rem;height:2.599825rem;top:34rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVcmQ989W6Cwka6H851EZA0boERew1mc { display:block; }#aVcmQ989W6Cwka6H851EZA0boERew1mc > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yknSWBewWBpBTFJVIGcvhTR6XgiG84KI { display:flex;width:3.125rem;height:3.125rem;top:11.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #mO4lssZRHdEL6Xd4NLC5PfroQyBuzZzq { width:11.25rem;height:2.599825rem;top:14.4375rem;left:4.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWxg9orCdM95hER5u3ukMWPnd9banCHB { width:9.375rem;height:9.375rem;top:2rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU { background-color:#b66533;background-image:url("https://images.assets-landingi.com/uc/91e6e6c9-3b7c-4133-8e86-08618707d2e5/CERIMONIA02R1_111342.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.adaptive-delivery-prevent-bg, #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.lazyload, #Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU.lazyloading { background-image: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { background-color: transparent; background-image: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container > .video-iframe-container { display: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row > .video-iframe-container { display: none; }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .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); }#Nhe5qdCdpRHfWEVokiBee4vdwvaFdPGU > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc { display:block; }#QmhkfBvJ57sRiTtRKfMv1oyiXPMO5LPc > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPmxiwI75IVOsP8H56eWMmEmc39hcXko { width:20rem;height:7.194rem;top:6.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f18mk58hwDhI3O9EvSZcc0AUHQVB7yuX { width:15.125rem;height:1.7871125rem;top:3.25rem;left:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ormtQhpgwiXREyFflAeTf2L2vBIcnMX6 { width:15.1875rem;height:3.0625rem;top:15.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icBeX1GgJeVXAwibhkSPbtxBHza1D8tJ { display:block; }
 }@media only screen and (max-width: 763px) { #EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 { display:block; }#EPe06EJQSU0eTRthi0qsO6gHCQNDJIu4 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx { display:block; }#CM5oLnVuvyp55tu4CHKV6a0oQ7q3snRx > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-text {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-select {padding-top: 0; padding-bottom: 0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;line-height:0;overflow:hidden; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container:first-of-type{padding-top:0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .widget-container:last-of-type{padding-bottom:0;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g  { width:17.5rem;height:auto;top:25.58984375rem;left:0rem; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g {display:block;}#cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g { width:17.5rem;height:auto;top:25.58984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #pFfLlyoUC8f1Tnn5ohxZwW00lnrHfa4d {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #sah3CeUhgRTTdBHOOkyc32hI7iiRx34T {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #OhtIvrlr7fnplU4zWhhBcmtgnPWA3mHb {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #GWqqQRalRzACkeKzcIVV3JZAtGn1W8Vz {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #AfOo0t0T8vWxNQC7gVGJ2NgFtmT10feE {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #w4lW4ziLlPApnscSvE31DwqvMExlA02F {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #L4nRkPTf7gHkxmIJcU8gLFJWi01udGkG {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #c9BMK7NomcHWrHpK65MtG8PGh4tWPJiM {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #BptT7Jy98GkE14bf3uKBwcpZAym7mWCH {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yIvFELsMGeucWrM8XsgKlhqFd9vQwklG {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Bl73UC2q8T0hrL6NLSzbeTgEAiD03apN {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #gD3kr6k621dLG29qatAC2BbT2AANU9Ns {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #Nexnw1kKbvfvFHQAFavqouD0WxMFipuO {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tBQDDd3uaS8pp6WIG7GeOPbfPdR0UcTJ {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #UTyugTIh8XmwPnWLowOrlyWnzWGTrrF3 {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #tgePFzoTLQv6P5k8nsRx0CUbHmqPJAwq {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #ZfpIymW0zWIstwCmH9ScaRabLb8RK53v {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #yDh0FVd80L1FHz3RIoUr9JdFwX6qvvMO {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #VNpEIpuPDFDixJe4Gnl3XqoD5sT2zZSk {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #TxIhbsowyNmwgACHoV3Vx38B5CioKOQ2 {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JxL8FarRQwMpZ8Q5x1pAwEgsBZNeLv4L {  }
 }@media only screen and (max-width: 763px) { #Z8QfFusWullNqqJMikLCKGTBhrB4FAgB { display:block; }
 }@media only screen and (max-width: 763px) { #LTfNN3HHTpxwJeeVNJVlVN40Pzka09Wk { display:block; }
 }@media only screen and (max-width: 763px) { #Ae1Gd1x9sE6h3h27Zf11X02Mm5oyLrFV { display:block; }
 }@media only screen and (max-width: 763px) { #TCX3VoJupwvVdVF8MCzAFFVT4ulvvrW1 { display:block; }
 }@media only screen and (max-width: 763px) { #mQSeWrcd68ZG2dHS6rvB5D1RTe86F2LK { display:block; }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #DLFTDWLZTIgom8xqgdJIdoChVuQ1yLhA {  }
 }@media only screen and (max-width: 763px) { #cLZz63tPEGT4VHsfM2gdVaFTruKkGv9g #JLwXO24NN3i0Keyi5hBVqPL13PVTBJ55 {  }
 }@media only screen and (max-width: 763px) { #xXJbguzmHLnESaVleHDSWgTbGVieueBN { width:14.875rem;height:3.57421875rem;top:19.75rem;left:2.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdQ9PLq5KStkiWXaT4vyAT0lsNU6Fsk3 { width:20rem;height:49.6875rem;top:16.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWKJeFqXgqXAcLrI5CXovzEPn2F3getx { width:17.75rem;height:3.90014375rem;top:11rem;left:1.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCdvrSqGgsOfaKbfEIlsbCxFN4NJSTb3 { width:7.1875rem;height:7.125rem;top:2.1875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob { background-color:#1a090b;background-image:none;display:block; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { background-color: transparent; background-image: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container > .video-iframe-container { display: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row > .video-iframe-container { display: none; }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .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); }#giJG8f7PZr0Kd8o6Fw6aICUlFMoAwSob > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssS1UtNzXTTHpvTsfATQNf1iW2HVJMK0 { width:15.625rem;height:0.8125rem;top:9.3125rem;left:2.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1nxcBO6w6DDuXpyaAtfXZqnl1Pe8F43 { width:20rem;height:0.8125rem;top:10.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVuWJQgQJm0fG17J3659W8IvmEWcDuAm { width:20rem;height:0.0625rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z9taQVObSXf9l3uoqIkiF6Xss5XvgVb7 { width:9.3125rem;height:9.3125rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ { display:block; }#cRLNA6lvenHlf72qtOhBP9CPp55HHkiQ > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JD8z79iz2Cv1qBJOmDDozxOOuqwATXWh { width:7.875rem;height:0.8941rem;top:1.25rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }