.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,224,224;--color-primary-1:151,151,151;--color-primary-2:47,47,47;--color-primary-3:24,24,24;--color-primary-4:7,7,7;--color-secondary-0:255,249,227;--color-secondary-1:255,237,162;--color-secondary-2:255,218,68;--color-secondary-3:128,109,34;--color-secondary-4:38,33,10;--color-tertiary-0:255,255,255;--color-tertiary-1:203,187,179;--color-tertiary-2:80,29,3;--color-tertiary-3:40,15,2;--color-tertiary-4:8,3,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b2a8a43-4b76-4e45-923c-12c9dcb1e3b5/Header2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { border-width: 0; border-radius: 0; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;position:relative;display:block; }#ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:7rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.375rem;left:5.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDOmA2ahP5Wx7LNeZVGUMV7T9cMpyNs0 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.75rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.625rem;left:0rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IpqU4JZl0WedoDnMWfLE66m9qH3akIlW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:21rem;left:5.25rem;height:8.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-form-header {  }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:21rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:21rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:21rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:rgba(var(--color-primary-4),1);width:21rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .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);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.75rem;overflow:hidden;font-style:normal;float:none; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .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; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .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:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-container:first-of-type{padding-top:0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-container:last-of-type{padding-bottom:0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:29.125rem;left:9.6875rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w {display:block;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:29.125rem;left:9.6875rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hewLHWeZRZvX6wGaGF3U3hkvHwpBIrNU { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #WHStZLrMvB0R8V1MQdqgwTdnntCF28XH { position:relative;display:none; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #FmGqxL1orfQxsKXbpEXaSVUtvQFuzqZF { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #K8Rob8qxoFfyEtUHRLeIv2K7HbQg1Tdd { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #TRF0Bq4cgUXIKqSQx119t5Oz7TqrqEbf { position:relative;display:none; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #spro5kR979Jt6HqRQsmm8M1PxvRtRH5m { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #qwpHyTinQFe2ThKH0EnQCB4EZIt9486a { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #lOKOiVyILekSMgWZVi8GeMVKEIVomyA8 { position:relative;display:none; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #P8zR9OOMQir1eHAtIT5dxBVGI0XzfVie { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #I92KlVkWHJfu02KGuQMtAZFqmZa1Mdfc { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #mq29sIzXxIBvlCOA8VVPVhJ2b0k8c5Mg { position:relative;z-index:2; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #DGctbTTq6DZx7iW5PRg22hQ5T1xpM14g { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hLgJJ9trdvVO0oEDCGMtw4mVkRtlz8nQ { position:relative; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #uO4TIH8maDBHyrZft0ZWtAvG1PwXzFyb { position:relative; }
#OmQez78hoybKR2SThrSdNOfuGO4nhxUQ { position:absolute;display:block;z-index:15010;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.5rem;width:2.5rem;top:43.25rem;left:28.375rem;overflow:hidden;display:block; }
#KzADEO5P9h2utLmbicrQTVbHoJXuOf8Q { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.125rem;left:28.25rem;display:block; }
#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container { background-color: transparent; background-image: none; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container > .video-iframe-container { display: none; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row > .video-iframe-container { display: none; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .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); }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container { border-width: 0; border-radius: 0; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#SOWWKSEN3TV5lkbBpgwJEHUgIuO7LXGr { color:rgba(var(--color-tertiary-2),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:5.2060546875rem;left:10.96875rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container { background-color: transparent; background-image: none; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container > .video-iframe-container { display: none; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row > .video-iframe-container { display: none; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .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); }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container { border-width: 0; border-radius: 0; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#GctaITyi3l7Jmv5sBXGgFPVuvsQ6NqLl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.875rem;left:1.5rem; }
#zbgiqs8dmo6a1IORR8bRJ8Av1TvHpCwx { color:rgba(var(--color-primary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:2.9375rem;left:5.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FewZlA4LCETRspSNSNbmXIz8HDqvsPdX { box-sizing:content-box;height:7.3125rem;width:23.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:0.8125rem;left:0.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#t3ifpJdGADM1avFyE1TJPku6qWoyCCK5 { box-sizing:content-box;height:7.3125rem;width:23.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:0.875rem;left:25.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#woMvnPK59mvZV9yAiWO7i2BR41mb0ueg { color:rgba(var(--color-primary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:3rem;left:30.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTQ2xSKP5GRUtTdslnvNS2kzbTkiGv4s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.9375rem;left:26.625rem; }
#HFblCR3TnXhAWOmqrFzqFh18b42Q9kOE { box-sizing:content-box;height:7.3125rem;width:23.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);top:0.875rem;left:50.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ulXHIpILzRT9w4BSM2WKQNoc4ZToGU6C { color:rgba(var(--color-primary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:3rem;left:55.8125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HECLWx5Eg9FNNIcJkf97OTGpbQFLIKii { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:51.625rem; }
#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container { background-color: transparent; background-image: none; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container > .video-iframe-container { display: none; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row > .video-iframe-container { display: none; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .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); }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container { border-width: 0; border-radius: 0; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#W0dH196u0kyfgA58WUWWTVaQugVomOuG { color:rgba(var(--color-primary-2),1);display:block;width:53.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.7685546875rem;left:10.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BODRTJ7c5faim5kccw82MPKWiJBlh0JK { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:42.6875rem;display:block; }
#kzdsv38Om8iq8whrIXXOVR1q6UNJppxT { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.9375rem;left:29.25rem;display:block; }
#KmtJGhe0NhRpbInMbBJp41amRqmU0x7k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zfw5POM5i1AEo04sG61HagdhJU4wtHEA { position:absolute;display:block;z-index:15014;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.5rem;width:2.5rem;top:8.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/34e212ad-c178-4d7b-9a7d-ad6438908c52/Bullets2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas.adaptive-delivery-prevent-bg, #ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas.lazyload, #ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas.lazyloading { background-image: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { background-color: transparent; background-image: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container > .video-iframe-container { display: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row > .video-iframe-container { display: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .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); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { border-width: 0; border-radius: 0; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#EhhCDApCfzrzSCxvAg2NPKCcc5m0wi1L { color:rgba(var(--color-tertiary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:6.5rem;left:5.3125rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WU5GdpbipUqGdhJFrhpg14I2axgoDko4 { color:rgba(var(--color-primary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:11.5rem;left:5.3125rem;height:3rem;display:block; }
#QtH7q24FwMHZtwQduNmUvVJLPfBlEKts { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:16.1875rem;left:5.1875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#Tn9TNuNIyi2mladRTR2mcX7Sv4tSgble { position:absolute;display:block;z-index:15011;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.5rem;width:2.5rem;top:25.5625rem;left:19.5625rem;overflow:hidden;display:block; }
#J80k8Dl5J0Dbd26TW1mhOXrPH6o4cVmQ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:19.4375rem;display:block; }
#fKoTTm94NTg9zPuP8QpSN35WrUAwEnTs { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.0625rem;left:6rem;display:block; }
#H7M4NqKzTMUcJOvcKXPIptlb04OmxhyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFu0pTdqi47kMnG48ucExV3QefcbhXda { 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:67.5rem;width:67.5rem;display:none; }
#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { background-color: transparent; background-image: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .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); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { border-width: 0; border-radius: 0; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { 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:2.5625rem;width:6.25rem;top:4.375rem;left:21.875rem;overflow:hidden;display:block; }
#Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { color:#501d03;display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:25.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.748168945312rem;left:16.41357421875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { color:rgba(var(--color-secondary-0),1);display:block;width:14.249875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.748779296875rem;left:30.374755859375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { color:#501d03;display:block;width:14.249875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.74755859375rem;left:43.561401367188rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.375rem;left:30.125rem; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:46.5rem; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.375rem;left:33.625rem; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.4375rem;left:50.0625rem; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { box-sizing:content-box;height:4.6875rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:#501d03;background-image:none;top:3.375rem;left:38.3125rem;display:block; }
#BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { color:#d7b543;display:block;width:5.375rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.09375rem;left:40.25rem;height:3.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { top:4.1875rem;left:0rem;width:28.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { top:17.375rem;left:0rem;width:32.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOmA2ahP5Wx7LNeZVGUMV7T9cMpyNs0 { top:6.625rem;left:0rem;width:42.75rem;height:8.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpqU4JZl0WedoDnMWfLE66m9qH3akIlW { width:32.375rem;height:8.75rem;top:21rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-regular-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-textarea { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-button { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-checkbox-label { width:19.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w  { width:21rem;height:auto;top:29.125rem;left:0rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .radio-container { width:21rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w {display:block;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w { width:21rem;height:auto;top:29.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hewLHWeZRZvX6wGaGF3U3hkvHwpBIrNU {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #WHStZLrMvB0R8V1MQdqgwTdnntCF28XH {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #FmGqxL1orfQxsKXbpEXaSVUtvQFuzqZF {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #K8Rob8qxoFfyEtUHRLeIv2K7HbQg1Tdd {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #TRF0Bq4cgUXIKqSQx119t5Oz7TqrqEbf {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #spro5kR979Jt6HqRQsmm8M1PxvRtRH5m {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #qwpHyTinQFe2ThKH0EnQCB4EZIt9486a {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #lOKOiVyILekSMgWZVi8GeMVKEIVomyA8 {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #P8zR9OOMQir1eHAtIT5dxBVGI0XzfVie {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #I92KlVkWHJfu02KGuQMtAZFqmZa1Mdfc {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #mq29sIzXxIBvlCOA8VVPVhJ2b0k8c5Mg {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #DGctbTTq6DZx7iW5PRg22hQ5T1xpM14g {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hLgJJ9trdvVO0oEDCGMtw4mVkRtlz8nQ {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #uO4TIH8maDBHyrZft0ZWtAvG1PwXzFyb {  }
 }@media only screen and (max-width: 763px) { #OmQez78hoybKR2SThrSdNOfuGO4nhxUQ { top:43.25rem;left:14.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzADEO5P9h2utLmbicrQTVbHoJXuOf8Q { top:43.125rem;left:14.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu { display:block; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOWWKSEN3TV5lkbBpgwJEHUgIuO7LXGr { width:47.75rem;height:3.0625rem;top:5.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF { display:block; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GctaITyi3l7Jmv5sBXGgFPVuvsQ6NqLl { top:2.875rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbgiqs8dmo6a1IORR8bRJ8Av1TvHpCwx { width:17.8125rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FewZlA4LCETRspSNSNbmXIz8HDqvsPdX { top:0.8125rem;left:0rem;width:23.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ifpJdGADM1avFyE1TJPku6qWoyCCK5 { top:0.875rem;left:8.375rem;width:23.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woMvnPK59mvZV9yAiWO7i2BR41mb0ueg { width:17.8125rem;height:3.25rem;top:3rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTQ2xSKP5GRUtTdslnvNS2kzbTkiGv4s { top:2.9375rem;left:15.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFblCR3TnXhAWOmqrFzqFh18b42Q9kOE { top:0.875rem;left:24.25rem;width:23.25rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXHIpILzRT9w4BSM2WKQNoc4ZToGU6C { width:17.8125rem;height:3.25rem;top:3rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HECLWx5Eg9FNNIcJkf97OTGpbQFLIKii { top:2.9375rem;left:31.75rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag { display:block; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0dH196u0kyfgA58WUWWTVaQugVomOuG { width:47.75rem;height:4.0625rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BODRTJ7c5faim5kccw82MPKWiJBlh0JK { top:8.3125rem;left:29.0625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzdsv38Om8iq8whrIXXOVR1q6UNJppxT { width:16.5625rem;height:3.4375rem;top:7.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmtJGhe0NhRpbInMbBJp41amRqmU0x7k { display:block; }
 }@media only screen and (max-width: 763px) { #Zfw5POM5i1AEo04sG61HagdhJU4wtHEA { top:8.4375rem;left:29.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas { display:block; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhhCDApCfzrzSCxvAg2NPKCcc5m0wi1L { top:6.5rem;left:0rem;width:21.9375rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU5GdpbipUqGdhJFrhpg14I2axgoDko4 { top:11.5rem;left:0rem;width:25.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtH7q24FwMHZtwQduNmUvVJLPfBlEKts { top:16.1875rem;left:0rem;width:27.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9TNuNIyi2mladRTR2mcX7Sv4tSgble { top:25.5625rem;left:12.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80k8Dl5J0Dbd26TW1mhOXrPH6o4cVmQ { top:25.4375rem;left:12.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoTTm94NTg9zPuP8QpSN35WrUAwEnTs { width:16.5625rem;height:3.4375rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7M4NqKzTMUcJOvcKXPIptlb04OmxhyC { display:block; }
 }@media only screen and (max-width: 763px) { #FFu0pTdqi47kMnG48ucExV3QefcbhXda { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { display:block; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { top:4.375rem;left:8.25rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { top:10.9375rem;left:12.0625rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { top:13.6875rem;left:2.78857421875rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { top:13.6875rem;left:16.749755859375rem;width:14.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { top:13.6875rem;left:29.936401367188rem;width:14.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { top:4.375rem;left:16.5rem;width:2.625rem;height:2.625rem;display:block; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { top:4.375rem;left:32.875rem;width:2.625rem;height:2.625rem;display:block; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { top:4.375rem;left:20rem;width:2.625rem;height:2.625rem;display:block; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { top:4.4375rem;left:36.4375rem;width:2.625rem;height:2.625rem;display:block; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { top:3.375rem;left:24.6875rem;width:0.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { top:4.0625rem;left:26.625rem;width:5.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#3a3a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/2a1456c5-4d3d-410b-a820-077b195e1587/LPimagesGeneral1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.adaptive-delivery-prevent-bg, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyload, #PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6.lazyloading { background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { background-color: transparent; background-image: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row > .video-iframe-container { display: none; }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .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); }#PTAdTvZwolgSzdQkNUyXaiJvofgcfaU6 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzGxX9eLluTiVLseT69uzHyTgf7B7tmg { width:11.125rem;height:1.375rem;top:13.69970703125rem;left:4.4375rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oyBtJWxpRD15BfmFlaQnGnriig5hR1nF { width:20rem;height:1.125rem;top:19.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOmA2ahP5Wx7LNeZVGUMV7T9cMpyNs0 { width:20rem;height:4.00025rem;top:14.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpqU4JZl0WedoDnMWfLE66m9qH3akIlW { width:20rem;height:9.0986375rem;top:22rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-text {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-select {padding-top: 0; padding-bottom: 0;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;line-height:1;height:3.125rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w  { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w {display:block;}#giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w { width:17.5rem;height:auto;top:32.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hewLHWeZRZvX6wGaGF3U3hkvHwpBIrNU {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #WHStZLrMvB0R8V1MQdqgwTdnntCF28XH {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #FmGqxL1orfQxsKXbpEXaSVUtvQFuzqZF {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #K8Rob8qxoFfyEtUHRLeIv2K7HbQg1Tdd {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #TRF0Bq4cgUXIKqSQx119t5Oz7TqrqEbf {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #spro5kR979Jt6HqRQsmm8M1PxvRtRH5m {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #qwpHyTinQFe2ThKH0EnQCB4EZIt9486a {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #lOKOiVyILekSMgWZVi8GeMVKEIVomyA8 {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #P8zR9OOMQir1eHAtIT5dxBVGI0XzfVie {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #I92KlVkWHJfu02KGuQMtAZFqmZa1Mdfc {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #mq29sIzXxIBvlCOA8VVPVhJ2b0k8c5Mg {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #DGctbTTq6DZx7iW5PRg22hQ5T1xpM14g {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #hLgJJ9trdvVO0oEDCGMtw4mVkRtlz8nQ {  }
 }@media only screen and (max-width: 763px) { #giFLKBbacmNXrGIBkLfXasCJHsO1Pe0w #uO4TIH8maDBHyrZft0ZWtAvG1PwXzFyb {  }
 }@media only screen and (max-width: 763px) { #OmQez78hoybKR2SThrSdNOfuGO4nhxUQ { width:2.5rem;height:2.5rem;top:46.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzADEO5P9h2utLmbicrQTVbHoJXuOf8Q { width:2.75rem;height:2.75rem;top:46.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu { display:block; }#mZkdXAXcqLOlKWEH3HvrCg0ME6e1bDCu > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOWWKSEN3TV5lkbBpgwJEHUgIuO7LXGr { width:20rem;height:3.44970625rem;top:2.375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF { display:block; }#iDQ8Ki1x5eqMaXPe618cohHcE2P8ahaF > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GctaITyi3l7Jmv5sBXGgFPVuvsQ6NqLl { display:flex;width:2.875rem;height:2.875rem;top:2.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #zbgiqs8dmo6a1IORR8bRJ8Av1TvHpCwx { width:13.8125rem;height:2.5996125rem;top:2.8125rem;left:4.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FewZlA4LCETRspSNSNbmXIz8HDqvsPdX { width:19.875rem;height:5.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3ifpJdGADM1avFyE1TJPku6qWoyCCK5 { width:19.875rem;height:5.5625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woMvnPK59mvZV9yAiWO7i2BR41mb0ueg { width:13.5rem;height:2.5996125rem;top:9.52490234375rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTQ2xSKP5GRUtTdslnvNS2kzbTkiGv4s { display:flex;width:2.875rem;height:2.875rem;top:9.3876953125rem;left:1.375rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #HFblCR3TnXhAWOmqrFzqFh18b42Q9kOE { width:19.875rem;height:5.5625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulXHIpILzRT9w4BSM2WKQNoc4ZToGU6C { width:14.3125rem;height:2.5996125rem;top:16.3125rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HECLWx5Eg9FNNIcJkf97OTGpbQFLIKii { display:flex;width:2.875rem;height:2.875rem;top:16.1875rem;left:1.375rem;font-size:2rem; }
 }@media only screen and (max-width: 763px) { #H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag { display:block; }#H8Au3PSZ5pS1SkAdP4nbttN6yci2T0Ag > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W0dH196u0kyfgA58WUWWTVaQugVomOuG { width:20rem;height:3.59911875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BODRTJ7c5faim5kccw82MPKWiJBlh0JK { width:2.75rem;height:2.75rem;top:6.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzdsv38Om8iq8whrIXXOVR1q6UNJppxT { width:16.5625rem;height:3.4375rem;top:6.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmtJGhe0NhRpbInMbBJp41amRqmU0x7k { display:block; }
 }@media only screen and (max-width: 763px) { #Zfw5POM5i1AEo04sG61HagdhJU4wtHEA { width:2.5rem;height:2.5rem;top:7rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { background-color: transparent; background-image: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container > .video-iframe-container { display: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row > .video-iframe-container { display: none; }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .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); }#ou4eSmOdeCm0lmbmAHvNr0cnhhm3FAas > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhhCDApCfzrzSCxvAg2NPKCcc5m0wi1L { width:15.75rem;height:3.1494125rem;top:23.625rem;left:1.9375rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WU5GdpbipUqGdhJFrhpg14I2axgoDko4 { width:17.125rem;height:2.3994125rem;top:28rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtH7q24FwMHZtwQduNmUvVJLPfBlEKts { width:17.4375rem;height:9rem;top:31.875rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9TNuNIyi2mladRTR2mcX7Sv4tSgble { width:2.5rem;height:2.5rem;top:42.875rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J80k8Dl5J0Dbd26TW1mhOXrPH6o4cVmQ { width:2.75rem;height:2.75rem;top:42.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKoTTm94NTg9zPuP8QpSN35WrUAwEnTs { width:16.5625rem;height:3.4375rem;top:42.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7M4NqKzTMUcJOvcKXPIptlb04OmxhyC { display:block; }
 }@media only screen and (max-width: 763px) { #FFu0pTdqi47kMnG48ucExV3QefcbhXda { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9e3;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { background-color: transparent; background-image: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { display: none; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .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); }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { border-width: 0; border-radius: 0; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RH1mHzdn6lksZNwgvsXJsTnfrI0gDTKO > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5AbCFM7v9oaFxtJ9TQXR88PqsFOkXEF { width:4.5rem;height:1.875rem;top:2.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1CBM4DAm9m9zdsQILXOzRd5HlvNHBC { width:11rem;height:2.2744125rem;top:10.9375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrIe2qKXdbKHSXZTdCvu9bV1p8TWChJs { width:11.749875rem;height:0.97473125rem;top:15.10009765625rem;left:4.1241455078125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1KTMzrEHavrIoHHBIWrMrQMesrCbvyq { width:15.06225rem;height:0.97473125rem;top:16.03515625rem;left:2.4676513671875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Bp9INF7WFXHo0V8L68PTqBWVOxrahn { width:10.437rem;height:0.97473125rem;top:17.008666992188rem;left:4.7802734375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx { display:flex;width:1.875rem;height:1.875rem;top:2.3125rem;left:11rem;font-size:1.3125rem; }
#BOBOBw470vGTDV5mF6JgZ6TZTJMtUHOx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 { display:flex;width:1.875rem;height:1.875rem;top:6.75rem;left:11.0625rem;font-size:1.3125rem; }
#gAT7nmcWsi51KE7ZIQ8HHdP5vpQTIOb8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh { display:flex;width:1.875rem;height:1.875rem;top:2.3125rem;left:13.4375rem;font-size:1.3125rem; }
#JWDtSzFn4b1wCGIkTUTAqOqvxnuMe2vh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC { display:flex;width:1.875rem;height:1.875rem;top:6.75rem;left:13.5625rem;font-size:1.3125rem; }
#BBde8VUbwxrsdVnTqOkTvN2pmpAB24vC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #DJCQwaZaPtVpUh5rAaPSJ7N76lgnOQ7w { width:0.125rem;height:5.5rem;top:6.5rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIMCWgvubaGgCcVM4FdrQDKCVRAwQ4VM { top:5.125rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:#3a3939;background-image:none;border-top:0.0625rem solid #3a3939;border-left:0.0625rem solid #3a3939;border-right:0.0625rem solid #3a3939;border-bottom:0.0625rem solid #3a3939;display:block; }
 }@media only screen and (max-width: 763px) { #ad5zoXwEd8XQKAhKC0BElLOUnTfMlhPS { width:5.375rem;height:2.5996125rem;top:6.38720703125rem;left:4.53125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }