.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:255,246,227;--color-primary-1:255,226,161;--color-primary-2:255,197,66;--color-primary-3:128,99,33;--color-primary-4:38,30,10;--color-secondary-0:253,251,249;--color-secondary-1:247,243,234;--color-secondary-2:239,231,212;--color-secondary-3:120,116,106;--color-secondary-4:36,35,32;--color-tertiary-0:255,255,255;--color-tertiary-1:208,197,190;--color-tertiary-2:97,63,39;--color-tertiary-3:49,32,20;--color-tertiary-4:10,6,4;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:#2c3337;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;overflow:visible;position:relative;display:none; }#yTtcKJ4TmF0TtSlyQe0euuRMyDukNPen { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3515625rem;left:46.25rem;height:1.3808625rem;font-style:normal;display:block; }
#rDPxEzi0xsGNpg5cOvu8r3HL64wlar4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3515625rem;left:56.1875rem;height:1.3808625rem;font-style:normal;display:block; }
#qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2.5625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.75rem;left:66.5625rem;display:block; }
#zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJAQmDiyWA8GayfB5GGNEV6GxUcWmh89 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:7.8125rem;top:1.1669921875rem;left:0.71875rem;overflow:hidden;display:block; }
#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/a6f13acf-186f-4275-b45f-614d93ec1a08/headercardiffgiveawaybooksy.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.adaptive-delivery-prevent-bg, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyload, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyloading { background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { background-color: transparent; background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .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); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { border-width: 0; border-radius: 0; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:39.6875rem;left:0rem;display:block; }
#vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZ3vrXyJQNlK4xiKBdLEqgnTwQWa7zSp { color:rgba(var(--color-primary-2),1);display:block;width:60.0625rem;position:absolute;font-family:besley;font-size:6.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.375rem;left:0rem;height:16.25rem;font-style:italic;display:block; }
#Axp7WW9A6VSorDJZHw9JdSmxWE3VxfOH { color:rgba(var(--color-secondary-2),1);display:block;width:39.75rem;position:absolute;font-family:besley;font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:3.8999rem;font-style:italic;display:block; }
#adm3MFXGKMWQVs5SW13WqeZ8ZE7ZktAB { color:rgba(var(--color-secondary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.125rem;left:0rem;height:1.70605625rem;display:block; }
#T7sv4MvvdwKCZTZHwtyds7yOkaaH2TkM { color:rgba(var(--color-secondary-2),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:32.625rem;left:0rem;height:4.78125rem;display:block; }
#PxEiwHLx0mq1I8cNuurqTUxeidX5D9Dp { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.8125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#geb3XKLNOofdEd0yEzCn488fzEchH5DZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { background-color: transparent; background-image: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { display: none; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .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); }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { border-width: 0; border-radius: 0; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { font-size:0.875rem;font-family:arial;height:108.5625rem;width:75rem;position:relative;display:block; }#PFTyVZcQmsuC4THUNP8DoVPpIFQV494K { color:#2c3337;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:23.6875rem;left:40rem;height:6.375rem;display:block; }
#a9eFhOcLEGTN2JPWEusK2NrCDeImFJEz { color:#0ba3ad;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:15.61279296875rem;left:35rem;height:6.82425rem;display:block; }
#V8NP66RKTVrurSEI9WUq1TTe81PH0FsT { color:#0ba3ad;display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:49.9375rem;left:3.75rem;height:6.82425rem;display:block; }
#y5uCSfIPHTZwcgXIgeHN62cmTzLOTiRs { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:57.4375rem;left:10.0625rem;height:9.5625rem;display:block; }
#EE5XpEVPkZBvyTo7tEHuFDWcb8k7kTpI { color:#0ba3ad;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:81.1875rem;left:47.5rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#fBbTeLSsm9STCKWElEJ0rKT4N6JlVMRD { color:#2c3337;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:88.6875rem;left:40rem;height:14.34375rem;display:block; }
#hA360B1NGKZC0ny38kJxdLn0iQXlUlz3 { box-sizing:content-box;height:22.5625rem;width:31.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5cd2b271-e574-471e-8cf7-c8894b584197/coffee.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.75rem;left:2.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#hA360B1NGKZC0ny38kJxdLn0iQXlUlz3.adaptive-delivery-prevent-bg, #hA360B1NGKZC0ny38kJxdLn0iQXlUlz3.lazyload, #hA360B1NGKZC0ny38kJxdLn0iQXlUlz3.lazyloading { background-image: none; }
#CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy { box-sizing:content-box;height:13.5rem;width:14.5rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/3bc90c5a-dbbb-4bd1-8211-2509ed24a292/stickerninja.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:60rem;display:block; }#CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy.adaptive-delivery-prevent-bg, #CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy.lazyload, #CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy.lazyloading { background-image: none; }
#vTnHbXkMFP40ZeBSTdXJ28RzrVFAgvlD { box-sizing:content-box;height:11.3125rem;width:30.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.0625rem;left:37.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#iWeK1dVrSvAXQMU6NJdXH7dRXmDm0WJI { box-sizing:content-box;height:13.8125rem;width:30.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.9375rem;left:7.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#esfgpRdM71dKW7VtyA4uTwORmhlys3Qm { color:#0ba3ad;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:85.7314453125rem;left:62.5rem;height:1.70605625rem;display:block; }
#CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl { box-sizing:content-box;height:22.5625rem;width:31.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/808ed92d-3b80-4b61-a88a-bfb3408498a4/nailssalon.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.8125rem;left:41.25rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl.adaptive-delivery-prevent-bg, #CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl.lazyload, #CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl.lazyloading { background-image: none; }
#FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/7d6a3d28-77a4-48c8-9177-4d4a7d20ef7a/stickerbooksylogo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.1875rem;left:23.75rem;display:block; }#FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe.adaptive-delivery-prevent-bg, #FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe.lazyload, #FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe.lazyloading { background-image: none; }
#O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c { box-sizing:content-box;height:13.4375rem;width:17.25rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/1bb328e5-b95a-4369-8d83-9ea78b6c9332/stickerfree.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:91.1875rem;left:0rem;display:block; }#O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c.adaptive-delivery-prevent-bg, #O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c.lazyload, #O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c.lazyloading { background-image: none; }
#LwrgIlRTBPJqeeegTq9XeztAU19nIbgk { box-sizing:content-box;height:22.5625rem;width:31.1875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/66a8d2a3-c951-4a1c-97d1-c86b2afdf29b/booksyvoucher.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:76.1875rem;left:2.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#LwrgIlRTBPJqeeegTq9XeztAU19nIbgk.adaptive-delivery-prevent-bg, #LwrgIlRTBPJqeeegTq9XeztAU19nIbgk.lazyload, #LwrgIlRTBPJqeeegTq9XeztAU19nIbgk.lazyloading { background-image: none; }
#TfDKeT6TtSvLRPngegrl3FwHcrAeXFkl { box-sizing:content-box;height:18.6875rem;width:30.0625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86.1875rem;left:37.5rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#OsuMruyTZsOFx7dzqGztiMG1tS3zM3VT { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:0rem;height:13rem;font-style:italic;display:block; }
#TTk6vX2UlVfGx9c76TgrFe3CosaQEhQW { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:68.6875rem;left:26.875rem;height:13rem;font-style:italic;display:block; }
#Pv4pMiIulTbki18Hhn2cw4rZQw3DmP0d { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4375rem;left:26.875rem;height:13rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#g4bHGzRC0PnycTHtNhl19Rvyb5x5XWqa { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.9375rem;left:26.875rem;height:13rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#ixNSeLUVkcSxdJKWwrz8G7MyS1dB9l4G { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:43.0625rem;left:0rem;height:13rem;font-style:italic;display:block; }
#tRdpE4J7p1T3iUFtRuUkNPZlftTldmDT { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:53.0625rem;left:0rem;height:13rem;font-style:italic;display:block; }
#ZQUJrNJ4H54kqucCdaH319qsMoFrgNS9 { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:77.4375rem;left:26.875rem;height:13rem;font-style:italic;display:block; }
#T9SfD5f20vbTwuHnDNG6btXKeM4uVReV { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:86.1875rem;left:26.875rem;height:13rem;font-style:italic;display:block; }
#icTpaQZ9xTndh2B4AmippDcC7tTPdoGW { box-sizing:content-box;height:18.8125rem;width:14.4375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/78075341-8666-4196-b3b7-8dfbbac55398/stickerbagbooksy.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:52.4375rem;left:34.3125rem;display:block; }#icTpaQZ9xTndh2B4AmippDcC7tTPdoGW.adaptive-delivery-prevent-bg, #icTpaQZ9xTndh2B4AmippDcC7tTPdoGW.lazyload, #icTpaQZ9xTndh2B4AmippDcC7tTPdoGW.lazyloading { background-image: none; }
#LPAqBDsPdngvwIu6dyKForqu8221gSLs { color:rgba(var(--color-secondary-1),1);display:block;width:48.125rem;position:absolute;font-family:besley;font-size:10rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:26.875rem;height:13rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#xzIJhgF89PnbgCFEugnsk86ntloPweci { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e16afc09-74a6-4892-acba-fb3c47b8cb57/stickerstars.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.6875rem;left:0rem;display:block; }#xzIJhgF89PnbgCFEugnsk86ntloPweci.adaptive-delivery-prevent-bg, #xzIJhgF89PnbgCFEugnsk86ntloPweci.lazyload, #xzIJhgF89PnbgCFEugnsk86ntloPweci.lazyloading { background-image: none; }
#s5kT1P51Xhxr49gysL6CdLhcws8Mh512 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e16afc09-74a6-4892-acba-fb3c47b8cb57/stickerstars.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.9375rem;left:32.5rem;display:block; }#s5kT1P51Xhxr49gysL6CdLhcws8Mh512.adaptive-delivery-prevent-bg, #s5kT1P51Xhxr49gysL6CdLhcws8Mh512.lazyload, #s5kT1P51Xhxr49gysL6CdLhcws8Mh512.lazyloading { background-image: none; }
#C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/e16afc09-74a6-4892-acba-fb3c47b8cb57/stickerstars.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.9375rem;left:55rem;display:block; }#C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV.adaptive-delivery-prevent-bg, #C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV.lazyload, #C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV.lazyloading { background-image: none; }
#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;background-image:url("https://images.assets-landingi.com/uc/e660187d-81f2-4c78-8562-66e94e80a9e9/coffeebeans.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.adaptive-delivery-prevent-bg, #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.lazyload, #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.lazyloading { background-image: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { background-color: transparent; background-image: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container > .video-iframe-container { display: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row > .video-iframe-container { display: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .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); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { border-width: 0; border-radius: 0; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { font-size:0.875rem;font-family:arial;height:66.375rem;width:75rem;position:relative;display:block; }#h3PKv2qGvqQRRgqdaHctudPA9Qz5tEqZ { position:absolute;display:block;z-index:15002;background-color:#2c3337;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0.5rem 1.875rem #2c3337 ;height:51.3125rem;width:30rem;top:6.375rem;left:22.5rem;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-form-header {  }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#2c3337;width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]:-moz-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]::-moz-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-container:first-of-type{padding-top:0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-container:last-of-type{padding-bottom:0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv  { background-color:#2c3337;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:23.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv {display:block;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv { background-color:#2c3337;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.75rem;left:23.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #DTFe2b3DSdbeeee8AUPbOvHqmUEpTw8T { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Wvbv0GrCS18FpTxzJDU4RV4kfs5Iaunp { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #bTTCZr9NPCfuT6Kv0qK9He5nd4Vr6eC3 { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #X3fZPhd6TnI2ZNyAlQ2ya59miTEgXRdI { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ppVPdXdx0ORUVfXkXzBhxnIEEmMeSD3T { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dgyvRMQGK0ZO3hXwGErEsnrI8g8u16VU { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #by5qefZTSQkFtWySIuocnLa54EwsP0Ja { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ukUhumWfA0x34iTT8ngBr174VAqDPirM { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #a5c1pAi2X7kLhsUw5oRNEh87vKeKfgzU { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AgaJfQNucINEf1MZ6GMhgEVF2cUTUJpS { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #kEiZXLwvkfqbkDzAuIyydgZmIoHAOPTT { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #D9EIP4BRTwG6T1IIwi942EwZAcQS3nXQ { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ERbPL5nOiWf7FRlgiUT5hEqmccLzqT4c { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #sK5ipEWIhtgIIpfRETIuOnSLsKEz0qwH { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #lyWQENpLQBqT3BgXNAPPTLOkLCoW4LZT { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 .container-column{width:50%;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #NuzdRWcMuhqRPphxEOarAtI3fLk9UJLz { position:relative;display:block; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Rkt0cxZ0cchUDeu45y5R4b1QnsoyZDfK { position:relative;z-index:2; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #FHXml5wT92UvquU8AdEoVsmlqEuV048e { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #brePTVoUSIsDJ3N7D05p1n4xcVM7cwPw { position:relative;z-index:2; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dtXvtwBTStkyWXD3fpP0sbE6IGUFPA8W { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AmzyQFv7ZnubbFMzz5y5Latx73JBuOSi { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #IPa5zZZILX79AxfsZDSIGP7F9cFpZe61 { position:relative;z-index:2; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #mTIWVVgTiva2kwM5CI9127MqqylgP4ix { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #UNSsxTtQvdga23kTWFdh5yloQJ33tMKz { position:relative; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #QD6BGz5T8aUZbvv5D3ulJqFv4UwqpfEP { position:relative; }
#zlCvPTHRpEEZHEGp7Vde0aVSN6oiPwUc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.875rem;left:23.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-tertiary-0),1));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; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { background-color: transparent; background-image: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container { display: none; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .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); }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { border-width: 0; border-radius: 0; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#LQM9RTL5yGlQp4NA2zo6Et8rTbsJfPyE { color:#0ba3ad;display:block;width:28.3125rem;position:absolute;font-family:besley;font-size:3rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:12rem;left:21.25rem;height:3.8999rem;font-style:italic;display:block; }
#S1nX0sPkRQCGlB2MPifBoLrSoQwGJaT6 { color:#2c3337;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:8.625rem;left:12.5rem;height:3.8999rem;font-style:normal;display:block; }
#glE4L5ffrynZXSnBt84kA6X0p8it4E3T { color:#2c3337;display:block;width:30.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.82470703125rem;left:16.25rem;height:2.92480625rem;font-style:normal;display:block; }
#KChpgpud8SDm1GQnPdrIEz1O3PVZBSVF { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.3125rem;left:0rem;display:none; }
#Vov5udyNfst41PCzgrecKmwb5y4u16vJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWXF2Ru8JBxS8Slgdq7IKfCZnXHHUdXS { color:#2c3337;display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:19.875rem;height:1.70605625rem;font-style:normal;display:block; }
#Ddo8BBttyF8mQXLAPOLgzeftQre3uwkp { position:absolute;display:block;z-index:15026;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.875rem;width:6.3125rem;top:9.375rem;left:11.25rem;overflow:hidden;display:block; }
#dJdJqBGfqrcETcXshe1iwMqCuTQqQ1Uy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:16rem;top:6.25rem;left:48.75rem;overflow:hidden;display:block; }
#GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i { box-sizing:content-box;height:5.8125rem;width:16.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),0);background-image:url("https://images.assets-landingi.com/uc/da4ee4b9-678e-41c6-8543-b2fef9a60588/stickeramb.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:42.5rem;display:block; }#GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i.adaptive-delivery-prevent-bg, #GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i.lazyload, #GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i.lazyloading { background-image: none; }
#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));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; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container { background-color: transparent; background-image: none; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container > .video-iframe-container { display: none; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row > .video-iframe-container { display: none; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .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); }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container { border-width: 0; border-radius: 0; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#fJ2BUcTLuqStVzlPc1fSQpq3tJrJdd4h { color:rgba(var(--color-primary-2),1);display:block;width:52.375rem;position:absolute;font-family:besley;font-size:2rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.25rem;left:11.25rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKqZaJ6A9hmh8WVXbTdp8w2L2uOZRfIq { box-sizing:content-box;height:6.625rem;width:54.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.8);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.625rem;left:10.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0ba3ad;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; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { background-color: transparent; background-image: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { display: none; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .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); }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { border-width: 0; border-radius: 0; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:7.8125rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#DdoGtQNnly5d341Ss1dbJErTIREUCEur { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.51171875rem;left:9.59375rem;height:1.29980625rem;display:block; }
#MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.32470703125rem;left:67.4375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#WbfCp8IvZkkPxh57eyf0Vkb3BA0UNDUE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.32470703125rem;left:50.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTtcKJ4TmF0TtSlyQe0euuRMyDukNPen { top:1.3125rem;left:32.625rem;width:7.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPxEzi0xsGNpg5cOvu8r3HL64wlar4Q { top:1.3125rem;left:40.1875rem;width:7.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { width:8.4375rem;height:2.5625rem;top:0.75rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block; }
 }@media only screen and (max-width: 763px) { #iJAQmDiyWA8GayfB5GGNEV6GxUcWmh89 { top:1.125rem;left:0rem;width:7.8125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { width:22rem;height:3.125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block; }
 }@media only screen and (max-width: 763px) { #OZ3vrXyJQNlK4xiKBdLEqgnTwQWa7zSp { top:6.375rem;left:0rem;width:47.75rem;height:16.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axp7WW9A6VSorDJZHw9JdSmxWE3VxfOH { top:22.625rem;left:0rem;width:39.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #adm3MFXGKMWQVs5SW13WqeZ8ZE7ZktAB { top:30.125rem;left:0rem;width:33.75rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sv4MvvdwKCZTZHwtyds7yOkaaH2TkM { top:32.625rem;left:0rem;width:36.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEiwHLx0mq1I8cNuurqTUxeidX5D9Dp { top:2rem;left:0rem;width:7.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFTyVZcQmsuC4THUNP8DoVPpIFQV494K { top:23.6875rem;left:22.75rem;width:25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eFhOcLEGTN2JPWEusK2NrCDeImFJEz { top:15.5625rem;left:21.375rem;width:21.375rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8NP66RKTVrurSEI9WUq1TTe81PH0FsT { top:49.9375rem;left:0rem;width:23.625rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uCSfIPHTZwcgXIgeHN62cmTzLOTiRs { top:57.4375rem;left:0rem;width:25rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE5XpEVPkZBvyTo7tEHuFDWcb8k7kTpI { top:81.1875rem;left:23.4375rem;width:24.3125rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBbTeLSsm9STCKWElEJ0rKT4N6JlVMRD { top:88.6875rem;left:22.75rem;width:25rem;height:14.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA360B1NGKZC0ny38kJxdLn0iQXlUlz3 { top:5.75rem;left:0rem;width:31.3125rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy { top:12.125rem;left:33.25rem;width:14.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnHbXkMFP40ZeBSTdXJ28RzrVFAgvlD { top:21.0625rem;left:17.6875rem;width:30.0625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWeK1dVrSvAXQMU6NJdXH7dRXmDm0WJI { top:54.9375rem;left:0rem;width:30.0625rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esfgpRdM71dKW7VtyA4uTwORmhlys3Qm { top:85.6875rem;left:36.5rem;width:11.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl { top:41.8125rem;left:16.5rem;width:31.25rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe { top:41.1875rem;left:10.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c { top:91.1875rem;left:0rem;width:17.25rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwrgIlRTBPJqeeegTq9XeztAU19nIbgk { top:76.1875rem;left:0rem;width:31.1875rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDKeT6TtSvLRPngegrl3FwHcrAeXFkl { top:86.1875rem;left:17.6875rem;width:30.0625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsuMruyTZsOFx7dzqGztiMG1tS3zM3VT { top:33.0625rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTk6vX2UlVfGx9c76TgrFe3CosaQEhQW { top:68.6875rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv4pMiIulTbki18Hhn2cw4rZQw3DmP0d { top:14.4375rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4bHGzRC0PnycTHtNhl19Rvyb5x5XWqa { top:24.9375rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixNSeLUVkcSxdJKWwrz8G7MyS1dB9l4G { top:43.0625rem;left:0rem;width:47.75rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRdpE4J7p1T3iUFtRuUkNPZlftTldmDT { top:53.0625rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUJrNJ4H54kqucCdaH319qsMoFrgNS9 { top:77.4375rem;left:0rem;width:47.75rem;height:13rem;font-size:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9SfD5f20vbTwuHnDNG6btXKeM4uVReV { top:86.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icTpaQZ9xTndh2B4AmippDcC7tTPdoGW { top:52.4375rem;left:20.6875rem;width:14.4375rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPAqBDsPdngvwIu6dyKForqu8221gSLs { top:1.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzIJhgF89PnbgCFEugnsk86ntloPweci { top:83.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kT1P51Xhxr49gysL6CdLhcws8Mh512 { top:44.9375rem;left:18.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV { top:4.9375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y { display:block; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3PKv2qGvqQRRgqdaHctudPA9Qz5tEqZ { top:6.375rem;left:8.875rem;width:30rem;height:51.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv  { width:25rem;height:auto;top:13.75rem;left:10.125rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv {display:block;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv { width:25rem;height:auto;top:13.75rem;left:10.125rem; }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #DTFe2b3DSdbeeee8AUPbOvHqmUEpTw8T {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Wvbv0GrCS18FpTxzJDU4RV4kfs5Iaunp {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #bTTCZr9NPCfuT6Kv0qK9He5nd4Vr6eC3 {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #X3fZPhd6TnI2ZNyAlQ2ya59miTEgXRdI {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ppVPdXdx0ORUVfXkXzBhxnIEEmMeSD3T {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dgyvRMQGK0ZO3hXwGErEsnrI8g8u16VU {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #by5qefZTSQkFtWySIuocnLa54EwsP0Ja {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ukUhumWfA0x34iTT8ngBr174VAqDPirM {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #a5c1pAi2X7kLhsUw5oRNEh87vKeKfgzU {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AgaJfQNucINEf1MZ6GMhgEVF2cUTUJpS {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #kEiZXLwvkfqbkDzAuIyydgZmIoHAOPTT {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #D9EIP4BRTwG6T1IIwi942EwZAcQS3nXQ {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ERbPL5nOiWf7FRlgiUT5hEqmccLzqT4c {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #sK5ipEWIhtgIIpfRETIuOnSLsKEz0qwH {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #lyWQENpLQBqT3BgXNAPPTLOkLCoW4LZT {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 {  }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #NuzdRWcMuhqRPphxEOarAtI3fLk9UJLz {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Rkt0cxZ0cchUDeu45y5R4b1QnsoyZDfK {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #FHXml5wT92UvquU8AdEoVsmlqEuV048e {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #brePTVoUSIsDJ3N7D05p1n4xcVM7cwPw {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dtXvtwBTStkyWXD3fpP0sbE6IGUFPA8W {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AmzyQFv7ZnubbFMzz5y5Latx73JBuOSi {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #IPa5zZZILX79AxfsZDSIGP7F9cFpZe61 {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #mTIWVVgTiva2kwM5CI9127MqqylgP4ix {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #UNSsxTtQvdga23kTWFdh5yloQJ33tMKz {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #QD6BGz5T8aUZbvv5D3ulJqFv4UwqpfEP {  }
 }@media only screen and (max-width: 763px) { #zlCvPTHRpEEZHEGp7Vde0aVSN6oiPwUc { top:8.875rem;left:10.125rem;width:27.4375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { display:block; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQM9RTL5yGlQp4NA2zo6Et8rTbsJfPyE { top:12rem;left:7.625rem;width:28.3125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1nX0sPkRQCGlB2MPifBoLrSoQwGJaT6 { top:8.625rem;left:0rem;width:29.9375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glE4L5ffrynZXSnBt84kA6X0p8it4E3T { top:15.8125rem;left:2.625rem;width:30.8125rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChpgpud8SDm1GQnPdrIEz1O3PVZBSVF { width:22rem;height:3.125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vov5udyNfst41PCzgrecKmwb5y4u16vJ { display:block; }
 }@media only screen and (max-width: 763px) { #mWXF2Ru8JBxS8Slgdq7IKfCZnXHHUdXS { top:20rem;left:6.25rem;width:22.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ddo8BBttyF8mQXLAPOLgzeftQre3uwkp { top:9.375rem;left:0rem;width:6.3125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJdJqBGfqrcETcXshe1iwMqCuTQqQ1Uy { top:6.25rem;left:31.75rem;width:16rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i { top:16.25rem;left:28.875rem;width:16.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 { display:block; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ2BUcTLuqStVzlPc1fSQpq3tJrJdd4h { top:6.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKqZaJ6A9hmh8WVXbTdp8w2L2uOZRfIq { top:4.625rem;left:0rem;width:47.75rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { top:1.1875rem;left:0rem;width:7.8125rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoGtQNnly5d341Ss1dbJErTIREUCEur { top:1.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { top:1.3125rem;left:40.1875rem;width:7.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfCp8IvZkkPxh57eyf0Vkb3BA0UNDUE { top:1.3125rem;left:34.6875rem;width:13.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTtcKJ4TmF0TtSlyQe0euuRMyDukNPen { width:5.875rem;height:1.13720625rem;top:1.17578125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDPxEzi0xsGNpg5cOvu8r3HL64wlar4Q { width:4.75rem;height:1.13720625rem;top:1.17578125rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMfqcXlRHFUAfArvuVFzFosGMyUp4g5O { width:6.875rem;height:1.875rem;top:0.8125rem;left:13.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGEnRcZ89qnVKbXRlwuqUGyTgTkx6G5o { display:block; }
 }@media only screen and (max-width: 763px) { #iJAQmDiyWA8GayfB5GGNEV6GxUcWmh89 { width:7.8125rem;height:1.75rem;top:3.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/925fd20a-d651-42d9-a8a1-dedebfd8f75d/headermobi.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.adaptive-delivery-prevent-bg, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyload, #AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6.lazyloading { background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { background-color: transparent; background-image: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row > .video-iframe-container { display: none; }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .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); }#AEFoSimvZP21rDQWAh1U1DEcsZyFZmd6 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbCHyukIqBHKsT0X21rUeA7Q0A2OXqCn { width:17.4375rem;height:3.125rem;top:36.0625rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyATFNo9mKCNckfQvJ6veLOhd6hU22rf { display:block; }
 }@media only screen and (max-width: 763px) { #OZ3vrXyJQNlK4xiKBdLEqgnTwQWa7zSp { width:17.4375rem;height:8.0434375rem;top:7.9375rem;left:1.28125rem;font-size:2.0625rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Axp7WW9A6VSorDJZHw9JdSmxWE3VxfOH { width:17.25rem;height:1.625rem;top:16.54296875rem;left:1.375rem;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #adm3MFXGKMWQVs5SW13WqeZ8ZE7ZktAB { width:17.5625rem;height:2.76171875rem;top:22.3125rem;left:1.21875rem;font-size:1.0625rem;z-index:14998;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7sv4MvvdwKCZTZHwtyds7yOkaaH2TkM { width:17.5rem;height:8.4375rem;top:25.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEiwHLx0mq1I8cNuurqTUxeidX5D9Dp { width:7.8125rem;height:1.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3XKLNOofdEd0yEzCn488fzEchH5DZ { display:block; }#geb3XKLNOofdEd0yEzCn488fzEchH5DZ > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFTyVZcQmsuC4THUNP8DoVPpIFQV494K { width:17.5625rem;height:7.03125rem;top:8.875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9eFhOcLEGTN2JPWEusK2NrCDeImFJEz { width:17.4375rem;height:3.8994125rem;top:3.875rem;left:1.25rem;font-size:1.5rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #V8NP66RKTVrurSEI9WUq1TTe81PH0FsT { width:17.375rem;height:1.94970625rem;top:32.625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5uCSfIPHTZwcgXIgeHN62cmTzLOTiRs { width:17.5rem;height:9.84375rem;top:35.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE5XpEVPkZBvyTo7tEHuFDWcb8k7kTpI { width:17.3125rem;height:3.8994125rem;top:65.125rem;left:1.25rem;font-size:1.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #fBbTeLSsm9STCKWElEJ0rKT4N6JlVMRD { width:17.4375rem;height:15.46875rem;top:70.125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA360B1NGKZC0ny38kJxdLn0iQXlUlz3 { width:12.5625rem;height:11.3125rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiDPH1wZCUT6KXwnJd9VCisOEBrMB8Zy { width:8.6875rem;height:7.25rem;top:15.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTnHbXkMFP40ZeBSTdXJ28RzrVFAgvlD { width:20rem;height:11.3125rem;top:78.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWeK1dVrSvAXQMU6NJdXH7dRXmDm0WJI { width:20rem;height:13.8125rem;top:140.9043125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #esfgpRdM71dKW7VtyA4uTwORmhlys3Qm { width:8.6875rem;height:1.3808625rem;top:67.494140625rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbOX9gCnV1XQ6uGmdyFeTUorOqEkmiHl { width:12.5rem;height:11.25rem;top:48.875rem;left:6.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #FAoz2pkGsG0Zqk17N5NmoyPEisIwvuDe { width:8.5625rem;height:8.5625rem;top:56.375rem;left:11.4375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #O6D36nkWkA9NTo6dQN5FdKaxxTqD8C0c { width:11.125rem;height:8.625rem;top:83.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwrgIlRTBPJqeeegTq9XeztAU19nIbgk { width:12.5rem;height:11.25rem;top:86.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfDKeT6TtSvLRPngegrl3FwHcrAeXFkl { width:20rem;height:18.6875rem;top:249.89065rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsuMruyTZsOFx7dzqGztiMG1tS3zM3VT { width:20rem;height:0;top:53.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TTk6vX2UlVfGx9c76TgrFe3CosaQEhQW { width:20rem;height:0;top:94.4375rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Pv4pMiIulTbki18Hhn2cw4rZQw3DmP0d { width:20rem;height:0;top:28.875rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #g4bHGzRC0PnycTHtNhl19Rvyb5x5XWqa { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #ixNSeLUVkcSxdJKWwrz8G7MyS1dB9l4G { width:20rem;height:6.5rem;top:44.875rem;left:0rem;font-size:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tRdpE4J7p1T3iUFtRuUkNPZlftTldmDT { width:20rem;height:0;top:58.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ZQUJrNJ4H54kqucCdaH319qsMoFrgNS9 { width:20rem;height:0;top:91.9375rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #T9SfD5f20vbTwuHnDNG6btXKeM4uVReV { width:20rem;height:6.5rem;top:92.625rem;left:0rem;font-size:5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #icTpaQZ9xTndh2B4AmippDcC7tTPdoGW { width:7.375rem;height:10.0625rem;top:52.625rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #LPAqBDsPdngvwIu6dyKForqu8221gSLs { width:7.625rem;height:6.5rem;top:13.875rem;left:0rem;font-size:5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xzIJhgF89PnbgCFEugnsk86ntloPweci { width:7.5rem;height:7.5rem;top:90.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5kT1P51Xhxr49gysL6CdLhcws8Mh512 { width:7.5rem;height:7.5rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7VMdzGwgUiHfISCsRWsRuJ0pupDkpUV { width:7.5rem;height:7.5rem;top:20.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/e660187d-81f2-4c78-8562-66e94e80a9e9/coffeebeans.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.adaptive-delivery-prevent-bg, #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.lazyload, #TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y.lazyloading { background-image: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { background-color: transparent; background-image: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container > .video-iframe-container { display: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row > .video-iframe-container { display: none; }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .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); }#TX1UahvQGoDGRnncCR7E6RGbDqkqwm8y > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3PKv2qGvqQRRgqdaHctudPA9Qz5tEqZ { width:20rem;height:44.25rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-text {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-select {padding-top: 0; padding-bottom: 0;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv  { width:17.5rem;height:auto;top:10.125rem;left:0rem; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv {display:block;}#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv { width:17.5rem;height:auto;top:10.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #DTFe2b3DSdbeeee8AUPbOvHqmUEpTw8T {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Wvbv0GrCS18FpTxzJDU4RV4kfs5Iaunp {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #bTTCZr9NPCfuT6Kv0qK9He5nd4Vr6eC3 {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #X3fZPhd6TnI2ZNyAlQ2ya59miTEgXRdI {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ppVPdXdx0ORUVfXkXzBhxnIEEmMeSD3T {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dgyvRMQGK0ZO3hXwGErEsnrI8g8u16VU {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #by5qefZTSQkFtWySIuocnLa54EwsP0Ja {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ukUhumWfA0x34iTT8ngBr174VAqDPirM {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #a5c1pAi2X7kLhsUw5oRNEh87vKeKfgzU {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AgaJfQNucINEf1MZ6GMhgEVF2cUTUJpS {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #kEiZXLwvkfqbkDzAuIyydgZmIoHAOPTT {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #D9EIP4BRTwG6T1IIwi942EwZAcQS3nXQ {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #ERbPL5nOiWf7FRlgiUT5hEqmccLzqT4c {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #sK5ipEWIhtgIIpfRETIuOnSLsKEz0qwH {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #lyWQENpLQBqT3BgXNAPPTLOkLCoW4LZT {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 {  }
#HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #iqAmQEgX0HJkBLTpucOGPXP0Ul3v7CQ2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #NuzdRWcMuhqRPphxEOarAtI3fLk9UJLz {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #Rkt0cxZ0cchUDeu45y5R4b1QnsoyZDfK {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #FHXml5wT92UvquU8AdEoVsmlqEuV048e {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #brePTVoUSIsDJ3N7D05p1n4xcVM7cwPw {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #dtXvtwBTStkyWXD3fpP0sbE6IGUFPA8W {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #AmzyQFv7ZnubbFMzz5y5Latx73JBuOSi {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #IPa5zZZILX79AxfsZDSIGP7F9cFpZe61 {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #mTIWVVgTiva2kwM5CI9127MqqylgP4ix {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #UNSsxTtQvdga23kTWFdh5yloQJ33tMKz {  }
 }@media only screen and (max-width: 763px) { #HToTa7cCktTgMHd3mCteP0VcC8i0UcHv #QD6BGz5T8aUZbvv5D3ulJqFv4UwqpfEP {  }
 }@media only screen and (max-width: 763px) { #zlCvPTHRpEEZHEGp7Vde0aVSN6oiPwUc { width:15.75rem;height:4rem;top:2.21240234375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts { display:block; }#ATGh5sQgKsTMIa3TqVvVf7GBZC3KZSts > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQM9RTL5yGlQp4NA2zo6Et8rTbsJfPyE { width:13.6875rem;height:1.94970625rem;top:4.61328125rem;left:6.3125rem;font-size:1.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #S1nX0sPkRQCGlB2MPifBoLrSoQwGJaT6 { width:17.4375rem;height:1.94970625rem;top:2.8125rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glE4L5ffrynZXSnBt84kA6X0p8it4E3T { width:17.25rem;height:1.94970625rem;top:6.5625rem;left:0rem;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KChpgpud8SDm1GQnPdrIEz1O3PVZBSVF { width:17.5rem;height:3.125rem;top:91.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vov5udyNfst41PCzgrecKmwb5y4u16vJ { display:block; }
 }@media only screen and (max-width: 763px) { #mWXF2Ru8JBxS8Slgdq7IKfCZnXHHUdXS { width:20rem;height:1.4624rem;top:10.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ddo8BBttyF8mQXLAPOLgzeftQre3uwkp { width:6.3125rem;height:4.875rem;top:2.8125rem;left:1.25rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #dJdJqBGfqrcETcXshe1iwMqCuTQqQ1Uy { width:12.4375rem;height:14.5625rem;top:12.9375rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GDB86ttJIvfJGJTC9SdSbJcg57rzpq3i { width:16.4375rem;height:5.8125rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 { display:block; }#TogmmCHyuZss4JH8aMgogQgSrkMKBPT0 > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJ2BUcTLuqStVzlPc1fSQpq3tJrJdd4h { width:17.5rem;height:2.76171875rem;top:4.30078125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKqZaJ6A9hmh8WVXbTdp8w2L2uOZRfIq { width:20rem;height:6.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ { display:block; }#bq87yV05Uh9WJlKkWC0achE0WrSGzqGZ > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DanPnNDtBWEmQbH3xH0glXkkMTRpTWU6 { width:7.8125rem;height:1.6875rem;top:1.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdoGtQNnly5d341Ss1dbJErTIREUCEur { width:7.5625rem;height:1.29980625rem;top:1.57421875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMnWkcqqRG817SWPvd1iaCmJ7XgZDW4w { width:7.5625rem;height:0.9746125rem;top:4.3369140625rem;left:6rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbfCp8IvZkkPxh57eyf0Vkb3BA0UNDUE { width:13.0625rem;height:0.9746125rem;top:6.5615265625rem;left:3.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }