.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:224,228,232;--color-primary-1:163,175,187;--color-primary-2:102,122,142;--color-primary-3:61,73,85;--color-primary-4:0,33,66;--color-secondary-0:248,243,234;--color-secondary-1:233,215,185;--color-secondary-2:210,175,114;--color-secondary-3:105,88,57;--color-secondary-4:32,26,17;--color-tertiary-0:217,222,227;--color-tertiary-1:128,144,161;--color-tertiary-2:0,33,66;--color-tertiary-3:0,17,33;--color-tertiary-4:0,5,10;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#252323;background-image:url("https://images.assets-landingi.com/uc/bd5b21df-7140-439e-89f6-567d1b552c27/_DSC37591.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV *:focus-visible, #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV input[type="text"]:focus-visible, #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV input[type="email"]:focus-visible, #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV input[type="tel"]:focus-visible, #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV textarea:focus-visible { outline:0.125rem solid rgba(0,33,66,1);; } #XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .row > .video-iframe-container { display: none; }#XEmcSWilwC3Q0ZeA8boUS7xKQ9vWTCzV > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { background-color:rgba(var(--color-tertiary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:60rem;height:38.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { color:#ffffff;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.6875rem;left:11.5625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHQ9aQMGBsmGimRO89PS7SLCvToLrJzV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:13.9375rem;top:2.75rem;left:23rem;overflow:hidden;display:block; }
#SF9huXEm9ttUU8afRyBI1QIbdp1z34H5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:23.75rem;top:11.375rem;left:18.125rem;overflow:hidden;display:block; }
#T5QtR6FzffTLRmwl9kAsz0rDc0N1GSMa { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.75rem;left:9rem; }
#DRJ97C4yV3OXEC2NKl6owJgfZ7lHEuZM { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5rem;left:11.6875rem;height:1.3808625rem;display:block; }
#sqyxcoM1ShBAu5GBVpACF2xgEAfBPCI0 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.83984375rem;left:11.5625rem;height:1.3808625rem;display:block; }
#FdyNz0hlqi5SRS6J5dh1uun9mXhsIeEH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.4375rem;left:9rem; }
#l9VPfuhE9bd3Q7UdhnGlz91OUfmF6w3l { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:29.75rem;left:34.3125rem; }
#PxJkOh3LLRbz7yUM3SdEzTkEd8HobHMz { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.8125rem;left:36.875rem;height:1.3808625rem;display:block; }
#ygcv7ZIt7GioEnyyxwLRWkprTUCytPOn { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:33.4375rem;left:34.3125rem; }
#nNDoGdH2eBAOmGWMdSHEf6HDsxohHXSk { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.5283203125rem;left:36.9375rem;height:1.3808625rem;display:block; }
#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:rgba(var(--color-tertiary-2),0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { border-width: 0; border-radius: 0; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:60rem;height:11.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6328125rem;left:37.9375rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dml8qvKsC6PgBPE5Fs0lUMUA4afMWExG { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:37.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NcTTude1pTi3AhqUyAng7ItTEfT4ZWWk { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:21.875rem;top:0rem;left:35.625rem;display:block; }
#A1EBURl8m8rzC0GTMTr7MxkrZQO9cEBI { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.90234375rem;left:40.25rem;height:2.03125rem;display:block; }
#VCkS2pccceEB4hvKLp6Xno6xDsIIR9wI { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.93359375rem;left:16.75rem;height:1.7871125rem;display:block; }
#g9Wo8umCmAvVxQfAcx2EbZ0SLVzTwm5k { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:12.9375rem;top:2.66015625rem;left:3.8125rem;overflow:hidden;display:block; }
#DTxmeOWL0MPuQyN2x6kiJ6vtwlmuz8Ou { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.7119140625rem;left:16.75rem;height:1.7871125rem;display:block; }
#oN1pdnq9u4xXdZEwaGUu4ewhZPatauPq { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.21875rem;left:38.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { background-color: transparent; background-image: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { display: none; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .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); }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { border-width: 0; border-radius: 0; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:60rem;height:30.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { color:rgba(var(--color-secondary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:6.1875rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:9.6875rem;left:0rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:16.125rem;left:0rem;height:9.5605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M7LANaKn8nIykg6LbDRXek82L3iwTauo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.25rem;top:2.75rem;left:40.5625rem;display:block; }
#IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:3.6875rem;left:38.90625rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-form-header {  }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:17.625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:17.625rem;box-sizing:border-box;height:2.5rem;color:rgba(255,255,255,0.98);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:17.625rem;box-sizing:border-box;height:4.375rem;color:rgba(255,255,255,0.98);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:17.625rem;box-sizing:border-box;height:2.5rem;color:rgba(255,255,255,0.52);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;width:16.625rem;overflow:hidden;font-style:normal;float:none;line-height:1;text-align:left;text-align-last:left; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .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; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .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:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-container:first-of-type{padding-top:0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-container:last-of-type{padding-bottom:0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0810546875rem;left:37.625rem; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.625rem;display:block;vertical-align:top; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL {display:block;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.0810546875rem;left:37.625rem; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #fSBzPo7is0RHZyPlMhM7VbSo2ruxDi0m { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #udsK9DhGxf5FNSRzvXbve49SvyoxEmSD { position:relative;display:none; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #cLQcNqLvQEuxrhSoRkmL601axREqpQqW { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #ZBsBKD65QxBnTe3qirtVNM2kdXkmt0iU { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #Qpoir146WeQMTTxX2T2ATVhzyHOSEHub { position:relative;display:none; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QnGe90cf54rWzuINymzBvASNTKteWevx { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QJAKFwarnRWFbBnM1NHVKnV9hptX0lS0 { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #b4UZ1EclhlZsRNpdbThvpTaZsROR79yB { position:relative;display:none; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #bMnnOShQ3gqXNHfOCeRUDmVgTrE1M4WA { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #EbQ5e3RPrJdZl6O0LD5CqaLn4EoLU4Jr { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #OsadwBmAovJmKw13No0PXzzGbFatmUIC { position:relative;display:none; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #hr4bdyhnAWi6TS2ZBPfRa2VNyBKAEPp6 { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #TPsDvUOeVrg0DAtREdLXaBFB8H9fpcW3 { position:relative; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #g7zmQOW6G6HcAHpRzaLao2neicqd5TwL { position:relative; }
#eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { position:absolute;display:block;z-index:15000;background-color:#252323;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1.25rem solid #efd4b2;border-left:1.25rem solid #efd4b2;border-right:1.25rem solid #efd4b2;border-bottom:1.25rem solid #efd4b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.3125rem;width:21.875rem;top:0rem;left:35.625rem;display:none; }
#TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:6.375rem;left:47.0625rem; }
#ULFqcMHnpqIHBFKTGouW6mTeATZ7p12L { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.8125rem;left:37.25rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container { background-color: transparent; background-image: none; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container > .video-iframe-container { display: none; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row > .video-iframe-container { display: none; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .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); }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container { border-width: 0; border-radius: 0; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#AWuwfXrsRbleuvt1JwxmcNIQQXnuyaiT { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2E1Mzr4AB1P35hzO9TvfBTbOaOHCipA { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MZxRzn2vcLFV91sSZd74QrSo8SL98htT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5ee;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; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container { background-color: transparent; background-image: none; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container > .video-iframe-container { display: none; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row > .video-iframe-container { display: none; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .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); }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container { border-width: 0; border-radius: 0; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#gD2w0KCTSoouZRB9972WllgmPGEHwxmG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:0.3125rem;overflow:hidden;display:block; }
#CUQtIZ2mdt6rlCATLOEqcMQrRiwpQkl2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:20.3125rem;overflow:hidden;display:block; }
#EgHkTyxG1f7qa4d1zLb6DzSbXQaw7FHX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:40.3125rem;overflow:hidden;display:block; }
#NCTlUQGygUWO3qxw6FVtC0RBB2KM1cSl { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:21.8125rem;left:24.8125rem;display:block; }
#hkbd4PtbQQcCLesoUR96wToLJW8V59ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liKhvROd1zTnO0VcNwIl9fWTepCEVZpS { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.75rem;left:21.125rem;filter: drop-shadow(0.1875rem 0.1875rem 1.25rem rgba(0,33,66,0.5)); }
#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4f6d1660-1a88-4ebe-bc63-e50fcd956940/_DSC51942.webp");background-position: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; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.adaptive-delivery-prevent-bg, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyload, #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5.lazyloading { background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { background-color: transparent; background-image: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { display: none; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .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); }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { border-width: 0; border-radius: 0; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:15.25rem;left:2.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:9.25rem;left:2.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:15.25rem;left:22.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.25rem;left:22.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:15.25rem;left:42.3125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:9.25rem;left:42.375rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:6.5rem;left:8.5625rem; }
#gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:6.5rem;left:28.5625rem; }
#dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:6.5rem;left:48.5625rem; }
#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container { background-color: transparent; background-image: none; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container > .video-iframe-container { display: none; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row > .video-iframe-container { display: none; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .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); }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container { border-width: 0; border-radius: 0; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container { width:60rem;height:9.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#K3WTtnxIi8vsar0rxJeAwTqdDT7RqqUT { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qWveJ7AFSl442zbseL8gHVdDh0NT2sKX { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { background-color: transparent; background-image: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { display: none; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .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); }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { border-width: 0; border-radius: 0; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:60rem;height:21.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:3.4453125rem;left:0rem;height:15.296875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LQSPF6b0SP2hMPu5Mti6wuAWDHloepeT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.3125rem;width:29.125rem;top:2.9375rem;left:30.875rem;display:block; }
#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { background-color: transparent; background-image: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { display: none; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .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); }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { border-width: 0; border-radius: 0; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:60rem;height:6.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wnP6r8zkHlC1AAhe6dAgattQm0928D0Z { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.3125rem;left:19.875rem;filter: drop-shadow(0.1875rem 0.1875rem 1.25rem rgba(0,33,66,0.5)); }
#H2JOH0DBfAFLxqDz223PmlvAx7cSI46R { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.3125rem;left:23.5625rem;display:block; }
#dioz8NBVUB1wGgXqxPERfzefkSwMP7Zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { background-color: transparent; background-image: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { display: none; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .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); }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { border-width: 0; border-radius: 0; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { background-color: transparent; background-image: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { display: none; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .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); }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { border-width: 0; border-radius: 0; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hIdUTnQ5yvvbmbMNcuCgviiTS7JNzhvT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:0.3125rem;overflow:hidden;display:block; }
#HxKlBNudd9ZoFLuM24XsPqZPm8lOWNLo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:20.3125rem;overflow:hidden;display:block; }
#x8s6il9FfJmaFa3V7wAgMkUVBLiNTyeD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:40.3125rem;overflow:hidden;display:block; }
#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container { background-color: transparent; background-image: none; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container > .video-iframe-container { display: none; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row > .video-iframe-container { display: none; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .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); }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container { border-width: 0; border-radius: 0; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#IfOwTQFPdnTatDnDGXBsrToIezMlolTa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:0.3125rem;overflow:hidden;display:block; }
#ceW2hxDth1UgmrR7HxcHsK5mIz19LNo4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:20.3125rem;overflow:hidden;display:block; }
#C0b1xEdOTLJQlw4bxMSViyy1Loxwxk7N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.28125rem;left:40.3125rem;overflow:hidden;display:block; }
#aySoASEEb0TueW19a4G79XNMpMIGVsf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container { background-color: transparent; background-image: none; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container > .video-iframe-container { display: none; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row > .video-iframe-container { display: none; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .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); }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container { border-width: 0; border-radius: 0; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:60rem;position:relative;display:block; }#LQpCD5pgWyMdErKZrZcIRVW02l9kB0kd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.375rem;left:0.3125rem;overflow:hidden;display:block; }
#KFWa5K770d7ZsybtqPVXSB4e4C3kC1S1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.375rem;left:20.3125rem;overflow:hidden;display:block; }
#Zn1F9lHAzPOzpNEEhaiwfxxhA2p0LZOL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:19.375rem;top:0.375rem;left:40.3125rem;overflow:hidden;display:block; }
#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { background-color: transparent; background-image: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { display: none; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .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); }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { border-width: 0; border-radius: 0; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5ee;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; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { background-color: transparent; background-image: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { display: none; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .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); }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { border-width: 0; border-radius: 0; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:block; }#lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:1rem;display:block; }
#dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.375rem;left:2.3125rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:8.625rem;left:2.3125rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { position:absolute;display:block;z-index:15007;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:9.0625rem;display:block; }
#JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:21rem;display:block; }
#dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.375rem;left:22.34375rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:8.625rem;left:22.3125rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:29.0625rem;display:block; }
#TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:17.5rem;top:1rem;left:41rem;display:block; }
#ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:12.375rem;left:42.34375rem;height:4.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#py003cwex05IKoloBR228U0OX0cs5QAF { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:8.625rem;left:42.3125rem;height:2.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { position:absolute;display:block;z-index:15017;background-color:#6a6a6a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:1.875rem;top:7.3125rem;left:49.0625rem;display:block; }
#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cb67afe2-9ac0-42d4-af3f-ac6cbd13b679/Untitled2.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:19.125rem;top:0.03125rem;left:20.4375rem;display:block; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.adaptive-delivery-prevent-bg, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyload, #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN.lazyloading { background-image: none; }
#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#fvvWEIcNhONGMwB24QFlJi9GHfTH9Erx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.5625rem;left:8.90625rem; }
#kTeAvuBnH4dvTMhcID6kaTCdNO4HKs9h { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:3.5rem;left:28.90625rem; }
#cTeOzFg5yLao9xv6GgOGhgRLUoDI7nPw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.5625rem;left:48.90625rem; }
#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container { background-color: transparent; background-image: none; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container > .video-iframe-container { display: none; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row > .video-iframe-container { display: none; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .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); }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container { border-width: 0; border-radius: 0; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container { width:60rem;height:6.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#PoH7u0wG3gqx3Wr7FfKy9rNsdWrZ8xpZ { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.375rem;left:24.6875rem;display:block; }
#lihiCDHZy39qQTTQVLxW93oVQRNcaOAq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTIxTRUS61A6EGnELEnv1HUagX31eeNy { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.3125rem;left:21.125rem;filter: drop-shadow(0.1875rem 0.1875rem 1.25rem rgba(0,33,66,0.5)); }
#QVLfND8DTROhES58OBCsSrsvG5GFMbrC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container { background-color: transparent; background-image: none; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container > .video-iframe-container { display: none; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row > .video-iframe-container { display: none; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .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); }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container { border-width: 0; border-radius: 0; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container { font-size:0.875rem;font-family:arial;height:70.875rem;width:60rem;position:relative;display:block; }#OPnRDQFSmqugBzzWZVEIBZsp1Sn5MpNL { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:2.375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVN5DpDOnSBNJT9g6ncbozZESMkqcksk { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5625rem;left:0rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zE2Vif0Wx1Qz714dZOEE4KN6TdtfrOeF { position:absolute;display:block;z-index:15002;background-color:#fbf5ee;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-primary-4),0.75) ;height:15.125rem;width:14.3125rem;top:47.125rem;left:45.6875rem;display:block; }
#VdvvuOpX2wqtTRsTy3tGRsqfu0kV8dDn { position:absolute;display:block;z-index:15000;background-color:#fbf5ee;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-primary-4),0.75) ;height:15.125rem;width:14.3125rem;top:47.0625rem;left:30.6875rem;display:block; }
#auPa8vr1UkqdOb3QCavhO3KFT6p5Wqwe { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:55.9375rem;left:46.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#en1sfX0wgMzDmHBqgN2TimTHSQn4s9eM { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:55.9375rem;left:31.59375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hD9vTuxf8LFqu8HhB6W80UwRQeXkd6EV { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:51.11328125rem;left:31.59375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vGXsieQKnPpoEdqSuTnRJ2KaL2saxFTW { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:51.23828125rem;left:46.59375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ua9kQB4VtT28SgCWo0558OLW8DQdfS1q { position:absolute;display:block;z-index:15000;background-color:#fbf5ee;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-primary-4),0.75) ;height:15.125rem;width:14.3125rem;top:20.75rem;left:0rem;display:block; }
#rCVLspML58GHQPzSntf40xTFnbZZhtOD { position:absolute;display:block;z-index:15002;background-color:#fbf5ee;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-primary-4),0.75) ;height:15.125rem;width:14.3125rem;top:20.8125rem;left:15rem;display:block; }
#soSkHkCbWKcndxMftgoRBBZs9QH9sIuN { position:absolute;display:block;z-index:15023;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:23.125rem;width:23.125rem;top:12.75rem;left:36.25rem;overflow:hidden;display:block; }
#E0cfZWFJUJSflcvqxC9Gpopfp8PMMu6l { position:absolute;display:block;z-index:15001;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:43.9375rem;left:34.6875rem;display:block; }
#yHGSVXNniSss8dIPBOgkWbgHeJre8HSN { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:44rem;left:49.6875rem;display:block; }
#xM3pncnVq37TAPeh4lZGD52cVRsJcLVQ { position:absolute;display:block;z-index:15016;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:6.4375rem;width:6.9375rem;top:43.84375rem;left:34.3125rem;overflow:hidden;display:block; }
#kTQX0PtcPkOJ3HWNOaQ97tuZn8hzaRwr { position:absolute;display:block;z-index:15017;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:6.125rem;width:4.8125rem;top:44.0625rem;left:50.4375rem;overflow:hidden;display:block; }
#yfdZau6okZGAf2TExVv5wiCrVLNmHTMp { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.75rem;left:0.90625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJUgvTAi9pk62Wrvb6f0ibu3FDhkCsp2 { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.75rem;left:15.90625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnHLLESx1gfQFa32tNUH0y6HVu7trkzP { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.92578125rem;left:0.90625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCevkIlb45ACToOXMFtTQtk65SpDdTn4 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:24.92578125rem;left:15.90625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5T0sPv29lQSb9RUASmSC1xdDaiqXl2P { position:absolute;display:block;z-index:15001;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:17.625rem;left:4rem;display:block; }
#UEAZMcOAwDm5mQ3l5zFQ7KEQSu3WsyMz { position:absolute;display:block;z-index:15003;background-color:#004673;background-image:none;background-position:top left !important;background-repeat: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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:17.6875rem;left:19rem;display:block; }
#lQNeFyyB3a2bzk8qxLwxuygNUnJ4b4TE { position:absolute;display:block;z-index:15016;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:9rem;width:9.625rem;top:16.0625rem;left:2.40625rem;overflow:hidden;display:block; }
#VLWZEv2ZGsLTQ7Wr1Su7Wrx3XQ7CRVPh { position:absolute;display:block;z-index:15017;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:7rem;width:7.375rem;top:17.25rem;left:18.46875rem;overflow:hidden;display:block; }
#wvEX6NZIL5seSDcFBR171SUU8xUvgbeb { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.875rem;top:12.1875rem;left:35.625rem;display:block; }
#CsLMUx2LkS2lbyqMyWq5cuUCUz83qiSZ { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:23.875rem;top:38.5625rem;left:0rem;display:block; }
#AZL2cRBMttUPTQyKaC3lSXEa5Wb4GfQ2 { position:absolute;display:block;z-index:15025;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:23.125rem;width:23.125rem;top:39.1875rem;left:0.625rem;overflow:hidden;display:block; }
#Uarqy4knDcv59U3eqDVvCIOefPpzVs3s { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.75rem;left:0rem;display:block; }
#vU4vxvKZch6BZPuIKUAboe7vttb5T3Ac { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:65.4375rem;left:20.375rem;display:block; }
#NTMFRlJXOn6qD554Z2nFC9TQGhirVDRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MMAxRmynZTthpW7035VTHsoPqkOqaXG1 { position:absolute;display:block;z-index:15013;height:3.125rem;width:5.625rem;top:2.375rem;left:47.71484375rem;display:block; }
#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5ee;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; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container { background-color: transparent; background-image: none; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container > .video-iframe-container { display: none; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row > .video-iframe-container { display: none; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .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); }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container { border-width: 0; border-radius: 0; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#M78mBhTt2AZSJuSFtN5HnJeNbFJinfQi { color:rgba(var(--color-tertiary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:0rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DCPu8fmmwIowmR4bWSBeuVv10x4RZq3l { 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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:20.5rem;width:30.8125rem;top:5.25rem;left:28.25rem;overflow:hidden;display:block; }
#tfwqviidWV8GCuo1NRxxDwcJk08nrho4 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:18.75rem;top:6.25rem;left:0rem;display:block; }
#pz4AFqSoz8DSnpbkUMQpeSBDPmnMTDp0 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:32rem;top:4.4375rem;left:27.5rem;display:block; }
#iLHKxzO72bTziOpecJdMinEh1AFMbTd4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.1875rem;left:2.375rem;display:block; }
#puDv6km4vMD6EO0kQLWPnT1UACMe9mGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gTPhnXZF6Bu0V375TInvoVTWfu0sQ1UQ { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:2.03125rem;left:0rem;height:2.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHcg2w8BZvt6WgTfJSikgwTMmUcZnmV9 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.0625rem;left:5.1875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C0TXsx4P4qfFghJ5n9LMLIIdutTGFZfC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12rem;left:2.375rem; }
#scCCpctTn3UtWo3epIFaLyErJzwabdyO { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.6875rem;left:2.375rem; }
#cnbPFNlpuwybvC9PFHfotxw3eOVZIffl { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.5rem;left:2.375rem; }
#D746AUG4fwSueZcVNNX0RnTECtNN61h1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.1875rem;left:2.375rem; }
#aNVKygA8U5FCfqwFu1AkPRLrFXGsoQ6V { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.75rem;left:5.1875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ma6O8g2dFfbJfuVvdGX6DlphecP7kQME { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.5rem;left:5.1875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5ppmozsbTsvOd3O1PBLc5bPscWrDLie { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.1875rem;left:5.1875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container { background-color: transparent; background-image: none; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container > .video-iframe-container { display: none; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row > .video-iframe-container { display: none; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .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); }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container { border-width: 0; border-radius: 0; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container { width:60rem;height:9.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CN8H1SxcANsI0UhFTISsSC92P2Xc4QV9 { color:#cfb176;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2HsLW4f76sITPw1cf4OMsf4HXJcVWn0 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container { background-color: transparent; background-image: none; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container > .video-iframe-container { display: none; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row > .video-iframe-container { display: none; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .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); }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container { border-width: 0; border-radius: 0; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#XOfINZkzHUgKG9ahheqoZ9OU7mbT9Zc1 { 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:2.75rem;width:14rem;top:8rem;left:0.5rem;overflow:hidden;display:block; }
#ZrJVEAsAEUZJLBFm2qedZWLToP1ATda1 { 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:4.75rem;width:10.875rem;top:7rem;left:17.0625rem;overflow:hidden;display:block; }
#TlxAJTIRTIBLoyS4Tm9IcxC6Qbhz9ZJu { 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:4.9375rem;width:10.6875rem;top:6.90625rem;left:32.15625rem;overflow:hidden;display:block; }
#sstrUHq2rWcUy4AkpUOaVd8WSDMQcdvn { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:10.3125rem;top:6.65625rem;left:47.34375rem;overflow:hidden;display:block; }
#me34ZK12o7EgkbIbJknCiLbMeMJESBT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.9375rem;left:35.9375rem; }
#vLFNxNRRUlMkQONSEzTNS3wqRaP4mdX7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:50.9375rem; }
#FRRKUzpST3fomco3LqvtsqDm8DRRotag { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:5.9375rem; }
#Ax7y2rIHBGSX0l6aThnQc9fpAfLItVZR { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.875rem;left:20.875rem; }
#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq { background-color:#fbf5ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container { background-color: transparent; background-image: none; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container > .video-iframe-container { display: none; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row > .video-iframe-container { display: none; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .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); }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container { border-width: 0; border-radius: 0; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container { width:60rem;height:6.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RPlvNqPfs277uW0CiymTubwU5ZlJcbCB { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf5ee;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; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container { background-color: transparent; background-image: none; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container > .video-iframe-container { display: none; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row > .video-iframe-container { display: none; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .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); }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container { border-width: 0; border-radius: 0; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#WOXcD6N4MZTDKFsmPxHI3RVTC3XVkt5d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#libUqXRK8LQ6lqqLiIB88qW4iaq6kIXg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:23.75rem;overflow:hidden;display:block; }
#HKXzweJLMWGqVRXqzCkkmhzAaETPJFtg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:0.96875rem;left:44.6875rem;overflow:hidden;display:block; }
#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { background-color: transparent; background-image: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { display: none; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .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); }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { border-width: 0; border-radius: 0; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;position:relative;display:block; }#qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { color:rgba(var(--color-secondary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:7.1875rem;left:17.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXRshT3yFopuFDsZV2fJCMRt6FP6o88Z { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.25rem;top:17.3125rem;left:20.5rem;display:block; }
#QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18rem;left:19.1875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/960c0976-e824-490e-b64d-60c448f3a755/KristalClinic26.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.75rem;width:37.5rem;top:1.9375rem;left:0.4375rem;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:1.25rem solid rgba(var(--color-secondary-2),1);border-left:1.25rem solid rgba(var(--color-secondary-2),1);border-right:1.25rem solid rgba(var(--color-secondary-2),1);border-bottom:1.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:55.5625rem;top:3.375rem;left:1.125rem;display:block; }
#K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.625rem;left:47.3125rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-form-header {  }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:16.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;vertical-align:top;text-align:left;text-align-last:left; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:16.25rem;box-sizing:border-box;height:2.5rem;color:rgba(255,255,255,0.98);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:16.25rem;box-sizing:border-box;height:4.375rem;color:rgba(255,255,255,0.98);font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:16.25rem;box-sizing:border-box;height:2.5rem;color:rgba(255,255,255,0.52);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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:2.6875rem;margin-bottom:0.25rem;margin-left:2.6875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:10.875rem;height:2.5rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH [class*="-text"]:-moz-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH [class*="-text"]::-moz-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH [class*="-text"]:-ms-input-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH [class*="-text"]::-webkit-input-placeholder { color:rgba(255,255,255,0.5);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;color:rgba(255,255,255,0.5);vertical-align:top;width:15.25rem;overflow:hidden;font-style:normal;float:none;line-height:1;text-align:left;text-align-last:left; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .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; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .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:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-container:first-of-type{padding-top:0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-container:last-of-type{padding-bottom:0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.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:8.125rem;left:38.5625rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem;display:block;vertical-align:top; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH {display:block;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.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:8.125rem;left:38.5625rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #unlBmxvShGIgOhHe3pNky2ELGZVXI8dI { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #BGHyXXTMfl0H1ZfTITFfEIr8CGT0JMph { position:relative;display:none; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IhEiUqmKksg85DLiBezTO87JBWTkJlrT { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #WpZ6I2I8efNB2g6TicRFyQiguXQRNivM { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Bh8S63HschOMZ7zFEMp9XtkAu4Pb9dfA { position:relative;display:none; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #GFFhFTs8iOis1PCe3RFU6c13zLlnPTUO { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IZqdqEre5kdB8LV2K7yskZuqq1sn8R3I { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #lBRBtyHBwqp7OIE0PMDIPgPhP1vaRX3A { position:relative;display:none; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #gURc0IhyTAgnF8XfFLSxuC0Wi1df7RA7 { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #dqq2kK9DHqFFWnZ8mACGMvJCVSFUhdro { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #KJMHVofoTqrQTby9QcJyX1svpNoy9zFu { position:relative;display:none; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #z0XSg1lpmqTyMtXhuZGLyNBZQR1ztIOz { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #mWPgPCnqJ7eZvLVE64vvdOq9cZsCp1dC { position:relative; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Mt5mU5g1K54EoMEXcirUaNfJpDfeFoyu { position:relative; }
#Bnziu07SIHPgyAxgltO70zTazKbxi9By { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:5.6875rem;left:39.1875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dpEGye79OVw1amrxHicbFQ980Tz0NRIc { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.0625rem;left:18.75rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DZuJ4mWWX3TZJA8R3D3aKoMwiV8WAW7a { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(var(--color-primary-4),0.75) ;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.4375rem;left:27.9375rem;display:block; }
#W0ruFE3eti17ldalkTQH8HvPIwyclTSq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mr2Gzt26dZBChhzT21TvhuRGyoHW44NT { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.375rem;left:43.625rem;filter: drop-shadow(0.1875rem 0.1875rem 1.25rem rgba(0,33,66,0.5)); }
#asgTcUye5GNl82UTWaL4MvHvGUTRX3fR { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:25.9375rem;left:38.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mz53TJKMvklMnknf4BTp6gW26RPA2mP4 { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:33.3125rem;left:13.125rem;height:1.70605625rem;display:block; }
#NMiVPtHw5432gpMvcJXpSeDpZPAQSMiO { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.65625rem;left:19.90625rem;height:2.03125rem;display:block; }
#nDQDat0lHh4HB0CX7B3n7pfzxlmUoaxT { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:14.6875rem;left:18.5rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container { background-color: transparent; background-image: none; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container > .video-iframe-container { display: none; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row > .video-iframe-container { display: none; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .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); }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container { border-width: 0; border-radius: 0; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#SIIFfJUc6euvzTWmKKILhkXhZaLalTbb { color:#ffffff;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:18.71875rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:47.75rem;height:2.75rem;top:17rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:36.875rem;height:3.75rem;top:22.6875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQ9aQMGBsmGimRO89PS7SLCvToLrJzV { top:2.75rem;left:16.875rem;width:13.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF9huXEm9ttUU8afRyBI1QIbdp1z34H5 { top:11.375rem;left:12rem;width:23.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QtR6FzffTLRmwl9kAsz0rDc0N1GSMa { top:29.75rem;left:2.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRJ97C4yV3OXEC2NKl6owJgfZ7lHEuZM { top:33.5rem;left:5.5625rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqyxcoM1ShBAu5GBVpACF2xgEAfBPCI0 { top:29.8125rem;left:5.4375rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdyNz0hlqi5SRS6J5dh1uun9mXhsIeEH { top:33.4375rem;left:2.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9VPfuhE9bd3Q7UdhnGlz91OUfmF6w3l { top:29.75rem;left:28.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxJkOh3LLRbz7yUM3SdEzTkEd8HobHMz { top:29.8125rem;left:30.75rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygcv7ZIt7GioEnyyxwLRWkprTUCytPOn { top:33.4375rem;left:28.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNDoGdH2eBAOmGWMdSHEf6HDsxohHXSk { top:33.5rem;left:30.8125rem;width:16.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { width:19.75rem;height:4.6875rem;top:3.1875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dml8qvKsC6PgBPE5Fs0lUMUA4afMWExG { width:19.75rem;height:2rem;top:8.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTTude1pTi3AhqUyAng7ItTEfT4ZWWk { width:20.1875rem;height:41.3125rem;top:0rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1EBURl8m8rzC0GTMTr7MxkrZQO9cEBI { top:1.875rem;left:31.9375rem;width:15.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCkS2pccceEB4hvKLp6Xno6xDsIIR9wI { top:3.875rem;left:10.625rem;width:15.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Wo8umCmAvVxQfAcx2EbZ0SLVzTwm5k { top:2.625rem;left:0rem;width:12.9375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxmeOWL0MPuQyN2x6kiJ6vtwlmuz8Ou { top:6.6875rem;left:10.625rem;width:15.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN1pdnq9u4xXdZEwaGUu4ewhZPatauPq { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:47.75rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:23.1875rem;height:1.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:23.125rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:23.125rem;height:6.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:23.125rem;height:18.75rem;top:22.375rem;left:0rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M7LANaKn8nIykg6LbDRXek82L3iwTauo { width:14.25rem;height:0.0625rem;top:1.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-button { width:10.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL  { width:15.5rem;height:auto;top:16.1875rem;left:27.3125rem; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL {display:block;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL { width:15.5rem;height:auto;top:16.1875rem;left:27.3125rem; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #fSBzPo7is0RHZyPlMhM7VbSo2ruxDi0m {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #udsK9DhGxf5FNSRzvXbve49SvyoxEmSD { display:none; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #cLQcNqLvQEuxrhSoRkmL601axREqpQqW {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #ZBsBKD65QxBnTe3qirtVNM2kdXkmt0iU {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #Qpoir146WeQMTTxX2T2ATVhzyHOSEHub { display:none; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QnGe90cf54rWzuINymzBvASNTKteWevx {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QJAKFwarnRWFbBnM1NHVKnV9hptX0lS0 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #b4UZ1EclhlZsRNpdbThvpTaZsROR79yB {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #bMnnOShQ3gqXNHfOCeRUDmVgTrE1M4WA {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #EbQ5e3RPrJdZl6O0LD5CqaLn4EoLU4Jr {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #OsadwBmAovJmKw13No0PXzzGbFatmUIC {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #hr4bdyhnAWi6TS2ZBPfRa2VNyBKAEPp6 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #TPsDvUOeVrg0DAtREdLXaBFB8H9fpcW3 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #g7zmQOW6G6HcAHpRzaLao2neicqd5TwL {  }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:20.1875rem;height:41.3125rem;top:0rem;left:25.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:6.375rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULFqcMHnpqIHBFKTGouW6mTeATZ7p12L { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE { display:block; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWuwfXrsRbleuvt1JwxmcNIQQXnuyaiT { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2E1Mzr4AB1P35hzO9TvfBTbOaOHCipA { width:47.75rem;height:3.375rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZxRzn2vcLFV91sSZd74QrSo8SL98htT { display:block; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gD2w0KCTSoouZRB9972WllgmPGEHwxmG { top:0.25rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQtIZ2mdt6rlCATLOEqcMQrRiwpQkl2 { top:0.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHkTyxG1f7qa4d1zLb6DzSbXQaw7FHX { top:0.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCTlUQGygUWO3qxw6FVtC0RBB2KM1cSl { width:14.0625rem;height:3.4375rem;top:21.8125rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkbd4PtbQQcCLesoUR96wToLJW8V59ey { display:block; }
 }@media only screen and (max-width: 763px) { #liKhvROd1zTnO0VcNwIl9fWTepCEVZpS { top:21.75rem;left:15.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:47.75rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:15.3125rem;height:1.75rem;top:14.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:15.3125rem;height:5rem;top:9rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:15.3125rem;height:1.75rem;top:14.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { width:15.3125rem;height:5rem;top:9rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:15.3125rem;height:1.75rem;top:14.5625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:15.3125rem;height:5rem;top:9rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { width:2.8125rem;height:2.8125rem;top:6.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { width:2.8125rem;height:2.8125rem;top:6.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { width:2.8125rem;height:2.8125rem;top:6.5rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy { display:block; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3WTtnxIi8vsar0rxJeAwTqdDT7RqqUT { width:47.75rem;height:1.625rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWveJ7AFSl442zbseL8gHVdDh0NT2sKX { width:47.75rem;height:3.375rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:47.75rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:30.625rem;height:11.25rem;top:19.8125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQSPF6b0SP2hMPu5Mti6wuAWDHloepeT { width:30.625rem;height:17.1875rem;top:35.5rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnP6r8zkHlC1AAhe6dAgattQm0928D0Z { top:1.3125rem;left:13.75rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2JOH0DBfAFLxqDz223PmlvAx7cSI46R { width:17rem;height:3.4375rem;top:1.3125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dioz8NBVUB1wGgXqxPERfzefkSwMP7Zr { display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:47.75rem;height:3.375rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIdUTnQ5yvvbmbMNcuCgviiTS7JNzhvT { top:0.25rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKlBNudd9ZoFLuM24XsPqZPm8lOWNLo { top:0.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8s6il9FfJmaFa3V7wAgMkUVBLiNTyeD { top:0.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G { display:block; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfOwTQFPdnTatDnDGXBsrToIezMlolTa { top:0.25rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW2hxDth1UgmrR7HxcHsK5mIz19LNo4 { top:0.25rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0b1xEdOTLJQlw4bxMSViyy1Loxwxk7N { top:0.25rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySoASEEb0TueW19a4G79XNMpMIGVsf1 { display:block; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQpCD5pgWyMdErKZrZcIRVW02l9kB0kd { top:0.375rem;left:0rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFWa5K770d7ZsybtqPVXSB4e4C3kC1S1 { top:0.375rem;left:12.375rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1F9lHAzPOzpNEEhaiwfxxhA2p0LZOL { top:0.375rem;left:28.25rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:47.75rem;height:3.375rem;top:4rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:13.75rem;height:22.5rem;top:1rem;left:0.8330078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:13.3125rem;height:7rem;top:12.375rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:13.3125rem;height:2.375rem;top:8.625rem;left:1.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:7.3125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:13.75rem;height:22.5rem;top:1rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:13.3125rem;height:7rem;top:12.375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:13.3125rem;height:2.375rem;top:8.625rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:7.3125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:13.3125rem;height:7rem;top:12.375rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:13.3125rem;height:2.375rem;top:8.625rem;left:33.134765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:7.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:15rem;height:24.8125rem;top:0.09375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvvWEIcNhONGMwB24QFlJi9GHfTH9Erx { top:3.5625rem;left:6.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTeAvuBnH4dvTMhcID6kaTCdNO4HKs9h { top:3.5rem;left:22.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTeOzFg5yLao9xv6GgOGhgRLUoDI7nPw { top:3.5625rem;left:38.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf { display:block; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoH7u0wG3gqx3Wr7FfKy9rNsdWrZ8xpZ { width:14.0625rem;height:3.4375rem;top:1.375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lihiCDHZy39qQTTQVLxW93oVQRNcaOAq { display:block; }
 }@media only screen and (max-width: 763px) { #kTIxTRUS61A6EGnELEnv1HUagX31eeNy { top:1.3125rem;left:15rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVLfND8DTROhES58OBCsSrsvG5GFMbrC { display:block; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPnRDQFSmqugBzzWZVEIBZsp1Sn5MpNL { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVN5DpDOnSBNJT9g6ncbozZESMkqcksk { width:47.75rem;height:1.5rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE2Vif0Wx1Qz714dZOEE4KN6TdtfrOeF { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdvvuOpX2wqtTRsTy3tGRsqfu0kV8dDn { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auPa8vr1UkqdOb3QCavhO3KFT6p5Wqwe { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1sfX0wgMzDmHBqgN2TimTHSQn4s9eM { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9vTuxf8LFqu8HhB6W80UwRQeXkd6EV { top:51.0625rem;left:25.46875rem;width:12.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGXsieQKnPpoEdqSuTnRJ2KaL2saxFTW { top:51.1875rem;left:35.25rem;width:12.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9kQB4VtT28SgCWo0558OLW8DQdfS1q { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCVLspML58GHQPzSntf40xTFnbZZhtOD { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSkHkCbWKcndxMftgoRBBZs9QH9sIuN { top:12.75rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cfZWFJUJSflcvqxC9Gpopfp8PMMu6l { width:6.25rem;height:6.25rem;top:43.9375rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHGSVXNniSss8dIPBOgkWbgHeJre8HSN { width:6.25rem;height:6.25rem;top:44rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3pncnVq37TAPeh4lZGD52cVRsJcLVQ { top:43.8125rem;left:28.1875rem;width:6.9375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQX0PtcPkOJ3HWNOaQ97tuZn8hzaRwr { top:44.0625rem;left:42.9375rem;width:4.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfdZau6okZGAf2TExVv5wiCrVLNmHTMp { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJUgvTAi9pk62Wrvb6f0ibu3FDhkCsp2 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHLLESx1gfQFa32tNUH0y6HVu7trkzP { top:24.875rem;left:0rem;width:12.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCevkIlb45ACToOXMFtTQtk65SpDdTn4 { top:24.875rem;left:9.78125rem;width:12.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5T0sPv29lQSb9RUASmSC1xdDaiqXl2P { width:6.25rem;height:6.25rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEAZMcOAwDm5mQ3l5zFQ7KEQSu3WsyMz { width:6.25rem;height:6.25rem;top:17.6875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNeFyyB3a2bzk8qxLwxuygNUnJ4b4TE { top:16.0625rem;left:0rem;width:9.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWZEv2ZGsLTQ7Wr1Su7Wrx3XQ7CRVPh { top:17.25rem;left:12.34375rem;width:7.375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEX6NZIL5seSDcFBR171SUU8xUvgbeb { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsLMUx2LkS2lbyqMyWq5cuUCUz83qiSZ { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZL2cRBMttUPTQyKaC3lSXEa5Wb4GfQ2 { top:39.1875rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uarqy4knDcv59U3eqDVvCIOefPpzVs3s { top:6.75rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4vxvKZch6BZPuIKUAboe7vttb5T3Ac { width:19.25rem;height:3.4375rem;top:65.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTMFRlJXOn6qD554Z2nFC9TQGhirVDRH { display:block; }
 }@media only screen and (max-width: 763px) { #MMAxRmynZTthpW7035VTHsoPqkOqaXG1 { top:2.375rem;left:41.58984375rem;width:5.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jce2nWTfDkKpQZagPXefekfRPaM6A0EV { display:block; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M78mBhTt2AZSJuSFtN5HnJeNbFJinfQi { width:26.125rem;height:3.5625rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPu8fmmwIowmR4bWSBeuVv10x4RZq3l { top:5.25rem;left:16.9375rem;width:30.8125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfwqviidWV8GCuo1NRxxDwcJk08nrho4 { top:6.25rem;left:0rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4AFqSoz8DSnpbkUMQpeSBDPmnMTDp0 { width:13.75rem;height:22.5rem;top:1rem;left:32.666015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHKxzO72bTziOpecJdMinEh1AFMbTd4 { width:12.9375rem;height:2.5625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puDv6km4vMD6EO0kQLWPnT1UACMe9mGT { display:block; }
 }@media only screen and (max-width: 763px) { #gTPhnXZF6Bu0V375TInvoVTWfu0sQ1UQ { width:47.75rem;height:2.375rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcg2w8BZvt6WgTfJSikgwTMmUcZnmV9 { width:17.375rem;height:1.75rem;top:12.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TXsx4P4qfFghJ5n9LMLIIdutTGFZfC { top:12rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scCCpctTn3UtWo3epIFaLyErJzwabdyO { top:14.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnbPFNlpuwybvC9PFHfotxw3eOVZIffl { top:17.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D746AUG4fwSueZcVNNX0RnTECtNN61h1 { top:20.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNVKygA8U5FCfqwFu1AkPRLrFXGsoQ6V { width:17.375rem;height:1.75rem;top:14.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6O8g2dFfbJfuVvdGX6DlphecP7kQME { width:17.375rem;height:1.75rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ppmozsbTsvOd3O1PBLc5bPscWrDLie { width:17.375rem;height:1.75rem;top:20.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ { display:block; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN8H1SxcANsI0UhFTISsSC92P2Xc4QV9 { width:47.75rem;height:1.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2HsLW4f76sITPw1cf4OMsf4HXJcVWn0 { width:47.75rem;height:3.0625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uosVA0H4MnQ4EZSBW387iyTAVNr00Pic { display:block; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOfINZkzHUgKG9ahheqoZ9OU7mbT9Zc1 { top:8rem;left:0rem;width:14rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJVEAsAEUZJLBFm2qedZWLToP1ATda1 { top:7rem;left:12.46875rem;width:10.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlxAJTIRTIBLoyS4Tm9IcxC6Qbhz9ZJu { top:6.875rem;left:24.5rem;width:10.6875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstrUHq2rWcUy4AkpUOaVd8WSDMQcdvn { top:6.625rem;left:36.625rem;width:10.3125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me34ZK12o7EgkbIbJknCiLbMeMJESBT0 { top:2.9375rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLFNxNRRUlMkQONSEzTNS3wqRaP4mdX7 { top:2.9375rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRRKUzpST3fomco3LqvtsqDm8DRRotag { top:2.9375rem;left:4.40625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax7y2rIHBGSX0l6aThnQc9fpAfLItVZR { top:2.875rem;left:16.28125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq { display:block; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPlvNqPfs277uW0CiymTubwU5ZlJcbCB { width:47.75rem;height:3.0625rem;top:3.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 { display:block; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container { width:47.75rem;height:23.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOXcD6N4MZTDKFsmPxHI3RVTC3XVkt5d { top:0rem;left:1.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #libUqXRK8LQ6lqqLiIB88qW4iaq6kIXg { top:0rem;left:17.5625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXzweJLMWGqVRXqzCkkmhzAaETPJFtg { top:0.9375rem;left:34.375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:47.75rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:19.75rem;height:4.6875rem;top:10.5rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRshT3yFopuFDsZV2fJCMRt6FP6o88Z { width:14.25rem;height:0.0625rem;top:19.9375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:16.875rem;height:7rem;top:21.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:38.375rem;height:28.8125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:45.25rem;height:23.5rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:7.625rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-button { width:10.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-checkbox-label { width:14.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH  { width:15.5rem;height:auto;top:16.1875rem;left:27.3125rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH {display:block;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH { width:15.5rem;height:auto;top:16.1875rem;left:27.3125rem; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #unlBmxvShGIgOhHe3pNky2ELGZVXI8dI {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #BGHyXXTMfl0H1ZfTITFfEIr8CGT0JMph { display:none; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IhEiUqmKksg85DLiBezTO87JBWTkJlrT {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #WpZ6I2I8efNB2g6TicRFyQiguXQRNivM {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Bh8S63HschOMZ7zFEMp9XtkAu4Pb9dfA { display:none; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #GFFhFTs8iOis1PCe3RFU6c13zLlnPTUO {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IZqdqEre5kdB8LV2K7yskZuqq1sn8R3I {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #lBRBtyHBwqp7OIE0PMDIPgPhP1vaRX3A {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #gURc0IhyTAgnF8XfFLSxuC0Wi1df7RA7 {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #dqq2kK9DHqFFWnZ8mACGMvJCVSFUhdro {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #KJMHVofoTqrQTby9QcJyX1svpNoy9zFu {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #z0XSg1lpmqTyMtXhuZGLyNBZQR1ztIOz {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #mWPgPCnqJ7eZvLVE64vvdOq9cZsCp1dC {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Mt5mU5g1K54EoMEXcirUaNfJpDfeFoyu {  }
 }@media only screen and (max-width: 763px) { #Bnziu07SIHPgyAxgltO70zTazKbxi9By { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpEGye79OVw1amrxHicbFQ980Tz0NRIc { width:19.75rem;height:2rem;top:8.4375rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuJ4mWWX3TZJA8R3D3aKoMwiV8WAW7a { width:15.3125rem;height:3.4375rem;top:32.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ruFE3eti17ldalkTQH8HvPIwyclTSq { display:block; }
 }@media only screen and (max-width: 763px) { #mr2Gzt26dZBChhzT21TvhuRGyoHW44NT { top:32.375rem;left:37.5rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asgTcUye5GNl82UTWaL4MvHvGUTRX3fR { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz53TJKMvklMnknf4BTp6gW26RPA2mP4 { top:33.3125rem;left:7rem;width:13.9375rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMiVPtHw5432gpMvcJXpSeDpZPAQSMiO { top:5.625rem;left:13.78125rem;width:15.8125rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQDat0lHh4HB0CX7B3n7pfzxlmUoaxT { width:16.875rem;height:7rem;top:3.3125rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv { display:block; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIIFfJUc6euvzTWmKKILhkXhZaLalTbb { top:1.0625rem;left:12.59375rem;width:22.5625rem;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) { #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75fb71fc-5615-4688-b762-fd1286870c35/KristalClinic03.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.adaptive-delivery-prevent-bg, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyload, #XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6.lazyloading { background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { background-color: transparent; background-image: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { display: none; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .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); }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { border-width: 0; border-radius: 0; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxyUxyuXyvAE7XB9x5WingHJAa3a2TB6 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SoPJ3TzsVczzDtbK1DZW49cpm5H6ziOo { width:16.875rem;height:2.875rem;top:12.6875rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6LKiDTpNrGQnzikHc4BfV6AdnnkCcfq { width:20rem;height:4.5rem;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHQ9aQMGBsmGimRO89PS7SLCvToLrJzV { width:8.75rem;height:4.1875rem;top:2.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF9huXEm9ttUU8afRyBI1QIbdp1z34H5 { width:15rem;height:1.8125rem;top:8rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QtR6FzffTLRmwl9kAsz0rDc0N1GSMa { display:flex;width:1.5625rem;height:1.5625rem;top:23.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #DRJ97C4yV3OXEC2NKl6owJgfZ7lHEuZM { width:16.4375rem;height:1.3808625rem;top:34.19921875rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sqyxcoM1ShBAu5GBVpACF2xgEAfBPCI0 { width:16.4375rem;height:1.3808625rem;top:25.4375rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdyNz0hlqi5SRS6J5dh1uun9mXhsIeEH { display:flex;width:1.5625rem;height:1.5625rem;top:32.07421875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #l9VPfuhE9bd3Q7UdhnGlz91OUfmF6w3l { display:flex;width:1.5625rem;height:1.5625rem;top:27.505859375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #PxJkOh3LLRbz7yUM3SdEzTkEd8HobHMz { width:16.4375rem;height:1.3808625rem;top:29.630859375rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ygcv7ZIt7GioEnyyxwLRWkprTUCytPOn { display:flex;width:1.5625rem;height:1.5625rem;top:36.330078125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #nNDoGdH2eBAOmGWMdSHEf6HDsxohHXSk { width:16.4375rem;height:1.3808625rem;top:38.517578125rem;left:1.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75fb71fc-5615-4688-b762-fd1286870c35/KristalClinic03.JPG");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD.adaptive-delivery-prevent-bg, #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD.lazyload, #xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD.lazyloading { background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { background-color: transparent; background-image: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.9); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row > .video-iframe-container { display: none; }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .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); }#xWCr7mReN7WMHaMR7yTUkAlFtcZGZsyD > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7vanRTGh7n3V7bfceNUPxVoOuI7mzrA { width:20rem;height:3.65625rem;top:16.173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dml8qvKsC6PgBPE5Fs0lUMUA4afMWExG { width:20rem;height:1.7871125rem;top:19.853515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcTTude1pTi3AhqUyAng7ItTEfT4ZWWk { width:17.5rem;height:11.6875rem;top:11.5625rem;left:0rem;border-top:1.25rem solid #d2af72;border-left:1.25rem solid #d2af72;border-right:1.25rem solid #d2af72;border-bottom:1.25rem none #d2af72;background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A1EBURl8m8rzC0GTMTr7MxkrZQO9cEBI { width:20rem;height:1.7871125rem;top:14.1357421875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCkS2pccceEB4hvKLp6Xno6xDsIIR9wI { width:15.625rem;height:1.7871125rem;top:6.6875rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9Wo8umCmAvVxQfAcx2EbZ0SLVzTwm5k { width:10.5rem;height:5.625rem;top:1.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxmeOWL0MPuQyN2x6kiJ6vtwlmuz8Ou { width:15.625rem;height:1.7871125rem;top:8.474609375rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oN1pdnq9u4xXdZEwaGUu4ewhZPatauPq { width:18.25rem;height:1.3994125rem;top:22.04296875rem;left:0.875rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 { display:block; }#KHPtE2dJWDF5VollGQlthSuQ4AkK7SK4 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikKrI7e1t7uEQwEIeWVhh1pWsAEzrLV2 { width:20rem;height:1.7871125rem;top:27.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6Npmt3LSkG55QsgGUDoAUXSDUVauTVE { width:20rem;height:4.125rem;top:29.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJh1FkWlZUwsxw65MSsfwZSd7Im1yDXp { width:20rem;height:6.375rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7Q1Jm4C08FbpRbORxiLdKbPk5eSDaXV { width:20rem;height:12.639625rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7LANaKn8nIykg6LbDRXek82L3iwTauo { width:14.25rem;height:0.0625rem;top:0.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLZTvJCGlMbpX1AcqtdwsBsqEMfBEl9 { width:16.875rem;height:1.79980625rem;top:0.8125rem;left:1.5625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-input-button { width:10.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.3125rem;background-color:#d2af72;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL  { width:15.3125rem;height:auto;top:4.3125rem;left:1.09375rem; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL {display:block;}#Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL { width:15.3125rem;height:auto;top:4.3125rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #fSBzPo7is0RHZyPlMhM7VbSo2ruxDi0m {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #udsK9DhGxf5FNSRzvXbve49SvyoxEmSD { display:none; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #cLQcNqLvQEuxrhSoRkmL601axREqpQqW {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #ZBsBKD65QxBnTe3qirtVNM2kdXkmt0iU {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #Qpoir146WeQMTTxX2T2ATVhzyHOSEHub { display:none; }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QnGe90cf54rWzuINymzBvASNTKteWevx {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #QJAKFwarnRWFbBnM1NHVKnV9hptX0lS0 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #b4UZ1EclhlZsRNpdbThvpTaZsROR79yB {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #bMnnOShQ3gqXNHfOCeRUDmVgTrE1M4WA {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #EbQ5e3RPrJdZl6O0LD5CqaLn4EoLU4Jr {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #OsadwBmAovJmKw13No0PXzzGbFatmUIC {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #hr4bdyhnAWi6TS2ZBPfRa2VNyBKAEPp6 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #TPsDvUOeVrg0DAtREdLXaBFB8H9fpcW3 {  }
 }@media only screen and (max-width: 763px) { #Nuzf0fBmMz8RyEDUWg5R4N3iKq5TmyoL #g7zmQOW6G6HcAHpRzaLao2neicqd5TwL {  }
 }@media only screen and (max-width: 763px) { #eeumkfdsIUBQDU6Ko4Ru8CqridKKT2tX { width:17.5rem;height:24.9375rem;top:0rem;left:0rem;border-top:1.25rem none #d2af72;border-left:1.25rem solid #d2af72;border-right:1.25rem solid #d2af72;border-bottom:1.25rem solid #d2af72;z-index:15001;background-color:#002142;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TIGqXEBMAcrs90Tg9raK7kWLDiTcPzlr { width:1.25rem;height:1.25rem;top:3.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULFqcMHnpqIHBFKTGouW6mTeATZ7p12L { width:20rem;height:1.0996125rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE { display:block; }#T6vAzn2l8MoGtb7rI6Zf6kRNTeIFMJbE > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWuwfXrsRbleuvt1JwxmcNIQQXnuyaiT { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2E1Mzr4AB1P35hzO9TvfBTbOaOHCipA { width:20rem;height:1.625rem;top:3.1748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZxRzn2vcLFV91sSZd74QrSo8SL98htT { display:block; }#MZxRzn2vcLFV91sSZd74QrSo8SL98htT > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gD2w0KCTSoouZRB9972WllgmPGEHwxmG { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUQtIZ2mdt6rlCATLOEqcMQrRiwpQkl2 { width:20rem;height:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgHkTyxG1f7qa4d1zLb6DzSbXQaw7FHX { width:20rem;height:20rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCTlUQGygUWO3qxw6FVtC0RBB2KM1cSl { width:11.875rem;height:2.5rem;top:62.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkbd4PtbQQcCLesoUR96wToLJW8V59ey { display:block; }
 }@media only screen and (max-width: 763px) { #liKhvROd1zTnO0VcNwIl9fWTepCEVZpS { display:flex;width:2.5rem;height:2.5rem;top:62.3125rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 { display:block; }#IUrbnAE3UFQOTzGABosfDfW796ZqfOZ5 > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7WnvX1cHaSg39fI1JRaiwWih6sVIJyI { width:12.5625rem;height:2rem;top:4.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUMGG3OHqMqTZIS5eSEEubpvX6UuGaDX { width:3rem;height:2.5rem;top:3.875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFQPpFm7IDt0cFHSpNMkCdcwIkKZ11d3 { width:12.1875rem;height:2rem;top:7.5625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyaJveyW996AnEQDrXiTLvlfHNgAuw71 { width:3rem;height:2.5rem;top:7.3125rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDivCFl0GfTWEzCTNkdXsLJeXKH9ht9G { width:11.75rem;height:2rem;top:11.125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph9SOaEkddrDmFa2TwV1ZVm65fvEm3G9 { width:4.125rem;height:2.5rem;top:10.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae7xN2Aq3wfP9rxSyBRT04PwNTo3Iufy { width:2.1875rem;height:2.1875rem;top:4.0625rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoyIkMLGwpBJFvoxSIDTd5cPM4ttAV6 { width:2.1875rem;height:2.1875rem;top:7.5rem;left:16.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfI6wm0thZNBCFdwTPXC2IM2xcIrIyz { width:2.1875rem;height:2.1875rem;top:11rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy { display:block; }#T39AJbSoy4TDxufOMo7wq6V3OgWo9VFy > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3WTtnxIi8vsar0rxJeAwTqdDT7RqqUT { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWveJ7AFSl442zbseL8gHVdDh0NT2sKX { width:20rem;height:1.625rem;top:3.2998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 { display:block; }#wh5kfAVuZE89POTzGEv6weTD2sr3lFf9 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l0Lbo906kXmmtTkbfACkTMvVZwGfMaK3 { width:20rem;height:21.0332375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.7;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQSPF6b0SP2hMPu5Mti6wuAWDHloepeT { height:11.25rem;width:20rem;top:21.6572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV { display:block; }#Ux93x4tn9o2a4nQx5ufsCWJiwMP8D7pV > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnP6r8zkHlC1AAhe6dAgattQm0928D0Z { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #H2JOH0DBfAFLxqDz223PmlvAx7cSI46R { width:11.875rem;height:2.5rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dioz8NBVUB1wGgXqxPERfzefkSwMP7Zr { display:block; }
 }@media only screen and (max-width: 763px) { #AmkVMOkpT2S585hSBqu45lMDIyC3oPUx { display:block; }#AmkVMOkpT2S585hSBqu45lMDIyC3oPUx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXTD6aG6qCzcxgTk1TfvyxMXhJXgt48 { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWNm3bTEATTCSV6EPdvQW8D0y4wNTVk8 { width:20rem;height:1.625rem;top:3.3623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v { display:block; }#t3fyd7MAGwoA7NK4mNx7WEcNccfxgi0v > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIdUTnQ5yvvbmbMNcuCgviiTS7JNzhvT { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxKlBNudd9ZoFLuM24XsPqZPm8lOWNLo { width:20rem;height:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8s6il9FfJmaFa3V7wAgMkUVBLiNTyeD { width:20rem;height:20rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G { display:block; }#pyuEG5ZLMDvtfK2IX7flv1gPPLtv110G > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfOwTQFPdnTatDnDGXBsrToIezMlolTa { width:20rem;height:20rem;top:0.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceW2hxDth1UgmrR7HxcHsK5mIz19LNo4 { width:20rem;height:20rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0b1xEdOTLJQlw4bxMSViyy1Loxwxk7N { width:20rem;height:20rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySoASEEb0TueW19a4G79XNMpMIGVsf1 { display:block; }#aySoASEEb0TueW19a4G79XNMpMIGVsf1 > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQpCD5pgWyMdErKZrZcIRVW02l9kB0kd { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFWa5K770d7ZsybtqPVXSB4e4C3kC1S1 { width:20rem;height:20rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn1F9lHAzPOzpNEEhaiwfxxhA2p0LZOL { width:20rem;height:20rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 { display:block; }#Dq8D2BigZxL5aFktN1mOSVvaWQXL7JI5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7KKaV7xTlguFc2WKydMV7AmSTl8qg5D { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7OWzm2kKTs7yBQhtzTv4CafsrV9U0n { width:20rem;height:1.54296875rem;top:3.1748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e { display:block; }#f1z13Te0cO7m2pLWASdhAFf6g3OvKq2e > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTmZ9QKqd9XgwEO5BrQgnpJEVl4L2tM { width:17.5rem;height:17.5rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJrx9QQE3oC3c0wQCv2y8krxRLUEDH1 { width:15.3125rem;height:4rem;top:10.8125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tD3oBrq1qZaTcWL9aG7Ic6inbKrERdaf { width:15.3125rem;height:2.19921875rem;top:7.0625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhTgTphtvpA1GrtzFDdTgzyJp37l9CtO { width:1.875rem;height:0.0625rem;top:5.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVGNvk3AJHKKAB1PCxSh6hwih4ORWntT { width:17.5rem;height:22.5rem;top:19.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNmG3AZktqxr853IPi6ngpIU5vcA3PJ9 { width:15.3125rem;height:4.3984375rem;top:31.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzM6pvEEXpEoJHyTake9Fa21VOvltLDG { width:15.3125rem;height:2.3994125rem;top:27.375rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnJdEUdnBGx3Cu46LrLKDCXGpU2AWTWi { width:1.875rem;height:0.0625rem;top:26rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVTcpnaF4VhQWFooHCy3oZaGop7oAOJr { width:17.5rem;height:17.5rem;top:44.287109375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhlekWNXkgIUIbdOhzVLyvo53yVgDePd { width:15.3125rem;height:4rem;top:55.6875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #py003cwex05IKoloBR228U0OX0cs5QAF { width:15.3125rem;height:2.19921875rem;top:51.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt80JgDxrIxS15gaUKtE2sX2qB8CEhy { width:1.875rem;height:0.0625rem;top:50.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhfkFu2lItKVgQw59GcTJ2gEWOTWh8TN { width:20rem;height:24.8125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvvWEIcNhONGMwB24QFlJi9GHfTH9Erx { display:flex;width:2.1875rem;height:2.1875rem;top:2rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #kTeAvuBnH4dvTMhcID6kaTCdNO4HKs9h { display:flex;width:2.1875rem;height:2.1875rem;top:22.25rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #cTeOzFg5yLao9xv6GgOGhgRLUoDI7nPw { display:flex;width:2.1875rem;height:2.1875rem;top:46.875rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf { display:block; }#o57UJeCWNVprOoK8rl2nsc1vCDpM7CUf > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PoH7u0wG3gqx3Wr7FfKy9rNsdWrZ8xpZ { width:11.875rem;height:2.5rem;top:1.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lihiCDHZy39qQTTQVLxW93oVQRNcaOAq { display:block; }
 }@media only screen and (max-width: 763px) { #kTIxTRUS61A6EGnELEnv1HUagX31eeNy { display:flex;width:2.5rem;height:2.5rem;top:1.8125rem;left:2.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QVLfND8DTROhES58OBCsSrsvG5GFMbrC { display:block; }#QVLfND8DTROhES58OBCsSrsvG5GFMbrC > .row .container { width:20rem;height:143.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPnRDQFSmqugBzzWZVEIBZsp1Sn5MpNL { width:20rem;height:3.0234375rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVN5DpDOnSBNJT9g6ncbozZESMkqcksk { width:20rem;height:4.142575rem;top:8.921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE2Vif0Wx1Qz714dZOEE4KN6TdtfrOeF { width:15.625rem;height:15rem;top:122.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdvvuOpX2wqtTRsTy3tGRsqfu0kV8dDn { width:15.625rem;height:15rem;top:102rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auPa8vr1UkqdOb3QCavhO3KFT6p5Wqwe { width:12.5rem;height:4.142575rem;top:132rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1sfX0wgMzDmHBqgN2TimTHSQn4s9eM { width:12.5rem;height:2.76171875rem;top:112rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9vTuxf8LFqu8HhB6W80UwRQeXkd6EV { width:12.5rem;height:3.25rem;top:107.125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGXsieQKnPpoEdqSuTnRJ2KaL2saxFTW { width:12.5rem;height:3.25rem;top:127.4375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9kQB4VtT28SgCWo0558OLW8DQdfS1q { width:15.625rem;height:15rem;top:40.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCVLspML58GHQPzSntf40xTFnbZZhtOD { width:15.625rem;height:15rem;top:60.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSkHkCbWKcndxMftgoRBBZs9QH9sIuN { width:18.9375rem;height:18.9375rem;top:15.375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0cfZWFJUJSflcvqxC9Gpopfp8PMMu6l { width:7.8125rem;height:7.8125rem;top:98.27734375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHGSVXNniSss8dIPBOgkWbgHeJre8HSN { width:7.8125rem;height:7.8125rem;top:118.40234375rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM3pncnVq37TAPeh4lZGD52cVRsJcLVQ { width:7.625rem;height:7.125rem;top:98.62109375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTQX0PtcPkOJ3HWNOaQ97tuZn8hzaRwr { width:4.8125rem;height:6.1875rem;top:119.21484375rem;left:7.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfdZau6okZGAf2TExVv5wiCrVLNmHTMp { width:12.5rem;height:4.142575rem;top:49.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJUgvTAi9pk62Wrvb6f0ibu3FDhkCsp2 { width:12.5rem;height:2.76171875rem;top:70.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHLLESx1gfQFa32tNUH0y6HVu7trkzP { width:12.5rem;height:3.25rem;top:45.0625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCevkIlb45ACToOXMFtTQtk65SpDdTn4 { width:12.5rem;height:3.25rem;top:65.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5T0sPv29lQSb9RUASmSC1xdDaiqXl2P { width:7.8125rem;height:7.8125rem;top:36.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEAZMcOAwDm5mQ3l5zFQ7KEQSu3WsyMz { width:7.8125rem;height:7.8125rem;top:56.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQNeFyyB3a2bzk8qxLwxuygNUnJ4b4TE { width:11.25rem;height:10.375rem;top:34.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWZEv2ZGsLTQ7Wr1Su7Wrx3XQ7CRVPh { width:9.375rem;height:8.75rem;top:56.34375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvEX6NZIL5seSDcFBR171SUU8xUvgbeb { width:19.5rem;height:19.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsLMUx2LkS2lbyqMyWq5cuUCUz83qiSZ { width:19.5rem;height:19.6875rem;top:77.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZL2cRBMttUPTQyKaC3lSXEa5Wb4GfQ2 { width:18.9375rem;height:18.9375rem;top:77.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uarqy4knDcv59U3eqDVvCIOefPpzVs3s { width:12.5rem;height:0.1875rem;top:7.546875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU4vxvKZch6BZPuIKUAboe7vttb5T3Ac { width:11.875rem;height:2.5rem;top:139.46484375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTMFRlJXOn6qD554Z2nFC9TQGhirVDRH { display:block; }
 }@media only screen and (max-width: 763px) { #MMAxRmynZTthpW7035VTHsoPqkOqaXG1 { width:5.625rem;height:3.125rem;top:0rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jce2nWTfDkKpQZagPXefekfRPaM6A0EV { display:block; }#Jce2nWTfDkKpQZagPXefekfRPaM6A0EV > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M78mBhTt2AZSJuSFtN5HnJeNbFJinfQi { width:20rem;height:3rem;top:6.5859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCPu8fmmwIowmR4bWSBeuVv10x4RZq3l { width:18.9375rem;height:12.25rem;top:12.5rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfwqviidWV8GCuo1NRxxDwcJk08nrho4 { width:12.5rem;height:0.125rem;top:4.8984375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz4AFqSoz8DSnpbkUMQpeSBDPmnMTDp0 { width:19.5rem;height:12.75rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHKxzO72bTziOpecJdMinEh1AFMbTd4 { width:11.875rem;height:2.5rem;top:38.7109375rem;left:4.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puDv6km4vMD6EO0kQLWPnT1UACMe9mGT { display:block; }
 }@media only screen and (max-width: 763px) { #gTPhnXZF6Bu0V375TInvoVTWfu0sQ1UQ { width:20rem;height:1.71875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHcg2w8BZvt6WgTfJSikgwTMmUcZnmV9 { width:12.6875rem;height:1.59375rem;top:27.8359375rem;left:4rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0TXsx4P4qfFghJ5n9LMLIIdutTGFZfC { display:flex;width:1.875rem;height:1.875rem;top:27.7421875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #scCCpctTn3UtWo3epIFaLyErJzwabdyO { display:flex;width:1.875rem;height:1.875rem;top:29.9609375rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #cnbPFNlpuwybvC9PFHfotxw3eOVZIffl { display:flex;width:1.875rem;height:1.875rem;top:32.1171875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #D746AUG4fwSueZcVNNX0RnTECtNN61h1 { display:flex;width:1.875rem;height:1.875rem;top:34.4296875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #aNVKygA8U5FCfqwFu1AkPRLrFXGsoQ6V { width:11.75rem;height:1.59375rem;top:30.0390625rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6O8g2dFfbJfuVvdGX6DlphecP7kQME { width:11rem;height:1.59375rem;top:32.2734375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ppmozsbTsvOd3O1PBLc5bPscWrDLie { width:9.625rem;height:1.59375rem;top:34.5703125rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ { display:block; }#izETKJOuyJhzOdtxMTEx4UlLTgChEvQZ > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CN8H1SxcANsI0UhFTISsSC92P2Xc4QV9 { width:20rem;height:1.29980625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2HsLW4f76sITPw1cf4OMsf4HXJcVWn0 { width:20rem;height:3.8984375rem;top:3.79980625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uosVA0H4MnQ4EZSBW387iyTAVNr00Pic { display:block; }#uosVA0H4MnQ4EZSBW387iyTAVNr00Pic > .row .container { width:20rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XOfINZkzHUgKG9ahheqoZ9OU7mbT9Zc1 { width:9.3125rem;height:1.6875rem;top:2.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJVEAsAEUZJLBFm2qedZWLToP1ATda1 { width:9.125rem;height:3.9375rem;top:5.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlxAJTIRTIBLoyS4Tm9IcxC6Qbhz9ZJu { width:8.375rem;height:3.75rem;top:10.375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sstrUHq2rWcUy4AkpUOaVd8WSDMQcdvn { width:8rem;height:4.1875rem;top:14.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me34ZK12o7EgkbIbJknCiLbMeMJESBT0 { display:flex;width:2.5rem;height:2.5rem;top:11rem;left:3.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vLFNxNRRUlMkQONSEzTNS3wqRaP4mdX7 { display:flex;width:2.5rem;height:2.5rem;top:15.3125rem;left:3.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FRRKUzpST3fomco3LqvtsqDm8DRRotag { display:flex;width:2.5rem;height:2.5rem;top:1.9375rem;left:3.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Ax7y2rIHBGSX0l6aThnQc9fpAfLItVZR { display:flex;width:2.5rem;height:2.5rem;top:6.1875rem;left:3.375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq { display:block; }#fSZSbR1ESAlSkl8HDhlHqQT1LA6TBxnq > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPlvNqPfs277uW0CiymTubwU5ZlJcbCB { width:20rem;height:3.65625rem;top:2.484375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 { display:block; }#E2QV9FimSqQUiHd7Lg80wOqdDCmhN5n7 > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOXcD6N4MZTDKFsmPxHI3RVTC3XVkt5d { width:6.25rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #libUqXRK8LQ6lqqLiIB88qW4iaq6kIXg { width:6.25rem;height:6.25rem;top:0.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKXzweJLMWGqVRXqzCkkmhzAaETPJFtg { width:5.3125rem;height:5.3125rem;top:1.40625rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo { position:relative;z-index:auto;display:block; }#dleT1CTZ7ocwK67ACCtcXtokvqLLTsdo > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUwdKkce2nog3cx0zxa2KQdTyQlH6sVV { width:20rem;height:3.65625rem;top:6.318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXRshT3yFopuFDsZV2fJCMRt6FP6o88Z { width:14.25rem;height:0.0625rem;top:16.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI4V89zJ1GO1yWD4mvpvDnpIreXlT4Wg { width:17.5rem;height:4.19824375rem;top:17.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy { width:20rem;height:27.5rem;top:1.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/960c0976-e824-490e-b64d-60c448f3a755/KristalClinic26.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.adaptive-delivery-prevent-bg, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyload, #SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy.lazyloading { background-image: none; }
#SvvfuZJRKim5sz3Lcr10pLl53Zs5NlIy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); } }@media only screen and (max-width: 763px) { #fIdbvwuyAThRne57zsAaCLxCG4Pkbqc3 { width:17.5rem;height:44.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3d2y3bMt2qIWxsg4Zi3bIV9U2uU8RyZ { width:1.25rem;height:1.25rem;top:25.8623046875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-regular-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-text {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-textarea { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-select {padding-top: 0; padding-bottom: 0;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-input-button { width:10.25rem;margin-top:0.25rem;margin-right:2.5rem;margin-bottom:0.25rem;margin-left:2.5rem;font-size:1.0625rem;overflow:hidden;height:2.75rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH  { width:15.3125rem;height:auto;top:26.5498046875rem;left:1.09375rem; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH .radio-container { width:15.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH {display:block;}#blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH { width:15.3125rem;height:auto;top:26.5498046875rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #unlBmxvShGIgOhHe3pNky2ELGZVXI8dI {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #BGHyXXTMfl0H1ZfTITFfEIr8CGT0JMph { display:none; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IhEiUqmKksg85DLiBezTO87JBWTkJlrT {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #WpZ6I2I8efNB2g6TicRFyQiguXQRNivM {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Bh8S63HschOMZ7zFEMp9XtkAu4Pb9dfA { display:none; }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #GFFhFTs8iOis1PCe3RFU6c13zLlnPTUO {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #IZqdqEre5kdB8LV2K7yskZuqq1sn8R3I {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #lBRBtyHBwqp7OIE0PMDIPgPhP1vaRX3A {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #gURc0IhyTAgnF8XfFLSxuC0Wi1df7RA7 {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #dqq2kK9DHqFFWnZ8mACGMvJCVSFUhdro {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #KJMHVofoTqrQTby9QcJyX1svpNoy9zFu {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #z0XSg1lpmqTyMtXhuZGLyNBZQR1ztIOz {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #mWPgPCnqJ7eZvLVE64vvdOq9cZsCp1dC {  }
 }@media only screen and (max-width: 763px) { #blBpeMAqi1eFBxZbHZxz0D7AvTJkGsIH #Mt5mU5g1K54EoMEXcirUaNfJpDfeFoyu {  }
 }@media only screen and (max-width: 763px) { #Bnziu07SIHPgyAxgltO70zTazKbxi9By { width:20rem;height:1.79980625rem;top:23.4375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpEGye79OVw1amrxHicbFQ980Tz0NRIc { width:20rem;height:1.7871125rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZuJ4mWWX3TZJA8R3D3aKoMwiV8WAW7a { width:13.125rem;height:2.75rem;top:53rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ruFE3eti17ldalkTQH8HvPIwyclTSq { display:block; }
 }@media only screen and (max-width: 763px) { #mr2Gzt26dZBChhzT21TvhuRGyoHW44NT { display:flex;width:2.75rem;height:2.75rem;top:53rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #asgTcUye5GNl82UTWaL4MvHvGUTRX3fR { width:20rem;height:1.0996125rem;top:44.88671875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz53TJKMvklMnknf4BTp6gW26RPA2mP4 { width:20rem;height:1.7871125rem;top:50.5498046875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NMiVPtHw5432gpMvcJXpSeDpZPAQSMiO { width:20rem;height:1.7871125rem;top:4.28125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDQDat0lHh4HB0CX7B3n7pfzxlmUoaxT { width:20rem;height:1.3994125rem;top:13.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv { display:block; }#lKH6FpghpTNDKN8GrHdkgUGoHZWM2RLv > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIIFfJUc6euvzTWmKKILhkXhZaLalTbb { width:20rem;height:0.9746125rem;top:1.91796875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }