.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:216,204,192;--color-primary-1:162,153,144;--color-primary-2:108,102,96;--color-primary-3:54,51,48;--color-primary-4:0,0,0;--color-secondary-0:201,188,177;--color-secondary-1:174,154,138;--color-secondary-2:147,120,99;--color-secondary-3:110,90,74;--color-secondary-4:74,60,50;--color-tertiary-0:215,215,215;--color-tertiary-1:201,202,202;--color-tertiary-2:151,152,152;--color-tertiary-3:101,101,101;--color-tertiary-4:50,51,51;--headlines-font-family:"Belleza";--paragraphs-font-family:"open sans"; }@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:#ffffff;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); }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 { background-color:rgba(var(--color-secondary-2),0.55);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 > .row .container { border-width: 0; border-radius: 0; }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 > .row .container { font-size:0.875rem;font-family:ubuntu;height:6.125rem;width:75rem;overflow:visible;position:relative;display:none; }#fZ42T32xHn4vQT1iEKNz8ZOAUi0qcm1G { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.1870660781861rem;left:43.312284469604rem;display:block; }
#RexwFT1ePAJtGbAwTFbDO9Nr4V6d1GRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIlFqMtA4XVm0xpgKQ0zrvz0PAlUcG06 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.1870660781861rem;left:35.562173843384rem;display:block; }
#GxWZnOu8l36WsOZtr8BSaPiep45Tk5yd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXiAfLEHmgFy5RVdan7M6racFHxZRdhu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.1870660781861rem;left:28.437067031861rem;display:block; }
#q285Ju0HEQpV0OPzCnXcADlrec3tcc2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcO4mcnMBgBdkKcLdXtLt3umb07EbVui { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.125rem;top:1.7496747970581rem;left:0.3125rem;overflow:hidden;display:block; }
#d5gP0knFXDbgTO4kEoydJLJJiQ6igLI6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.1870660781861rem;left:21.312501907349rem;display:block; }
#JxapHIldlb9SvWc2uDZQpuq6Ht6UWcGn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNX2eHWL3dNxPiyZr0vlaoE10PX4UDwC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.1870660781861rem;left:14.187391281128rem;display:block; }
#DPQsISUlZBRg2dptySGKEAia7TuLJ5vK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZeH9kxo9kLKcIXLN5x41fwHmVKFbyah { background-color:rgba(var(--color-primary-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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2479375rem;height:2.68663125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.7187504768372rem;left:61.998701095581rem;display:block; }
#OWiBRWVeL1d8CZDFVX28cugTrAlCnIVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qc9Tv68TMfbZVws4kVulnzcViqWutKLi { background-color:#d8ccc0;background-image:url("https://images.assets-landingi.com/uc/e1bb323c-226b-433b-ba0a-d1ba37e450bd/WhatsAppImage20250501at82507AM1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi.adaptive-delivery-prevent-bg, #qc9Tv68TMfbZVws4kVulnzcViqWutKLi.lazyload, #qc9Tv68TMfbZVws4kVulnzcViqWutKLi.lazyloading { background-image: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { background-color: transparent; background-image: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container > .video-iframe-container { display: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row > .video-iframe-container { display: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .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); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { border-width: 0; border-radius: 0; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#sqSOEKQtvrf90mdEIKOG579l1FCMV72z { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.875rem;left:35.1875rem;display:block; }
#ozaZ7eo0IHXMRDnpSSTsIDkAo91IAZFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RSonHIl0yR6wUAfgywCnplBgkDtvhrd5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.312375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:42.75rem;display:block; }
#LhwL0rNtt6ugAfkiDbNu0kvoJZs9ryy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1bb8JWbIQUBKEkWzEXpMHJo9mMJeA2i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4371875rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.89453125rem;left:49.346465110779rem;display:block; }
#PXktXnu5gqDOugbEq6ea9Rv1zzB9Hsa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WoquuOuORleZdtN1ZGsEoGG2fUuJcv1o { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.7496875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.89453125rem;left:55.936957359314rem;display:block; }
#TTiLwQp3fbt2qSHUNoyphSTTuMMFPfsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3VL4TRMq0Xg7flbZmRF5qe8ULvWzNLN { background-color:#c9bcb1;background-image:none;border-top:0.125rem solid #d8ccc0;border-left:0.125rem solid #d8ccc0;border-right:0.125rem solid #d8ccc0;border-bottom:0.125rem solid #d8ccc0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.97904125rem;height:2.978735rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.9683160781861rem;left:64.4373922348rem;display:block; }
#Ac65tFeDhS2AAyVoNN2f1bstdgwTsyud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qOydK1NGAniMD5i1D4T498vR6X37mHDs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;box-sizing:border-box;color:#4c3d31;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8120625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:28.375rem;display:block; }
#Egdd37w1chVu10qwky4kxUUqT7kAmnkb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow6UbFwHg3aE0lJ2QRqA1LWC7wLJChF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4998125rem;position:absolute;font-family:"tenor sans";font-size:3.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:11.3125rem;left:0.8125rem;height:3.37456875rem;text-align:center;text-align-last:center;display:block; }
#PZNof8qxX4DQwM5Bmuy0tkXKxk42ZHMs { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1248125rem;position:absolute;font-family:"tenor sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:.9;letter-spacing:0;top:15.875rem;left:11.875rem;height:1.124675rem;text-align:center;text-align-last:center;display:block; }
#yQXTmioNgvxn05JV0lSiBU863lW2eL2B { background-color:#c9bcb1;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;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4370625rem;height:2.62478125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.875rem;left:10.6875rem;display:block; }
#HrUprpBQ1RpxeZnvfH7aEN6UKHSHhZop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cf700ed-bcb1-4a22-b684-99733243993a/f6d97ef24fb84e8e8bbf8a0fddc19631.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha.adaptive-delivery-prevent-bg, #Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha.lazyload, #Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha.lazyloading { background-image: none; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container { background-color: transparent; background-image: none; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,85,82,0.81); }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container > .video-iframe-container { display: none; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(88,85,82,0.81); }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row > .video-iframe-container { display: none; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .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); }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container { border-width: 0; border-radius: 0; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container { width:75rem;height:34.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IqUzeNXbdGcVbw435Qz9s4NKimNbOplm { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.935180664062rem;left:0rem;height:1.94986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gclspXT8G5uvZkp53LWG9N4cHPRf7xZU { color:rgba(var(--color-primary-0),1);display:block;width:13.81225rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:7.375rem;left:30.625rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoBvH9rIP0l1H6oWIFF41f7mcGh4Oftw { color:rgba(var(--color-primary-0),1);display:block;width:21.187125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:3.625rem;left:26.9375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kKKcewEGezGaMBTOsZr31gvDWGgPt8hO { color:rgba(var(--color-primary-0),1);display:block;width:67.749375rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:11.87255859375rem;left:3.6236572265625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7c8d8a94-5e2a-4f80-86db-c1a5bdba7883/mochamousse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.adaptive-delivery-prevent-bg, #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.lazyload, #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.lazyloading { background-image: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { background-color: transparent; background-image: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container > .video-iframe-container { display: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row > .video-iframe-container { display: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .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); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { border-width: 0; border-radius: 0; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:102.875rem;width:75rem;position:relative;display:block; }#aMiRBrwedGrwQRn0e5x77w6it6eEqwfc { color:rgba(var(--color-primary-0),1);display:block;width:24.5611875rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.3746337890625rem;left:25.219116210938rem;height:3.24978125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dkiPZtlxQsXAulkpTIyzf06STTeTyzKA { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:"tenor sans";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ins7cHRBBct5L3BPgr9NhNarJVN1gTWH { position:absolute;display:block;z-index:15015;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.75rem;width:19.3125rem;top:11.3125rem;left:0.625rem;overflow:hidden;display:block; }
#bXHJ7lJ99kkFXJbisApucK4VemOdo1qy { color:rgba(var(--color-primary-0),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:41.9375rem;left:2.4375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#caeWd81igxyvwqVOHXBzN5r5Lr3phSgv { color:rgba(var(--color-primary-0),1);display:block;width:15.2484375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:41.937255859375rem;left:20.843505859375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mm5qr7FqTFQTpcifc2oOUX9hliMATLDq { color:rgba(var(--color-primary-0),1);display:block;width:14.9359375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.937255859375rem;left:39.124755859375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#noSPKgMQCVICFqCUguGUN0IFt0m1iXMB { color:rgba(var(--color-primary-0),1);display:block;width:17.3736875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:41.937255859375rem;left:56.093139648438rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZnIJ6s2DWL6JyfDvQJnfl4VHNBQZ7GZd { position:absolute;display:block;z-index:15017;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.75rem;width:19.3125rem;top:11.3125rem;left:18.8125rem;overflow:hidden;display:block; }
#A6etciDmxIdhKfNHl53fXyw1Pm4etoXt { position:absolute;display:block;z-index:15019;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.75rem;width:19.3125rem;top:11.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#TT8LtSTbgTdVkM7DVA7DoHJMK8QTiDeh { position:absolute;display:block;z-index:15021;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.75rem;width:19.3125rem;top:11.3125rem;left:55.125rem;overflow:hidden;display:block; }
#QT2RyAgdznpI0a7eqQrxJvFFS2tKl26p { color:rgba(var(--color-primary-0),1);display:block;width:67.6875rem;position:absolute;font-family:"tenor sans";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:97.4599609375rem;left:3.65625rem;height:2.1120875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oHit0V7DTVhVC9uZcvOkF4uebVoOgpBq { color:rgba(var(--color-primary-0),1);display:block;width:12.75rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.53955078125rem;left:3.90625rem;height:3.8981125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TpEGelpTPOrB7ULb5kLSN8WgqCsp5SPN { color:rgba(var(--color-primary-0),1);display:block;width:13.624875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:44.539794921875rem;left:21.654052734375rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UfFHGTz87Q05ZBcHnimOovXUSHQUygEp { color:rgba(var(--color-primary-0),1);display:block;width:14.6234375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:44.539794921875rem;left:39.281005859375rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SaL2TolVqZHAfuTiZnAxRKFzDw8XbCKl { color:rgba(var(--color-primary-0),1);display:block;width:14.6234375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:44.539184570312rem;left:57.46826171875rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZv8N6WeIXvRCIHEi6qehGsqzBRdsT1W { box-sizing:content-box;height:10.1875rem;width:17.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:41.25634765625rem;left:37.72412109375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.9);border-left:0.125rem solid rgba(222,202,186,0.9);border-right:0.125rem solid rgba(222,202,186,0.9);border-bottom:0.125rem solid rgba(222,202,186,0.9);display:block; }
#bNnLc2mP2J5itCbDSullwQG4fbZqMpM7 { box-sizing:content-box;height:10.1875rem;width:17.625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:41.25537109375rem;left:55.849609375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.9);border-left:0.125rem solid rgba(222,202,186,0.9);border-right:0.125rem solid rgba(222,202,186,0.9);border-bottom:0.125rem solid rgba(222,202,186,0.9);display:block; }
#Szp5XyAT6ZrEqJAF7CLE6RR3vrAqOa7n { box-sizing:content-box;height:10.1875rem;width:17.625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:41.25634765625rem;left:19.56787109375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.9);border-left:0.125rem solid rgba(222,202,186,0.9);border-right:0.125rem solid rgba(222,202,186,0.9);border-bottom:0.125rem solid rgba(222,202,186,0.9);display:block; }
#QTRd3ZzcQiM5NPPD7DbX4dnp0Uy4HAuA { box-sizing:content-box;height:10.1875rem;width:17.6875rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:41.25rem;left:1.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.9);border-left:0.125rem solid rgba(222,202,186,0.9);border-right:0.125rem solid rgba(222,202,186,0.9);border-bottom:0.125rem solid rgba(222,202,186,0.9);display:block; }
#AQISana4hOboLFA2yxpfdViIQokcH0ps { color:rgba(var(--color-primary-0),1);display:block;width:15.499875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:87.5625rem;left:57rem;height:6.49684375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CE9WPJRsK9zltCKaE0DStS6G6uUDIntk { box-sizing:content-box;height:10.1875rem;width:17.6875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:84.125rem;left:55.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.6);border-left:0.125rem solid rgba(222,202,186,0.6);border-right:0.125rem solid rgba(222,202,186,0.6);border-bottom:0.125rem solid rgba(222,202,186,0.6);display:block; }
#o7ShaETmLe8bVU3VIo699zMCe04cac8T { color:rgba(var(--color-primary-0),1);display:block;width:17.37425rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:85.125rem;left:56.4375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FrC61fz7TCh0JPPKnTGUhhEA2gvD5QuW { position:absolute;display:block;z-index:15037;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.625rem;width:19.375rem;top:54.25rem;left:55.1875rem;overflow:hidden;display:block; }
#gZfmtCNAUrZH6DmnOdwnn0ZzsgIXDU3r { position:absolute;display:block;z-index:15035;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.375rem;width:19.375rem;top:54.25rem;left:37.0625rem;overflow:hidden;display:block; }
#nmVSsIxG7H0xIT6bXT5wTRwnkDGUeBW6 { box-sizing:content-box;height:10.1875rem;width:17.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:84.125rem;left:37.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.6);border-left:0.125rem solid rgba(222,202,186,0.6);border-right:0.125rem solid rgba(222,202,186,0.6);border-bottom:0.125rem solid rgba(222,202,186,0.6);display:block; }
#M6Alb3TIiaKQz4BHv2c0MFm1NEpdEoc8 { color:rgba(var(--color-primary-0),1);display:block;width:14.9365rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:85.125rem;left:39.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZoLdsxoIbs2wU8cRmvKZDUVIhciXd8uG { color:rgba(var(--color-primary-0),1);display:block;width:14.0625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:87.5625rem;left:39.5625rem;height:2.5987375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oVGVshx5C9XgkqzEaKZAlEFmJQMIz1Zi { position:absolute;display:block;z-index:15033;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.5625rem;width:19.375rem;top:54.25rem;left:18.8125rem;overflow:hidden;display:block; }
#Unnn72uSrSvFSTDRtP1cUhPzugBD17Mw { box-sizing:content-box;height:10.1875rem;width:17.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:84.125rem;left:19.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.6);border-left:0.125rem solid rgba(222,202,186,0.6);border-right:0.125rem solid rgba(222,202,186,0.6);border-bottom:0.125rem solid rgba(222,202,186,0.6);display:block; }
#I2qCHkIHJ0OQI55PpZmNZxtOTEXqc7yN { color:rgba(var(--color-primary-0),1);display:block;width:15.249rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:85.125rem;left:20.875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3XrCP1KTkhqQ4Kqo2WkTMym40Kdmssw { color:rgba(var(--color-primary-0),1);display:block;width:12.374875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:87.5625rem;left:22.25rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QTOtNUNuxMx353RScxqSoGyE98MdHmvO { position:absolute;display:block;z-index:15031;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:31.625rem;width:19.375rem;top:54.25rem;left:0.4375rem;overflow:hidden;display:block; }
#f6qcE16APnZ9mT1bPm6g3dZuhWnBFFEF { box-sizing:content-box;height:10.1875rem;width:17.6875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:84.125rem;left:1.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid rgba(222,202,186,0.6);border-left:0.125rem solid rgba(222,202,186,0.6);border-right:0.125rem solid rgba(222,202,186,0.6);border-bottom:0.125rem solid rgba(222,202,186,0.6);display:block; }
#wZ9D2LRSAJX5A29CZNLRG5KuSRqtpFFf { color:rgba(var(--color-primary-0),1);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:85.125rem;left:2.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XXlZMcgn21P9V27CO360ySeoOAMCNop5 { color:rgba(var(--color-primary-0),1);display:block;width:13.2495rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:87.5625rem;left:3.625rem;height:2.59874375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CAt7AMFt2xeOQasLUrVgheJf2eqNEhvO { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#At1nqHfMrC54ZnCssaeKtoTdwH2Nen6C { color:rgba(var(--color-primary-0),1);display:block;width:13.75rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.539794921875rem;left:3.40576171875rem;height:4.38720625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { background-color: transparent; background-image: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container > .video-iframe-container { display: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row > .video-iframe-container { display: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .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); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { border-width: 0; border-radius: 0; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { width:75rem;height:53.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gIbLWF3XwvnDksBfKrgzuaQTST033TEl { color:rgba(var(--color-secondary-2),1);display:block;width:31.68675rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2496738433838rem;left:3.2486982345581rem;height:3.24978125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTKhKN79s2Wq48RT3XMuxB7Sqg30l1M3 { color:#4c3d31;display:block;width:31.687rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8rem;left:3.25rem;height:2.43706875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VuylvkEigVVQ9KZmx4bGIhocNkqZGdoT { box-sizing:content-box;height:34.9375rem;width:26.6875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;top:10.3125rem;left:45.4375rem;border-top-right-radius:12.5rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:12.5rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);display:block; }
#UnTWm8V6m3v1dr71FFZXTFzWkQhggPnh { position:absolute;display:block;z-index:15011;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:34.187rem;width:25.812375rem;top:10.8125rem;left:46.0625rem;overflow:hidden;display:block; }
#OgdnZzIvT8XoldcKPnTTopOB1ktmKQIT { color:#2e1b16;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:12.1875rem;left:3.25rem;height:7.22225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nDvyFKAMGLZqu2UX6CCmkshqg18CLLiy { color:#2e1b16;display:block;width:60.374375rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:48.186309814453rem;left:6.8098955154419rem;height:1.80555625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsB592A9hsT7MoTTReHaLUGAqXS5c1lp { color:#2e1b16;display:block;width:60.374875rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:48.49881029129rem;left:6.87283039093rem;height:3.6111125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KR46HdCOElMHn6s0qegElIcOUwdsGfpu { color:#2e1b16;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:41.9375rem;left:3.25rem;height:3.6111125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F26T2xXcrAiAvaqa7tTTPF2t7psRUaOL { color:#2e1b16;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:33.5625rem;left:3.25rem;height:7.22225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EweDKp8C3gXsOZByVt727VMo7Drhm5T6 { color:#2e1b16;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:26.875rem;left:3.25rem;height:5.41666875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HZSgcAZa6TkvIf1LMSxk0acdqMkfMIAy { color:#2e1b16;display:block;width:40.625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:20.5625rem;left:3.25rem;height:5.41666875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.68);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; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container { background-color: transparent; background-image: none; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container > .video-iframe-container { display: none; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row > .video-iframe-container { display: none; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .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); }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container { border-width: 0; border-radius: 0; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.68);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; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container { background-color: transparent; background-image: none; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container > .video-iframe-container { display: none; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row > .video-iframe-container { display: none; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .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); }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container { border-width: 0; border-radius: 0; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container { font-size:0.875rem;font-family:lato;height:37.375rem;width:75rem;position:relative;display:block; }#lPfVxZWpPHqPMOpR2qv3S7hsBT4r2xww { box-sizing:content-box;height:24.3125rem;width:37.9375rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),0.7);background-image:none;top:10.0625rem;left:3rem;display:block; }
#pgWE6DBGIrmOWMM9KGchCBq0T8xG1bQh { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:23.0625rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#BscDrKoT8igsK4vGmIszN0ZIob8dBmqR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:23.5rem;top:16.4375rem;left:25.1875rem;overflow:hidden;display:block; }
#XuirWJ0rLdnguIGiU4u6B7u6Pal3u6qT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:10.75rem;top:7.5rem;left:25.1875rem;overflow:hidden;display:block; }
#aQslRysfSAS3vZImLUMX1ERat7T1hGUq { position:absolute;display:block;z-index:15014;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.125rem;width:10.6875rem;top:25rem;left:12.4375rem;overflow:hidden;display:block; }
#qbwnM4OrK4xA8r3NWGIMVLoptUoSBpzl { position:absolute;display:block;z-index:15014;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.125rem;width:4.6875rem;top:7.5rem;left:38.0625rem;overflow:hidden;display:block; }
#Ca3WdZ5fK3nW8T4u4RchDK3oaKuJGoDG { position:absolute;display:block;z-index:15015;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.125rem;width:10.6875rem;top:25rem;left:0rem;overflow:hidden;display:block; }
#FRbMN7BJ6Q6ZvEZ8WCIuAuFWdlCLCPI5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.625rem;width:22rem;top:7.5rem;left:50.375rem;overflow:hidden;display:block; }
#eqrT6EbAvKAx9cTXDib0fAontR4ClTsr { color:#4c3d31;display:block;width:25.7485625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:1.8125rem;left:24.0625rem;height:2.999675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pOF44d0zPlkiTuyVpoPXMvRuEPClfoC4 { position:absolute;display:block;z-index:15015;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.125rem;width:4.6875rem;top:7.5rem;left:44.0625rem;overflow:hidden;display:block; }
#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),0.68);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; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container { background-color: transparent; background-image: none; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container > .video-iframe-container { display: none; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row > .video-iframe-container { display: none; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .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); }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container { border-width: 0; border-radius: 0; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP { 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; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container { background-color: transparent; background-image: none; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container > .video-iframe-container { display: none; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row > .video-iframe-container { display: none; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .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); }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container { border-width: 0; border-radius: 0; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d0771cc-81a0-4c31-890b-735218b49442/ghdlogo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.5rem;width:10rem;top:8.8125rem;left:20.25rem;display:block; }#HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3.adaptive-delivery-prevent-bg, #HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3.lazyload, #HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3.lazyloading { background-image: none; }
#xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2114d648-9147-4974-9ce0-bf28f190efe0/logo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:10rem;top:8.8125rem;left:44.75rem;display:block; }#xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV.adaptive-delivery-prevent-bg, #xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV.lazyload, #xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV.lazyloading { background-image: none; }
#XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e80ff412-1f65-409f-ac12-58c34ac23aa5/newlogo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.5rem;width:10rem;top:8.8125rem;left:32.5rem;display:block; }#XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI.adaptive-delivery-prevent-bg, #XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI.lazyload, #XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI.lazyloading { background-image: none; }
#Z2HdfSNcTHK6RTqcU8bER88uIcXTN4hE { color:rgba(var(--color-primary-0),1);display:block;width:25.7485625rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.62548828125rem;height:2.999675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#auDVMeaq4L5cG8VBoLgtbS97m9DTquUW { color:rgba(var(--color-primary-0),1);display:block;width:64.125rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:5.375rem;left:5.4375rem;height:1.37478125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container { background-color: transparent; background-image: none; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container > .video-iframe-container { display: none; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row > .video-iframe-container { display: none; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .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); }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container { border-width: 0; border-radius: 0; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container { width:75rem;height:5.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Mh2nIeT1TheTLDQVAGX6QshPTJqewgO1 { color:#4c3d31;display:block;width:20.5615rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.069580078125rem;left:26.093139648438rem;height:3.24978125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgNAIsVBRXCuCByofcwncoensPqpuzCT { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container { background-color: transparent; background-image: none; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container > .video-iframe-container { display: none; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row > .video-iframe-container { display: none; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .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); }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container { border-width: 0; border-radius: 0; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container { width:75rem;height:25.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#liL8Fvs4eyE2t5ET2nCTZSWcRU0GBrXG { position:absolute;display:block;z-index:15000;height:21.749875rem;width:38.75rem;top:1.53076171875rem;left:16.812133789062rem;display:block; }
#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,27,22,0.8);background-image:url("https://images.assets-landingi.com/uc/7c8d8a94-5e2a-4f80-86db-c1a5bdba7883/mochamousse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT.adaptive-delivery-prevent-bg, #dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT.lazyload, #dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT.lazyloading { background-image: none; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container { background-color: transparent; background-image: none; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container > .video-iframe-container { display: none; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row > .video-iframe-container { display: none; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .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); }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container { border-width: 0; border-radius: 0; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container { font-size:0.875rem;font-family:rubik;height:32.5625rem;width:75rem;position:relative;display:block; }#ZbTSFyfQkT33XrKNdgSPf0MNMWAUJux0 { color:rgba(var(--color-primary-0),1);display:block;width:12.749rem;position:absolute;font-family:"tenor sans";font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.125rem;left:0rem;height:3.49989375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JQw2zyUnHzo0cCmfcxC0qJgKMbqZFfXu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:9.625rem;left:0rem; }
#KRpy3PrKCO0LIhW040pqAZxJFgKpifci { color:rgba(var(--color-primary-0),1);display:block;width:18.624125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:9.7743062973025rem;left:3.4988059997559rem;height:1.57498125rem;font-style:normal;display:block; }
#pHMgTv5MJvABrZTvuimk9wS1w8NOEsO3 { color:rgba(var(--color-primary-0),1);display:block;width:13.8748125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.4;letter-spacing:0;top:13.524306297303rem;left:3.4977216720581rem;height:1.57498125rem;font-style:normal;display:block; }
#c6oTSFdD7GQFAnBE9kidHCWvVR9QpP6R { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.375rem;left:0rem; }
#xKgVtyOwRCem6s2oXoktRaW3VV6CJaQV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.125rem;left:0rem; }
#kiZDflQtAWQDNWO9TApzDquZMOTcDEZA { color:rgba(var(--color-primary-0),1);display:block;width:32.874875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.4;letter-spacing:0;top:16.486002922058rem;left:3.4977216720581rem;height:3.1499625rem;font-style:normal;display:block; }
#O3PM9w2GU6hT5UxEF685FbGhLbCX7Sg5 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.374625rem;width:32.062375rem;top:4.3125rem;left:39.625rem;overflow:hidden;display:block; }
#DX41BkWomlRbvhiEbe9QwMBhnTusXaam { box-sizing:content-box;height:26.3125rem;width:30.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.69);background-image:none;top:3.125rem;left:37.875rem;display:block; }
#pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.9375rem;left:12.5rem; }
#pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#tlk9qTNRvaHA020eesZP1syvAyNTqI4F { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:20.9375rem;left:9.125rem; }
#tlk9qTNRvaHA020eesZP1syvAyNTqI4F > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.875rem;left:5.75rem; }
#PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container { background-color: transparent; background-image: none; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container > .video-iframe-container { display: none; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row > .video-iframe-container { display: none; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .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); }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container { border-width: 0; border-radius: 0; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:8.1484375rem;width:75rem;position:relative;display:block; }#c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.875rem;left:51.4375rem; }
#c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.875rem;left:53.625rem; }
#JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#TNQLWE1RgapIK13Wt14ng05Ers2VoH4q { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.875rem;left:55.8125rem; }
#TNQLWE1RgapIK13Wt14ng05Ers2VoH4q > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#yH8gWNSfTq3LutBFmsmfQDI3egDsa06e { color:#2e1b16;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.2052001953125rem;left:24.21875rem;height:2.799475rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yt9D9yDeewmb0qeQd2hRdy2zhDLCouKh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.874875rem;height:1.49963125rem;text-decoration:none;z-index:15013;text-align:right;text-align-last:right;top:0.49435424804688rem;left:65.062391281125rem;display:block; }
#GfATX1TQh9C5GqqPLovIkckSTzGZ9P7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L16wsax2yAZmZ6Ux6XXS7zBBNpWNgo1p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.5rem;text-decoration:none;z-index:15014;text-align:right;text-align-last:right;top:2.2496643066406rem;left:63.374570846556rem;display:block; }
#GsBbi7gtBUivbeSXdeGtOnXmA9XWB1ix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2crmg7vNudiaQMD47ApQ9Lh01lMW0NE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.687125rem;height:1.49963125rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:4.1234741210938rem;left:66.312391281125rem;display:block; }
#VKNQhhNplRg2xn5J8pKCSJJFVbxpZhfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUM9IEZkmsylBbdr3AT2NMK2k0FGN4En { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:18.8125rem;top:1.730037689209rem;left:0rem;overflow:hidden;display:block; }
#vfZr6ybW77cmthDgggvUvetClKZkz9Ud { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.687125rem;height:1.49963125rem;text-decoration:none;z-index:15016;text-align:right;text-align-last:right;top:5.8731689453125rem;left:66.313482284544rem;display:block; }
#m2a7GZSlTS6Snp3uBpJrOnpxW9nKs17s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 { display:none; }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZ42T32xHn4vQT1iEKNz8ZOAUi0qcm1G { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RexwFT1ePAJtGbAwTFbDO9Nr4V6d1GRb { display:block; }
 }@media only screen and (max-width: 763px) { #iIlFqMtA4XVm0xpgKQ0zrvz0PAlUcG06 { width:6.875rem;height:2.5rem;top:1.5rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWZnOu8l36WsOZtr8BSaPiep45Tk5yd { display:block; }
 }@media only screen and (max-width: 763px) { #vXiAfLEHmgFy5RVdan7M6racFHxZRdhu { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q285Ju0HEQpV0OPzCnXcADlrec3tcc2P { display:block; }
 }@media only screen and (max-width: 763px) { #QcO4mcnMBgBdkKcLdXtLt3umb07EbVui { top:1.6875rem;left:0rem;width:13.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5gP0knFXDbgTO4kEoydJLJJiQ6igLI6 { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxapHIldlb9SvWc2uDZQpuq6Ht6UWcGn { display:block; }
 }@media only screen and (max-width: 763px) { #rNX2eHWL3dNxPiyZr0vlaoE10PX4UDwC { width:6.875rem;height:2.5rem;top:1.5rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPQsISUlZBRg2dptySGKEAia7TuLJ5vK { display:block; }
 }@media only screen and (max-width: 763px) { #lZeH9kxo9kLKcIXLN5x41fwHmVKFbyah { width:10.1875rem;height:2.625rem;top:1.6875rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWiBRWVeL1d8CZDFVX28cugTrAlCnIVR { display:block; }
 }@media only screen and (max-width: 763px) { #qc9Tv68TMfbZVws4kVulnzcViqWutKLi { display:block; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqSOEKQtvrf90mdEIKOG579l1FCMV72z { width:6.625rem;height:3.125rem;top:1.875rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozaZ7eo0IHXMRDnpSSTsIDkAo91IAZFh { display:block; }
 }@media only screen and (max-width: 763px) { #RSonHIl0yR6wUAfgywCnplBgkDtvhrd5 { width:6.25rem;height:3.125rem;top:1.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhwL0rNtt6ugAfkiDbNu0kvoJZs9ryy2 { display:block; }
 }@media only screen and (max-width: 763px) { #b1bb8JWbIQUBKEkWzEXpMHJo9mMJeA2i { width:6.375rem;height:3.125rem;top:1.875rem;left:35.721465110779rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXktXnu5gqDOugbEq6ea9Rv1zzB9Hsa1 { display:block; }
 }@media only screen and (max-width: 763px) { #WoquuOuORleZdtN1ZGsEoGG2fUuJcv1o { width:6.6875rem;height:3.125rem;top:1.875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTiLwQp3fbt2qSHUNoyphSTTuMMFPfsn { display:block; }
 }@media only screen and (max-width: 763px) { #H3VL4TRMq0Xg7flbZmRF5qe8ULvWzNLN { width:9.9375rem;height:2.9375rem;top:1.9375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac65tFeDhS2AAyVoNN2f1bstdgwTsyud { display:block; }
 }@media only screen and (max-width: 763px) { #qOydK1NGAniMD5i1D4T498vR6X37mHDs { width:6.75rem;height:3.125rem;top:1.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egdd37w1chVu10qwky4kxUUqT7kAmnkb { display:block; }
 }@media only screen and (max-width: 763px) { #Ow6UbFwHg3aE0lJ2QRqA1LWC7wLJChF1 { width:34.4375rem;height:3.3125rem;top:11.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZNof8qxX4DQwM5Bmuy0tkXKxk42ZHMs { width:10.0625rem;height:1.0625rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXTmioNgvxn05JV0lSiBU863lW2eL2B { width:12.375rem;height:2.5625rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUprpBQ1RpxeZnvfH7aEN6UKHSHhZop { display:block; }
 }@media only screen and (max-width: 763px) { #Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha { display:block; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqUzeNXbdGcVbw435Qz9s4NKimNbOplm { width:47.75rem;height:1.9375rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gclspXT8G5uvZkp53LWG9N4cHPRf7xZU { top:7.3125rem;left:17rem;width:13.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoBvH9rIP0l1H6oWIFF41f7mcGh4Oftw { width:21.125rem;height:3.1875rem;top:3.5625rem;left:13.312255859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKKcewEGezGaMBTOsZr31gvDWGgPt8hO { width:47.75rem;height:;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN { display:block; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMiRBrwedGrwQRn0e5x77w6it6eEqwfc { width:24.5rem;height:3.1875rem;top:3.3125rem;left:11.594116210938rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkiPZtlxQsXAulkpTIyzf06STTeTyzKA { width:47.75rem;height:;top:7.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ins7cHRBBct5L3BPgr9NhNarJVN1gTWH { top:11.3125rem;left:0rem;width:19.3125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHJ7lJ99kkFXJbisApucK4VemOdo1qy { width:15.625rem;height:1.75rem;top:41.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caeWd81igxyvwqVOHXBzN5r5Lr3phSgv { width:15.1875rem;height:1.75rem;top:41.875rem;left:7.218505859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5qr7FqTFQTpcifc2oOUX9hliMATLDq { width:14.875rem;height:1.75rem;top:41.875rem;left:25.499755859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noSPKgMQCVICFqCUguGUN0IFt0m1iXMB { width:17.3125rem;height:1.75rem;top:41.875rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnIJ6s2DWL6JyfDvQJnfl4VHNBQZ7GZd { top:11.3125rem;left:5.1875rem;width:19.3125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6etciDmxIdhKfNHl53fXyw1Pm4etoXt { top:11.3125rem;left:23.3125rem;width:19.3125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8LtSTbgTdVkM7DVA7DoHJMK8QTiDeh { top:11.3125rem;left:28.4375rem;width:19.3125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2RyAgdznpI0a7eqQrxJvFFS2tKl26p { width:47.75rem;height:2.0625rem;top:97.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHit0V7DTVhVC9uZcvOkF4uebVoOgpBq { width:12.75rem;height:3.875rem;top:44.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpEGelpTPOrB7ULb5kLSN8WgqCsp5SPN { width:13.5625rem;height:2.5625rem;top:44.5rem;left:8.02880859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfFHGTz87Q05ZBcHnimOovXUSHQUygEp { width:14.5625rem;height:2.5625rem;top:44.5rem;left:25.65576171875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaL2TolVqZHAfuTiZnAxRKFzDw8XbCKl { width:14.5625rem;height:2.5625rem;top:44.5rem;left:33.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZv8N6WeIXvRCIHEi6qehGsqzBRdsT1W { width:17.625rem;height:10.1875rem;top:41.25rem;left:24.09912109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNnLc2mP2J5itCbDSullwQG4fbZqMpM7 { width:17.625rem;height:10.1875rem;top:41.25rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szp5XyAT6ZrEqJAF7CLE6RR3vrAqOa7n { width:17.625rem;height:10.1875rem;top:41.25rem;left:5.94287109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRd3ZzcQiM5NPPD7DbX4dnp0Uy4HAuA { width:17.6875rem;height:10.1875rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQISana4hOboLFA2yxpfdViIQokcH0ps { width:15.4375rem;height:6.4375rem;top:87.5625rem;left:32.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE9WPJRsK9zltCKaE0DStS6G6uUDIntk { width:17.6875rem;height:10.1875rem;top:84.125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ShaETmLe8bVU3VIo699zMCe04cac8T { width:17.3125rem;height:1.625rem;top:85.125rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrC61fz7TCh0JPPKnTGUhhEA2gvD5QuW { top:54.25rem;left:28.375rem;width:19.375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZfmtCNAUrZH6DmnOdwnn0ZzsgIXDU3r { top:54.25rem;left:23.4375rem;width:19.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVSsIxG7H0xIT6bXT5wTRwnkDGUeBW6 { width:17.6875rem;height:10.1875rem;top:84.125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Alb3TIiaKQz4BHv2c0MFm1NEpdEoc8 { width:14.875rem;height:1.625rem;top:85.125rem;left:25.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLdsxoIbs2wU8cRmvKZDUVIhciXd8uG { width:14.0625rem;height:2.5625rem;top:87.5625rem;left:25.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVGVshx5C9XgkqzEaKZAlEFmJQMIz1Zi { top:54.25rem;left:5.1875rem;width:19.375rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unnn72uSrSvFSTDRtP1cUhPzugBD17Mw { width:17.6875rem;height:10.1875rem;top:84.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qCHkIHJ0OQI55PpZmNZxtOTEXqc7yN { width:15.1875rem;height:1.625rem;top:85.125rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XrCP1KTkhqQ4Kqo2WkTMym40Kdmssw { width:12.3125rem;height:2.5625rem;top:87.5625rem;left:8.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTOtNUNuxMx353RScxqSoGyE98MdHmvO { top:54.25rem;left:0rem;width:19.375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6qcE16APnZ9mT1bPm6g3dZuhWnBFFEF { width:17.6875rem;height:10.1875rem;top:84.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9D2LRSAJX5A29CZNLRG5KuSRqtpFFf { width:15.625rem;height:1.625rem;top:85.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXlZMcgn21P9V27CO360ySeoOAMCNop5 { width:13.1875rem;height:2.5625rem;top:87.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAt7AMFt2xeOQasLUrVgheJf2eqNEhvO { width:20rem;height:;top:4.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #At1nqHfMrC54ZnCssaeKtoTdwH2Nen6C { width:11.4375rem;height:3.125rem;top:34.125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 { display:block; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIbLWF3XwvnDksBfKrgzuaQTST033TEl { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKhKN79s2Wq48RT3XMuxB7Sqg30l1M3 { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuylvkEigVVQ9KZmx4bGIhocNkqZGdoT { width:26.625rem;height:34.875rem;top:10.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTWm8V6m3v1dr71FFZXTFzWkQhggPnh { top:10.8125rem;left:22rem;width:25.75rem;height:34.104590206011rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgdnZzIvT8XoldcKPnTTopOB1ktmKQIT { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDvyFKAMGLZqu2UX6CCmkshqg18CLLiy { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsB592A9hsT7MoTTReHaLUGAqXS5c1lp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR46HdCOElMHn6s0qegElIcOUwdsGfpu { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F26T2xXcrAiAvaqa7tTTPF2t7psRUaOL { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EweDKp8C3gXsOZByVt727VMo7Drhm5T6 { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZSgcAZa6TkvIf1LMSxk0acdqMkfMIAy { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE { display:block; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWaFyavdg9uRXao3MOFpuvtQMT1laHFX { display:block; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPfVxZWpPHqPMOpR2qv3S7hsBT4r2xww { width:37.9375rem;height:24.3125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWE6DBGIrmOWMM9KGchCBq0T8xG1bQh { top:7.5rem;left:0rem;width:23.0625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscDrKoT8igsK4vGmIszN0ZIob8dBmqR { top:16.4375rem;left:11.5625rem;width:23.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuirWJ0rLdnguIGiU4u6B7u6Pal3u6qT { top:7.5rem;left:11.5625rem;width:10.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQslRysfSAS3vZImLUMX1ERat7T1hGUq { top:25rem;left:0rem;width:10.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwnM4OrK4xA8r3NWGIMVLoptUoSBpzl { top:7.5rem;left:24.4375rem;width:4.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3WdZ5fK3nW8T4u4RchDK3oaKuJGoDG { top:25rem;left:0rem;width:10.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRbMN7BJ6Q6ZvEZ8WCIuAuFWdlCLCPI5 { top:7.5rem;left:25.75rem;width:22rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqrT6EbAvKAx9cTXDib0fAontR4ClTsr { width:25.6875rem;height:3rem;top:1.8125rem;left:10.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOF44d0zPlkiTuyVpoPXMvRuEPClfoC4 { top:7.5rem;left:30.4375rem;width:4.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI { display:block; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP { display:block; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3 { width:10rem;height:7.5rem;top:8.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV { width:10rem;height:7.5rem;top:8.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI { width:10rem;height:7.5rem;top:8.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HdfSNcTHK6RTqcU8bER88uIcXTN4hE { width:25.6875rem;height:3rem;top:1.25rem;left:11.00048828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #auDVMeaq4L5cG8VBoLgtbS97m9DTquUW { width:47.75rem;height:1.375rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 { display:block; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh2nIeT1TheTLDQVAGX6QshPTJqewgO1 { width:20.5rem;height:3.1875rem;top:2.0625rem;left:12.468139648438rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNAIsVBRXCuCByofcwncoensPqpuzCT { display:block; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liL8Fvs4eyE2t5ET2nCTZSWcRU0GBrXG { width:38.75rem;height:21.6875rem;top:1.5rem;left:3.1871337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT { display:block; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbTSFyfQkT33XrKNdgSPf0MNMWAUJux0 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQw2zyUnHzo0cCmfcxC0qJgKMbqZFfXu { width:1.875rem;height:1.875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRpy3PrKCO0LIhW040pqAZxJFgKpifci { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHMgTv5MJvABrZTvuimk9wS1w8NOEsO3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6oTSFdD7GQFAnBE9kidHCWvVR9QpP6R { width:1.875rem;height:1.875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKgVtyOwRCem6s2oXoktRaW3VV6CJaQV { width:1.875rem;height:1.875rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiZDflQtAWQDNWO9TApzDquZMOTcDEZA { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3PM9w2GU6hT5UxEF685FbGhLbCX7Sg5 { width:32rem;height:23.329299482253rem;top:4.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX41BkWomlRbvhiEbe9QwMBhnTusXaam { width:30.125rem;height:26.3125rem;top:3.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm { width:2.5625rem;height:2.5625rem;top:20.9375rem;left:0rem;display:block; }
#pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #tlk9qTNRvaHA020eesZP1syvAyNTqI4F { width:2.5625rem;height:2.5625rem;top:20.9375rem;left:0rem;display:block; }
#tlk9qTNRvaHA020eesZP1syvAyNTqI4F > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV { width:2.5625rem;height:2.5625rem;top:20.875rem;left:0rem;display:block; }
#PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 { display:block; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 { width:1.4375rem;height:1.4375rem;top:2.875rem;left:37.8125rem;display:block; }
#c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA { width:1.4375rem;height:1.4375rem;top:2.875rem;left:40rem;display:block; }
#JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #TNQLWE1RgapIK13Wt14ng05Ers2VoH4q { width:1.4375rem;height:1.4375rem;top:2.875rem;left:42.1875rem;display:block; }
#TNQLWE1RgapIK13Wt14ng05Ers2VoH4q > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #yH8gWNSfTq3LutBFmsmfQDI3egDsa06e { width:26.5625rem;height:2.75rem;top:2.1875rem;left:10.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt9D9yDeewmb0qeQd2hRdy2zhDLCouKh { width:9.8125rem;height:1.4375rem;top:0.4375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfATX1TQh9C5GqqPLovIkckSTzGZ9P7y { display:block; }
 }@media only screen and (max-width: 763px) { #L16wsax2yAZmZ6Ux6XXS7zBBNpWNgo1p { width:11.5625rem;height:1.5rem;top:2.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsBbi7gtBUivbeSXdeGtOnXmA9XWB1ix { display:block; }
 }@media only screen and (max-width: 763px) { #c2crmg7vNudiaQMD47ApQ9Lh01lMW0NE { width:8.625rem;height:1.4375rem;top:4.0625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKNQhhNplRg2xn5J8pKCSJJFVbxpZhfe { display:block; }
 }@media only screen and (max-width: 763px) { #vUM9IEZkmsylBbdr3AT2NMK2k0FGN4En { width:18.8125rem;height:4.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZr6ybW77cmthDgggvUvetClKZkz9Ud { width:8.625rem;height:1.4375rem;top:5.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2a7GZSlTS6Snp3uBpJrOnpxW9nKs17s { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 { display:none; }#ucXeGLV1I6SFz07gR9iNJXTfO73G08h1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZ42T32xHn4vQT1iEKNz8ZOAUi0qcm1G { width:5rem;height:2.1875rem;top:0rem;left:9.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RexwFT1ePAJtGbAwTFbDO9Nr4V6d1GRb { display:block; }
 }@media only screen and (max-width: 763px) { #iIlFqMtA4XVm0xpgKQ0zrvz0PAlUcG06 { width:4.6875rem;height:2.1875rem;top:0rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxWZnOu8l36WsOZtr8BSaPiep45Tk5yd { display:block; }
 }@media only screen and (max-width: 763px) { #vXiAfLEHmgFy5RVdan7M6racFHxZRdhu { width:4.6875rem;height:2.1875rem;top:0rem;left:0.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q285Ju0HEQpV0OPzCnXcADlrec3tcc2P { display:block; }
 }@media only screen and (max-width: 763px) { #QcO4mcnMBgBdkKcLdXtLt3umb07EbVui { width:8.5625rem;height:1.25rem;top:1.062283039093rem;left:5.1871747970581rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5gP0knFXDbgTO4kEoydJLJJiQ6igLI6 { width:4.6875rem;height:2.1875rem;top:0rem;left:14.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxapHIldlb9SvWc2uDZQpuq6Ht6UWcGn { display:block; }
 }@media only screen and (max-width: 763px) { #rNX2eHWL3dNxPiyZr0vlaoE10PX4UDwC { width:4.6875rem;height:2.1875rem;top:5rem;left:10.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPQsISUlZBRg2dptySGKEAia7TuLJ5vK { display:block; }
 }@media only screen and (max-width: 763px) { #lZeH9kxo9kLKcIXLN5x41fwHmVKFbyah { width:7.6248125rem;height:1.62489375rem;top:3.1868491172791rem;left:6.1870665550232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWiBRWVeL1d8CZDFVX28cugTrAlCnIVR { display:block; }
 }@media only screen and (max-width: 763px) { #qc9Tv68TMfbZVws4kVulnzcViqWutKLi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aeee887e-63f0-4638-98c0-4219218d9d76/WhatsAppImage20250501at82505AM1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi.adaptive-delivery-prevent-bg, #qc9Tv68TMfbZVws4kVulnzcViqWutKLi.lazyload, #qc9Tv68TMfbZVws4kVulnzcViqWutKLi.lazyloading { background-image: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { background-color: transparent; background-image: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container > .video-iframe-container { display: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row > .video-iframe-container { display: none; }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .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); }#qc9Tv68TMfbZVws4kVulnzcViqWutKLi > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqSOEKQtvrf90mdEIKOG579l1FCMV72z { width:7.125rem;height:2.625rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozaZ7eo0IHXMRDnpSSTsIDkAo91IAZFh { display:block; }
 }@media only screen and (max-width: 763px) { #RSonHIl0yR6wUAfgywCnplBgkDtvhrd5 { width:5.0625rem;height:2.625rem;top:4.5625rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhwL0rNtt6ugAfkiDbNu0kvoJZs9ryy2 { display:block; }
 }@media only screen and (max-width: 763px) { #b1bb8JWbIQUBKEkWzEXpMHJo9mMJeA2i { width:7.625rem;height:2.625rem;top:4.5625rem;left:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXktXnu5gqDOugbEq6ea9Rv1zzB9Hsa1 { display:block; }
 }@media only screen and (max-width: 763px) { #WoquuOuORleZdtN1ZGsEoGG2fUuJcv1o { width:5.4375rem;height:2.625rem;top:7.1875rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTiLwQp3fbt2qSHUNoyphSTTuMMFPfsn { display:block; }
 }@media only screen and (max-width: 763px) { #H3VL4TRMq0Xg7flbZmRF5qe8ULvWzNLN { width:10.0625rem;height:2.625rem;top:7.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ac65tFeDhS2AAyVoNN2f1bstdgwTsyud { display:block; }
 }@media only screen and (max-width: 763px) { #qOydK1NGAniMD5i1D4T498vR6X37mHDs { width:6.75rem;height:3.125rem;top:59.561637212372rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Egdd37w1chVu10qwky4kxUUqT7kAmnkb { display:block; }
 }@media only screen and (max-width: 763px) { #Ow6UbFwHg3aE0lJ2QRqA1LWC7wLJChF1 { width:20rem;height:1.9124375rem;top:9.5746531486512rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZNof8qxX4DQwM5Bmuy0tkXKxk42ZHMs { width:10.061875rem;height:1.124675rem;top:12.686089992523rem;left:4.3462457656861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQXTmioNgvxn05JV0lSiBU863lW2eL2B { width:10.8121875rem;height:2.5rem;top:15.811089992523rem;left:4.5936417579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrUprpBQ1RpxeZnvfH7aEN6UKHSHhZop { display:block; }
 }@media only screen and (max-width: 763px) { #Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha { display:block; }#Op8qvwNTA7lfwKT1shAELJ2oW6voC7ha > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqUzeNXbdGcVbw435Qz9s4NKimNbOplm { width:20rem;height:1.29980625rem;top:24.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gclspXT8G5uvZkp53LWG9N4cHPRf7xZU { width:8.625rem;height:1.09971875rem;top:4.1875rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XoBvH9rIP0l1H6oWIFF41f7mcGh4Oftw { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #kKKcewEGezGaMBTOsZr31gvDWGgPt8hO { width:18.8125rem;height:16.796875rem;top:6.51171875rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c8d8a94-5e2a-4f80-86db-c1a5bdba7883/mochamousse.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.adaptive-delivery-prevent-bg, #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.lazyload, #SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN.lazyloading { background-image: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { background-color: transparent; background-image: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #937863; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container > .video-iframe-container { display: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #937863; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row > .video-iframe-container { display: none; }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .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); }#SLcsZ85DbVx0FVbdTMN2aypo8aJO9AoN > .row .container { width:20rem;height:259.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMiRBrwedGrwQRn0e5x77w6it6eEqwfc { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dkiPZtlxQsXAulkpTIyzf06STTeTyzKA { width:16.75rem;height:0;top:4.162109375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ins7cHRBBct5L3BPgr9NhNarJVN1gTWH { width:15.4375rem;height:25.125rem;top:7.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHJ7lJ99kkFXJbisApucK4VemOdo1qy { width:12.6875rem;height:1.29980625rem;top:31.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #caeWd81igxyvwqVOHXBzN5r5Lr3phSgv { width:12.6875rem;height:1.29980625rem;top:62.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5qr7FqTFQTpcifc2oOUX9hliMATLDq { width:11.4375rem;height:1.29980625rem;top:92.9375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noSPKgMQCVICFqCUguGUN0IFt0m1iXMB { width:12.125rem;height:1.29980625rem;top:123.4501953125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnIJ6s2DWL6JyfDvQJnfl4VHNBQZ7GZd { width:15.4375rem;height:25.125rem;top:38.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6etciDmxIdhKfNHl53fXyw1Pm4etoXt { width:15.4375rem;height:25.125rem;top:68.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT8LtSTbgTdVkM7DVA7DoHJMK8QTiDeh { width:15.4375rem;height:25.125rem;top:99.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT2RyAgdznpI0a7eqQrxJvFFS2tKl26p { width:18.1875rem;height:4.38801875rem;top:254.875rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHit0V7DTVhVC9uZcvOkF4uebVoOgpBq { width:14.0625rem;height:0;top:34.01220703125rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TpEGelpTPOrB7ULb5kLSN8WgqCsp5SPN { width:10.0625rem;height:1.94921875rem;top:64.6875rem;left:5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfFHGTz87Q05ZBcHnimOovXUSHQUygEp { width:10.25rem;height:1.94921875rem;top:95.0625rem;left:4.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SaL2TolVqZHAfuTiZnAxRKFzDw8XbCKl { width:11.5625rem;height:1.94921875rem;top:125.1748046875rem;left:4.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZv8N6WeIXvRCIHEi6qehGsqzBRdsT1W { width:14.125rem;height:6.75rem;top:92.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNnLc2mP2J5itCbDSullwQG4fbZqMpM7 { width:14.125rem;height:6.75rem;top:123.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szp5XyAT6ZrEqJAF7CLE6RR3vrAqOa7n { width:14.125rem;height:6.75rem;top:61.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRd3ZzcQiM5NPPD7DbX4dnp0Uy4HAuA { width:14.125rem;height:6.75rem;top:31.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQISana4hOboLFA2yxpfdViIQokcH0ps { width:9.5rem;height:4.87196875rem;top:247.7373046875rem;left:5.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CE9WPJRsK9zltCKaE0DStS6G6uUDIntk { width:14.125rem;height:6.75rem;top:246.125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7ShaETmLe8bVU3VIo699zMCe04cac8T { width:10.875rem;height:1.29980625rem;top:246.3876953125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrC61fz7TCh0JPPKnTGUhhEA2gvD5QuW { width:15.4375rem;height:25.125rem;top:222.4375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZfmtCNAUrZH6DmnOdwnn0ZzsgIXDU3r { width:15.4375rem;height:25.125rem;top:191.8125rem;left:2.28125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #nmVSsIxG7H0xIT6bXT5wTRwnkDGUeBW6 { width:14.125rem;height:6.75rem;top:215.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Alb3TIiaKQz4BHv2c0MFm1NEpdEoc8 { width:10.0625rem;height:1.29980625rem;top:215.8125rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoLdsxoIbs2wU8cRmvKZDUVIhciXd8uG { width:10.6875rem;height:1.949225rem;top:217.462890625rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVGVshx5C9XgkqzEaKZAlEFmJQMIz1Zi { width:15.4375rem;height:25.125rem;top:161.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Unnn72uSrSvFSTDRtP1cUhPzugBD17Mw { width:14.125rem;height:6.75rem;top:184.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qCHkIHJ0OQI55PpZmNZxtOTEXqc7yN { width:9.75rem;height:1.29980625rem;top:185.125rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3XrCP1KTkhqQ4Kqo2WkTMym40Kdmssw { width:8.375rem;height:1.94921875rem;top:187rem;left:5.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTOtNUNuxMx353RScxqSoGyE98MdHmvO { width:15.4375rem;height:25.125rem;top:130.3125rem;left:2.3125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #f6qcE16APnZ9mT1bPm6g3dZuhWnBFFEF { width:14.125rem;height:6.75rem;top:154.0625rem;left:2.8125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9D2LRSAJX5A29CZNLRG5KuSRqtpFFf { width:10.375rem;height:1.29980625rem;top:154.4375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXlZMcgn21P9V27CO360ySeoOAMCNop5 { width:10.5rem;height:1.94921875rem;top:156.5625rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAt7AMFt2xeOQasLUrVgheJf2eqNEhvO { width:20rem;height:;top:4.11279296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #At1nqHfMrC54ZnCssaeKtoTdwH2Nen6C { width:10.9375rem;height:1.79904375rem;top:33.6875rem;left:4.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 { background-color:#ffffff;background-image:none;display:block; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { background-color: transparent; background-image: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container > .video-iframe-container { display: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row > .video-iframe-container { display: none; }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .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); }#QdIgCbJnoPGht7sasZbnAM25CJ53Rhp6 > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIbLWF3XwvnDksBfKrgzuaQTST033TEl { width:19.125rem;height:1.94986875rem;top:1.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKhKN79s2Wq48RT3XMuxB7Sqg30l1M3 { width:16.5rem;height:1.462675rem;top:4rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuylvkEigVVQ9KZmx4bGIhocNkqZGdoT { width:16.25rem;height:21.125rem;top:6.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTWm8V6m3v1dr71FFZXTFzWkQhggPnh { width:15.5rem;height:20.625rem;top:7.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgdnZzIvT8XoldcKPnTTopOB1ktmKQIT { width:20rem;height:6.2955625rem;top:29.717356204987rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nDvyFKAMGLZqu2UX6CCmkshqg18CLLiy { width:20rem;height:0;top:58.662113189698rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #wsB592A9hsT7MoTTReHaLUGAqXS5c1lp { width:18.811875rem;height:2.098525rem;top:59.188369750976rem;left:0.59353303909302rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #KR46HdCOElMHn6s0qegElIcOUwdsGfpu { width:20rem;height:3.1477875rem;top:47.412978172303rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #F26T2xXcrAiAvaqa7tTTPF2t7psRUaOL { width:20rem;height:6.2955625rem;top:51.429580688476rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EweDKp8C3gXsOZByVt727VMo7Drhm5T6 { width:20rem;height:4.19705rem;top:42.150609970093rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HZSgcAZa6TkvIf1LMSxk0acdqMkfMIAy { width:20rem;height:4.19705rem;top:36.912350654602rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE { display:block; }#VC5oZU4zVVpqCxyOe6dldgSSmqVfspKE > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nWaFyavdg9uRXao3MOFpuvtQMT1laHFX { display:block; }#nWaFyavdg9uRXao3MOFpuvtQMT1laHFX > .row .container { width:20rem;height:94.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lPfVxZWpPHqPMOpR2qv3S7hsBT4r2xww { width:18.625rem;height:90.1875rem;top:3.77392578125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgWE6DBGIrmOWMM9KGchCBq0T8xG1bQh { width:16.625rem;height:11rem;top:4.46142578125rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #BscDrKoT8igsK4vGmIszN0ZIob8dBmqR { width:16.625rem;height:11rem;top:70.5869140625rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XuirWJ0rLdnguIGiU4u6B7u6Pal3u6qT { width:16.625rem;height:11rem;top:81.8369140625rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #aQslRysfSAS3vZImLUMX1ERat7T1hGUq { width:16.5625rem;height:11rem;top:27.14892578125rem;left:1.59375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qbwnM4OrK4xA8r3NWGIMVLoptUoSBpzl { width:8.0625rem;height:12.5rem;top:38.52392578125rem;left:1.6875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3WdZ5fK3nW8T4u4RchDK3oaKuJGoDG { width:16.625rem;height:11rem;top:15.83642578125rem;left:1.65625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #FRbMN7BJ6Q6ZvEZ8WCIuAuFWdlCLCPI5 { width:16.625rem;height:18.6875rem;top:51.5869140625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqrT6EbAvKAx9cTXDib0fAontR4ClTsr { width:20rem;height:2.39963125rem;top:0.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pOF44d0zPlkiTuyVpoPXMvRuEPClfoC4 { width:8.0625rem;height:12.5rem;top:38.52392578125rem;left:10.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI { display:block; }#gGEJHtFpnIuTtVE0AssKfPUUBOh1gPaI > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP { display:block; }#vQQtyNxcteefkReUCdVIa3Ae3Xil9UGP > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQVJoew5IzJbdW9yz5Mxt5pBHnUvpDO3 { width:7.625rem;height:6.25rem;top:8.11767578125rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTwQcEUaIZekPrLxhldHl9iuNrOBAtV { width:7.625rem;height:6.25rem;top:8.11767578125rem;left:10.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEdCd9e4MHiD2PaCTu3uDof2y41BZMNI { width:8.25rem;height:6.375rem;top:15.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HdfSNcTHK6RTqcU8bER88uIcXTN4hE { width:20rem;height:1.80013125rem;top:0.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #auDVMeaq4L5cG8VBoLgtbS97m9DTquUW { width:18.4375rem;height:3.29915625rem;top:3.27392578125rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 { display:block; }#BpgLGhU4utcCUJl9x8Omcu56PV1zLSE6 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mh2nIeT1TheTLDQVAGX6QshPTJqewgO1 { width:20rem;height:1.94986875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNAIsVBRXCuCByofcwncoensPqpuzCT { display:block; }#OgNAIsVBRXCuCByofcwncoensPqpuzCT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liL8Fvs4eyE2t5ET2nCTZSWcRU0GBrXG { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT { display:block; }#dyIrJ73ZnIHPpSaqEkZTtMw9zXVCJhQT > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbTSFyfQkT33XrKNdgSPf0MNMWAUJux0 { width:20rem;height:2.10015rem;top:1.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQw2zyUnHzo0cCmfcxC0qJgKMbqZFfXu { display:flex;width:1.5rem;height:1.5rem;top:4.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #KRpy3PrKCO0LIhW040pqAZxJFgKpifci { width:15.4375rem;height:1.3999rem;top:5.9375rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pHMgTv5MJvABrZTvuimk9wS1w8NOEsO3 { width:11.4375rem;height:1.3999rem;top:10.875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6oTSFdD7GQFAnBE9kidHCWvVR9QpP6R { display:flex;width:1.5rem;height:1.5rem;top:8.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #xKgVtyOwRCem6s2oXoktRaW3VV6CJaQV { display:flex;width:1.5rem;height:1.5rem;top:13.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #kiZDflQtAWQDNWO9TApzDquZMOTcDEZA { width:15.1875rem;height:5.5989625rem;top:15.8125rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3PM9w2GU6hT5UxEF685FbGhLbCX7Sg5 { width:15rem;height:10.9375rem;top:32.5rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DX41BkWomlRbvhiEbe9QwMBhnTusXaam { width:17.8125rem;height:14.0625rem;top:29.375rem;left:1.875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:11.75rem;font-size:1.3125rem;opacity:1; }
#pqGM7pqk7ITmf6R0zRQaHii7EZ1qs7Hm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #tlk9qTNRvaHA020eesZP1syvAyNTqI4F { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:9rem;font-size:1.3125rem;opacity:1; }
#tlk9qTNRvaHA020eesZP1syvAyNTqI4F > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV { display:flex;width:1.875rem;height:1.875rem;top:22.375rem;left:6.3125rem;font-size:1.3125rem;opacity:1; }
#PRhIvmR5FZM2PPdKe3OvvwD6NWi09yaV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 { display:block; }#dfHGCMEwJKLulrNMuT4EdL3ya1r1oUq9 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 { display:flex;width:1.5rem;height:1.5rem;top:23.4375rem;left:17rem;font-size:1.125rem;display:none; }
#c2c2U3VZpgCw5T6gb2tFaZ5w775HFhi0 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA { display:flex;width:1.5rem;height:1.5rem;top:26.1875rem;left:17rem;font-size:1.125rem;display:none; }
#JcT8bIvm8XWFs2C06fGeNhPmfowLNRaA > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TNQLWE1RgapIK13Wt14ng05Ers2VoH4q { display:flex;width:1.5rem;height:1.5rem;top:28.9375rem;left:17rem;font-size:1.125rem;display:none; }
#TNQLWE1RgapIK13Wt14ng05Ers2VoH4q > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #yH8gWNSfTq3LutBFmsmfQDI3egDsa06e { width:20rem;height:2.799475rem;top:18.2001953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yt9D9yDeewmb0qeQd2hRdy2zhDLCouKh { width:9.1875rem;height:1.6875rem;top:8.04296875rem;left:5.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfATX1TQh9C5GqqPLovIkckSTzGZ9P7y { display:block; }
 }@media only screen and (max-width: 763px) { #L16wsax2yAZmZ6Ux6XXS7zBBNpWNgo1p { width:6.625rem;height:1.6875rem;top:12.4375rem;left:6.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GsBbi7gtBUivbeSXdeGtOnXmA9XWB1ix { display:block; }
 }@media only screen and (max-width: 763px) { #c2crmg7vNudiaQMD47ApQ9Lh01lMW0NE { width:8.8125rem;height:1.6875rem;top:15rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VKNQhhNplRg2xn5J8pKCSJJFVbxpZhfe { display:block; }
 }@media only screen and (max-width: 763px) { #vUM9IEZkmsylBbdr3AT2NMK2k0FGN4En { width:18.75rem;height:4.5rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfZr6ybW77cmthDgggvUvetClKZkz9Ud { width:7.6875rem;height:1.4375rem;top:10.40478515625rem;left:6.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2a7GZSlTS6Snp3uBpJrOnpxW9nKs17s { display:block; }
 }