.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:217,223,224;--color-primary-1:128,149,150;--color-primary-2:1,42,45;--color-primary-3:1,21,23;--color-primary-4:0,6,7;--color-secondary-0:253,252,248;--color-secondary-1:247,246,233;--color-secondary-2:239,236,210;--color-secondary-3:120,118,105;--color-secondary-4:36,35,32;--color-tertiary-0:255,255,255;--color-tertiary-1:164,178,179;--color-tertiary-2:103,127,129;--color-tertiary-3:67,82,84;--color-tertiary-4:1,42,45;--headlines-font-family:"Financier Display";--paragraphs-font-family:"calibre"; }@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:#003f2d;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#oe38xwIVLXl9XG5U7msAfpXUVc8QpfXZ { 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:1.3125rem;width:5.3125rem;top:1.8109810352326rem;left:0rem;overflow:hidden;display:block; }
#E04LGOqM6vSituITTX0INbXu3AGQsXEw { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:69.375rem;display:block; }
#ce02F3hLxKPQlJKPMmnVX9vFMzty9aud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container { background-color: transparent; background-image: none; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container > .video-iframe-container { display: none; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row > .video-iframe-container { display: none; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .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); }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container { border-width: 0; border-radius: 0; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3aa41a29-b8e4-4192-bf72-531a9015acc7/benerkopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS.adaptive-delivery-prevent-bg, #bbxxH1FUabS3cRarG93CcgAONcnqk1iS.lazyload, #bbxxH1FUabS3cRarG93CcgAONcnqk1iS.lazyloading { background-image: none; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container { background-color: transparent; background-image: none; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container > .video-iframe-container { display: none; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row > .video-iframe-container { display: none; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .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); }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container { border-width: 0; border-radius: 0; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#VEBFTZMWWIuhhSXLzNiXNZxXzadBatKl { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5rem;left:1.875rem;height:13.19925rem;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; }
#O6fenwhivRKR1aUB6GKJ1FmosldFpcDT { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.5rem;left:0rem;display:block; }
#ZhZzgAXWv19P3Tlurn5GdadrkySrxOAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSOTyDDE3TAiva72GCmfAolKMKzpKfUO { position:absolute;display:block;z-index:15002;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.5625rem;top:11.223958969116rem;left:0rem;display:block; }
#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f2;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; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container { background-color: transparent; background-image: none; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container > .video-iframe-container { display: none; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row > .video-iframe-container { display: none; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .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); }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container { border-width: 0; border-radius: 0; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#cITqL047g1FzcPdnu4DB8kC1eyRBAiJN { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1232643127441rem;left:0rem;height:3.25rem;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; }
#EsS1LGvoEth5ernyTT9w6GwWzhvEx6W6 { 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:1.0625rem;width:1.0625rem;top:9.6519107818606rem;left:0rem;overflow:hidden;display:block; }
#a9cy5TtBtL0uve0qTZKZ8ZAG9eNplOwL { color:rgba(var(--color-tertiary-3),1);display:block;width:73.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.4019107818606rem;left:1.6875rem;height:3.19965rem;display:block; }
#Gi7sTbaKpcfGiypAilDpds6ESLTTd9Bt { color:rgba(var(--color-tertiary-3),1);display:block;width:73.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.8125rem;left:1.6875rem;height:3.19965rem;display:block; }
#tJKXK929LViCTX8Ip76hCfXDiucWHivE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:14.0625rem;left:0rem;overflow:hidden;display:block; }
#zP5Io6ZwMaMVxTFMmD4OU7ol4IdTqRMc { color:rgba(var(--color-tertiary-3),1);display:block;width:73.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:18.3125rem;left:1.6875rem;height:1.599825rem;display:block; }
#f9ViGuU7xiaxl89qkKkrZi4BRBXxHCr2 { 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:1.0625rem;width:1.0625rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#ARubS2Tges5N9JNcOcK2kxrRPai29aoW { color:rgba(var(--color-tertiary-3),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.527563095092rem;left:0rem;height:0.974825rem;display:block; }
#nq7XucD0FXs0pDL9iG6ZxGECnvxogcyV { color:rgba(var(--color-tertiary-3),1);display:block;width:73.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:24.313585281372rem;left:0rem;height:1.599825rem;display:block; }
#AHBGkuiFCEJZIa4XDgiSwahvgSqU4oWn { color:rgba(var(--color-tertiary-3),1);display:block;width:73.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:25.912546157837rem;left:0rem;height:3.19965rem;display:block; }
#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container { background-color: transparent; background-image: none; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container > .video-iframe-container { display: none; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row > .video-iframe-container { display: none; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .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); }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container { border-width: 0; border-radius: 0; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#nnFcrPqPhlzDABGIXZMuv7rUOpEGy3Qp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container { background-color: transparent; background-image: none; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container > .video-iframe-container { display: none; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row > .video-iframe-container { display: none; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .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); }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container { border-width: 0; border-radius: 0; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#ndRM0ZQVVpl34JMnb7QT8GWVoV7szVNw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0rem;left:0rem;display:block; }
#EZBZfksmGIbSC70xzlcuO6AlQ4VzTsK7 { 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:1.625rem;width:2.4375rem;top:1.4375rem;left:1.21875rem;overflow:hidden;display:block; }
#v57qHrueSoPuS9V5ewyZmT1mMHeRNaHs { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875rem;left:1.21875rem;height:3.89941875rem;display:block; }
#CBTMir1UGGyhzCDO2Oe9c5t2L2VuS1TU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0rem;left:19.0625rem;display:block; }
#EIGporTdCbi6Es5mpO3lROrKfwe9bmzs { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0rem;left:37.875rem;display:block; }
#SEgVGew8TxZEmAVZaReKKB38c5A5bVqZ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0rem;left:56.875rem;display:block; }
#TOadoZZdAv6B12DEBXshFLg2VxJQsNzx { 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:1.625rem;width:1.4375rem;top:1.4375rem;left:20.53125rem;overflow:hidden;display:block; }
#J8QTziA0EZP41LJWEhwfk6VUspUBiT5C { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:20.53125rem;height:3.8994125rem;display:block; }
#qwbyof0gk6lR7L3OTTA9ruNbWMdQQ3dL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.9375rem;top:1.5rem;left:39.40625rem;overflow:hidden;display:block; }
#ZUga90dBbre5aMrdB7z5ygxrHDL2F3RH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6875rem;left:39.40625rem;height:3.8994125rem;display:block; }
#RtoF1SbDgOH5DS3MDAvScIVTh0DLTLUL { 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:1.75rem;width:1.75rem;top:1.125rem;left:58.21875rem;overflow:hidden;display:block; }
#RX4CTqV2T0FmQ7OuaEIWUPs7QqAMH2Pq { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:58.21875rem;height:5.19921875rem;display:block; }
#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container { background-color: transparent; background-image: none; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container > .video-iframe-container { display: none; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row > .video-iframe-container { display: none; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .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); }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container { border-width: 0; border-radius: 0; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#OrJAgirLoJwXEdQTJTn4riSoIxSNDTd8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0.0625rem;left:9.625rem;display:block; }
#ZfSnOFTKJczaf45UrLtaI8gcS94kzKTF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0.0625rem;left:28.6875rem;display:block; }
#ae9PRN2qyI7mTZ48MHT2M5xLGIydUyBA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-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:10rem;width:18rem;top:0.0625rem;left:47.875rem;display:block; }
#uuCptwvVw5wggBK81Q5yeF1kGiaKBZ8E { 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:1.625rem;width:2rem;top:1.5625rem;left:10.90625rem;overflow:hidden;display:block; }
#XHWDa8ZvAkm3klVTuEFP8CeE0qgT4Dci { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:10.90625rem;height:2.5996125rem;display:block; }
#UMPRgcLAcbghpuDtTd0Qx1GvD1VDfQnp { color:rgba(var(--color-tertiary-3),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.03125rem;height:3.8994125rem;display:block; }
#im1T6TBKhPIA4LSkt6JChnncQc5bvDMN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.5rem;top:1.5625rem;left:30.03125rem;overflow:hidden;display:block; }
#BaWFdXiwfvXk6gIGaMCbbkNBEnuGEPSo { 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:1.625rem;width:1.1875rem;top:1.5625rem;left:49.21875rem;overflow:hidden;display:block; }
#gHVDKzzcv8MwrmULooB5IJ4t5M6vWMNX { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:49.21875rem;height:2.5996125rem;display:block; }
#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container { background-color: transparent; background-image: none; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container > .video-iframe-container { display: none; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row > .video-iframe-container { display: none; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .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); }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container { border-width: 0; border-radius: 0; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#GSVnQ8mfNU8SlwpWGXyyLfcihshubNZv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1988c4c2-0128-41ad-bbcd-27df4f868ea7/earth.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q.adaptive-delivery-prevent-bg, #UPhWUyp37xnbHMMdymKc2IOvODQldL9Q.lazyload, #UPhWUyp37xnbHMMdymKc2IOvODQldL9Q.lazyloading { background-image: none; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container { background-color: transparent; background-image: none; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container > .video-iframe-container { display: none; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row > .video-iframe-container { display: none; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .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); }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container { border-width: 0; border-radius: 0; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#xyXUgip0260gAAJxovuy5Hh3ZPiUVLke { position:absolute;display:block;z-index:15000;height:5rem;width:75rem;top:5.8710956573486rem;left:0rem;display:block; }
#lKzrso3PU4ZRa0ehKFlnf3uo8oKHVlMp { color:rgba(var(--color-tertiary-0),1);display:block;width:58.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.936416625976rem;left:8.343101501465rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFo7HDD9kBspBkKFBnwosKQE48LTGzhJ { color:#efecd4;display:block;width:50.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.080079674721rem;left:12.375217437744rem;height:1.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqOJae4iui1SkFJqixKv3SvbefinOGqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1988c4c2-0128-41ad-bbcd-27df4f868ea7/earth.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa.adaptive-delivery-prevent-bg, #ZqOJae4iui1SkFJqixKv3SvbefinOGqa.lazyload, #ZqOJae4iui1SkFJqixKv3SvbefinOGqa.lazyloading { background-image: none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container { border-width: 0; border-radius: 0; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:none; }#JGQd6vTm0tf1t0GcJUIcz7WePqxHVwnk { position:absolute;display:block;z-index:15000;height:5rem;width:75rem;top:5.8710956573486rem;left:0rem;display:block; }
#kBV9s3AFhkeSWHHFKxSeFfdLNxyrgWKh { color:rgba(var(--color-tertiary-0),1);display:block;width:50.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.359375596046rem;left:12.375217437744rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmOpCaPre5ekLkeZgN9Wed53LZ6dqZA7 { color:#efecd4;display:block;width:50.2485rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.080079674721rem;left:12.375217437744rem;height:1.9487875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container { background-color: transparent; background-image: none; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container > .video-iframe-container { display: none; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row > .video-iframe-container { display: none; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .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); }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container { border-width: 0; border-radius: 0; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#osU71dFtn4LvrHJBhS6UvGxPICm91B9H { color:#003f2d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container { background-color: transparent; background-image: none; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container > .video-iframe-container { display: none; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row > .video-iframe-container { display: none; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .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); }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container { border-width: 0; border-radius: 0; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c22073c-a4b9-4519-ae87-f350f6bfb286/picturemin.jpg");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:26.6875rem;width:36.875rem;top:0rem;left:38.125rem;display:block; }#kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.adaptive-delivery-prevent-bg, #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.lazyload, #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.lazyloading { background-image: none; }
#DSZLOXITWQXiUt6tCyFpM9pziBrXumKJ { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:1.6872844696045rem;height:4.0004875rem;display:block; }
#rPgGa8tU9SmDSITUl9l4pczuEublo4zz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:0.25rem;left:0rem;overflow:hidden;display:block; }
#cGcQlnb9bumQ8ZpDTZTS7IBB0TrIV6BT { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.6875rem;height:6.00073125rem;display:block; }
#n41b2R46HuNKrzVpw9RFg8JzBh4gZrQb { 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:1.25rem;width:1.25rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#Jzr9bo6x69T2bKEQoQOkGxSUXXA8s8lF { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:11.0625rem;left:1.6875rem;height:6.00073125rem;display:block; }
#U6IoPFsPOy5BDuO8Ti5XuWJDMyLhRKTv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11.3125rem;left:0rem;overflow:hidden;display:block; }
#qbewtNcg2I0ZGe6c0tiEr9kiBcIzQLi8 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:22.25rem;left:1.6875rem;height:4.0004875rem;display:block; }
#VOQtdfUsX9wFJ9hGfiSH9qA3w9G6nMyz { color:rgba(var(--color-tertiary-3),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:17.6875rem;left:1.6875rem;height:4.0004875rem;display:block; }
#AlTAOL7uBwlGxl6vDemvzTQDwhdlMvkv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:22.5rem;left:0rem;overflow:hidden;display:block; }
#mCp4t9lTJcTmMGKS7yN9vJ9VGTzNnfqb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:17.9375rem;left:0rem;overflow:hidden;display:block; }
#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container { background-color: transparent; background-image: none; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container > .video-iframe-container { display: none; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row > .video-iframe-container { display: none; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .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); }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container { border-width: 0; border-radius: 0; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#DJoT2RUkLz0WZvVqSxtOdHJPVcxXlOPF { color:rgba(var(--color-tertiary-0),1);display:block;width:52.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:11.030818939209rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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:none; }#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD > .row .container { border-width: 0; border-radius: 0; }#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:none; }#sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2a02875-8b2c-47a9-8f9f-b1325bce515d/JOANNAMROCZEKmin.jpg");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:23.75rem;width:23.75rem;top:0rem;left:0rem;display:block; }#sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI.adaptive-delivery-prevent-bg, #sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI.lazyload, #sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI.lazyloading { background-image: none; }
#yT0HKVdxC3ZVuDd5KMTtiiorOSfmF9QN { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.000005722046rem;left:0rem;height:1.94921875rem;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; }
#wCrUVOOMz4Ukevc9BPglfSu7QKbTexWS { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.948793411255rem;left:0rem;height:1.625rem;display:block; }
#ev2TINkaXG8DnfdWBdJ0N1WifBIXZ5wF { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:25rem;left:25.625rem;height:1.94921875rem;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; }
#BRZ7SxSuPku4RCaAhZgW9rtKFUltP9xK { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.9375rem;left:25.625rem;height:1.625rem;display:block; }
#blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/52de8937-16a5-4996-b83e-82483e4d80f5/ANNAJARZBOWSKAmin.jpg");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:23.75rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }#blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh.adaptive-delivery-prevent-bg, #blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh.lazyload, #blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh.lazyloading { background-image: none; }
#bdr9XRMMISZ1AWof5HgoxAbOxdVqSZ1J { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:51.25rem;height:;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; }
#zkX3KbkIuGK733Mm997ZcZ8GXTHdkiFA { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:51.25rem;height:1.62524375rem;display:block; }
#oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2e628cb0-971b-4ff9-b409-9aca1c97a457/MAGORZATANIEWISKAmin.jpg");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:23.75rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }#oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc.adaptive-delivery-prevent-bg, #oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc.lazyload, #oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc.lazyloading { background-image: none; }
#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container { background-color: transparent; background-image: none; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container > .video-iframe-container { display: none; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row > .video-iframe-container { display: none; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .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); }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container { border-width: 0; border-radius: 0; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#gtARerZ43XFTxhePXWC2IGLvFCpamDFd { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:44.375rem;height:1.625rem;display:block; }
#IJbETr9f0bvDA8ZsVSk9mvblaoJ4o0Ua { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25rem;left:44.375rem;height:1.94921875rem;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; }
#U2MrdfuNmuTWs6DGic8Lu6wDdLC03yTB { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25rem;left:6.875rem;height:1.94921875rem;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; }
#O8m1dDihdxJxscuIydneH66hqJX8eTWE { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:6.875rem;height:1.625rem;display:block; }
#zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e2a02875-8b2c-47a9-8f9f-b1325bce515d/JOANNAMROCZEKmin.jpg");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:23.75rem;width:23.75rem;top:0rem;left:6.875rem;display:block; }#zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg.adaptive-delivery-prevent-bg, #zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg.lazyload, #zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg.lazyloading { background-image: none; }
#Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/52de8937-16a5-4996-b83e-82483e4d80f5/ANNAJARZBOWSKAmin.jpg");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:23.75rem;width:23.75rem;top:0rem;left:44.375rem;display:block; }#Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz.adaptive-delivery-prevent-bg, #Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz.lazyload, #Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz.lazyloading { background-image: none; }
#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecd4;background-image:url("https://images.assets-landingi.com/uc/4ca13015-ccf5-4541-95a2-dc31bdfa87a7/formbgmin.jpg");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; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI.adaptive-delivery-prevent-bg, #zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI.lazyload, #zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI.lazyloading { background-image: none; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container { background-color: transparent; background-image: none; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container > .video-iframe-container { display: none; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row > .video-iframe-container { display: none; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .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); }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container { border-width: 0; border-radius: 0; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#XrB5xcPFJu2rdm9TWWcqkuArMNLLQclS { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TbWlem5g7NaT0wVIbcVam5xVwaV2pHvn { color:rgba(var(--color-tertiary-3),1);display:block;width:55.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:9.4986991882325rem;left:9.749351501465rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#k9UOPlQK9T49gM1SDzsJ3anA2rGRIW23 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #003f2d;border-left:0.125rem solid #003f2d;border-right:0.125rem solid #003f2d;border-bottom:0.125rem solid #003f2d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:27.25rem;top:15.120666503906rem;left:22.592014312744rem;display:block; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-form-header {  }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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:#ffffff;background-image:none;border-top:0.0625rem solid #231f20;border-left:0.0625rem solid #231f20;border-right:0.0625rem solid #231f20;border-bottom:0.0625rem solid #231f20;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#003f2d;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-text {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #231f20;border-left:0.0625rem solid #231f20;border-right:0.0625rem solid #231f20;border-bottom:0.0625rem solid #231f20;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#003f2d;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub [class*="-text"]:-moz-placeholder { color:#231f20;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub [class*="-text"]::-moz-placeholder { color:#231f20;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub [class*="-text"]:-ms-input-placeholder { color:#231f20;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub [class*="-text"]::-webkit-input-placeholder { color:#231f20;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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.8125rem;font-weight:300;color:#000000;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-container:first-of-type{padding-top:0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-container:last-of-type{padding-bottom:0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.05859375rem;left:22.5810546875rem; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub {display:block;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.05859375rem;left:22.5810546875rem; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #D90cwnOvd81FshEb1H6CTnZlvBCEDEOT { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #P6PT7Xn09K7ReqCyJ4bWsy2mTU4VKbM4 { position:relative;display:none; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #gLdS4UZNFyPxcD3ZBNfEJlPLF8y03I4r { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #viSyZBLssS8Z3Ww44Zk7n0a8t1UINmT1 { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #xxf3MIqTD0iTb2Tg48Xfu35vGohBRWhi { position:relative;display:none; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #JnySbPHvnSQQes3gK0SSwKWPkLGuaN5E { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #lmBLAHL6uli6mwraveQ16T7G0pudDyOZ { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #nETTSWnMWFZXQk0XoAgGTVQ69uPoOZZb { position:relative;display:none; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MmEVO1gRv4lPvuA6duSV2q9B06vZtuuC { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MrDRAakAgNITt04BFWKuu5ga9mOHMLC1 { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ErLSJoVIJaPsVhJGDCgO2xqDgWloFvTx { position:relative;display:none; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #TQqsQ9FPlE29I68F1gqN2wuaX9lvKmkx { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #goPxQzn50OabSa8DRTZPM4hm5twV0G8a { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ZlTwrUTS86eHhI7mkU5CMlM7i7v8hIyW { position:relative;z-index:2; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #W3Czpm9lohZLWkmBQ78SINlhiPRfCtI9 { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #m1XU3xRZ2uSZtdNAPZEi75fVpXFnBOyQ { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #b6VKKzNdEJXPIGSOvHK6r9ChopB1mqc0 { position:relative;z-index:2; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #vFATlizRbnpf6GrUV0Ay9kKycPd1ovf7 { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #d2FDaLSUw7AB5ICWiKORVE3fEXHfUCPB { position:relative;display:block;z-index:15000; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ftULtoNoTanwGdh3n3h8pnasMVgREsgu { position:relative;display:block;z-index:15000; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #md0mvuBMwEKIHfTuTozCNhqIXvfTzIIL { position:relative;display:block;z-index:15000; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #RyiCeroUJiaotJr2u2uWutgaz0sNRPa0 { position:relative;display:block;z-index:15000; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #rIhT8tOM8iCwOfSJObftToHnM9WR0uZP { position:relative; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #mUNthpRyEVrAmZNdlnCtgwW3WITs15y9 { position:relative; }
#iRfyGbneaN3rIipuURJbuI2SUWLwVTr2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:36.670146942139rem;left:23.611110687256rem;display:block; }
#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container { background-color: transparent; background-image: none; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container > .video-iframe-container { display: none; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row > .video-iframe-container { display: none; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .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); }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container { border-width: 0; border-radius: 0; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ChcyAtWRJlTXR2t09TedyWyEtRM5XHc7 { 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:1.5625rem;width:6rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#TrEJHS6lPJ3XZOEGUVlxRtEyZUdwFpDC { color:#003f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:9.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#DmMLowgcQznkLaVLIyT40BhFZPZ2FnKb { color:#003f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.5rem;height:1.29980625rem;font-style:normal;display:block; }
#C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:1.25rem;left:65.0625rem; }
#C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.25rem;left:68.75rem; }
#QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R { 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:15005;opacity:1;top:1.4375rem;left:72.8125rem; }
#qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe38xwIVLXl9XG5U7msAfpXUVc8QpfXZ { width:5.3125rem;height:1.3125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E04LGOqM6vSituITTX0INbXu3AGQsXEw { width:5.625rem;height:2.5rem;top:1.25rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce02F3hLxKPQlJKPMmnVX9vFMzty9aud { display:block; }
 }@media only screen and (max-width: 763px) { #NfFpFCPnicX8dGm4qxvRFgyblM76RN0A { display:block; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbxxH1FUabS3cRarG93CcgAONcnqk1iS { display:block; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEBFTZMWWIuhhSXLzNiXNZxXzadBatKl { width:42.5625rem;height:13.1875rem;top:11.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6fenwhivRKR1aUB6GKJ1FmosldFpcDT { width:9.375rem;height:3.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZzgAXWv19P3Tlurn5GdadrkySrxOAy { display:block; }
 }@media only screen and (max-width: 763px) { #LSOTyDDE3TAiva72GCmfAolKMKzpKfUO { top:11.1875rem;left:0rem;width:0.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ { display:block; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cITqL047g1FzcPdnu4DB8kC1eyRBAiJN { width:47.75rem;height:;top:4.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsS1LGvoEth5ernyTT9w6GwWzhvEx6W6 { width:1.0625rem;height:1.0625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9cy5TtBtL0uve0qTZKZ8ZAG9eNplOwL { width:47.75rem;height:3.1875rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7sTbaKpcfGiypAilDpds6ESLTTd9Bt { width:47.75rem;height:3.1875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJKXK929LViCTX8Ip76hCfXDiucWHivE { width:1rem;height:1rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP5Io6ZwMaMVxTFMmD4OU7ol4IdTqRMc { width:47.75rem;height:1.5625rem;top:18.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ViGuU7xiaxl89qkKkrZi4BRBXxHCr2 { width:1rem;height:1rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARubS2Tges5N9JNcOcK2kxrRPai29aoW { width:26.25rem;height:0.9375rem;top:21.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7XucD0FXs0pDL9iG6ZxGECnvxogcyV { width:47.75rem;height:1.5625rem;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBGkuiFCEJZIa4XDgiSwahvgSqU4oWn { width:47.75rem;height:3.1875rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv { display:block; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnFcrPqPhlzDABGIXZMuv7rUOpEGy3Qp { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThK7kIxOS11gU6iR22BNZ31w34TMxW4 { display:block; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndRM0ZQVVpl34JMnb7QT8GWVoV7szVNw { top:0rem;left:0rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBZfksmGIbSC70xzlcuO6AlQ4VzTsK7 { top:1.4375rem;left:0rem;width:2.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57qHrueSoPuS9V5ewyZmT1mMHeRNaHs { width:13.3125rem;height:3.75rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTMir1UGGyhzCDO2Oe9c5t2L2VuS1TU { top:0rem;left:5.75rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIGporTdCbi6Es5mpO3lROrKfwe9bmzs { top:0rem;left:17.6875rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEgVGew8TxZEmAVZaReKKB38c5A5bVqZ { top:0rem;left:29.625rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOadoZZdAv6B12DEBXshFLg2VxJQsNzx { top:1.4375rem;left:11.9375rem;width:1.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8QTziA0EZP41LJWEhwfk6VUspUBiT5C { width:13.3125rem;height:3.75rem;top:3.6875rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwbyof0gk6lR7L3OTTA9ruNbWMdQQ3dL { top:1.5rem;left:23.875rem;width:1.9375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUga90dBbre5aMrdB7z5ygxrHDL2F3RH { width:13.6875rem;height:3.75rem;top:3.6875rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtoF1SbDgOH5DS3MDAvScIVTh0DLTLUL { top:1.125rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4CTqV2T0FmQ7OuaEIWUPs7QqAMH2Pq { width:15rem;height:5rem;top:3.1875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs { display:block; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrJAgirLoJwXEdQTJTn4riSoIxSNDTd8 { top:0.0625rem;left:0rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSnOFTKJczaf45UrLtaI8gcS94kzKTF { top:0.0625rem;left:15.0625rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9PRN2qyI7mTZ48MHT2M5xLGIydUyBA { top:0.0625rem;left:29.625rem;width:18rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuCptwvVw5wggBK81Q5yeF1kGiaKBZ8E { top:1.5625rem;left:0rem;width:2rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHWDa8ZvAkm3klVTuEFP8CeE0qgT4Dci { width:13.3125rem;height:2.5rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPRgcLAcbghpuDtTd0Qx1GvD1VDfQnp { width:15.0625rem;height:3.75rem;top:3.9375rem;left:16.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1T6TBKhPIA4LSkt6JChnncQc5bvDMN { top:1.5625rem;left:16.40625rem;width:1.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWFdXiwfvXk6gIGaMCbbkNBEnuGEPSo { top:1.5625rem;left:35.59375rem;width:1.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHVDKzzcv8MwrmULooB5IJ4t5M6vWMNX { width:13.3125rem;height:2.5rem;top:3.9375rem;left:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS { display:block; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSVnQ8mfNU8SlwpWGXyyLfcihshubNZv { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhWUyp37xnbHMMdymKc2IOvODQldL9Q { display:block; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyXUgip0260gAAJxovuy5Hh3ZPiUVLke { width:47.75rem;height:5rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzrso3PU4ZRa0ehKFlnf3uo8oKHVlMp { width:47.75rem;height:3.875rem;top:10.875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFo7HDD9kBspBkKFBnwosKQE48LTGzhJ { width:47.75rem;height:1.9375rem;top:15.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOJae4iui1SkFJqixKv3SvbefinOGqa { display:block; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGQd6vTm0tf1t0GcJUIcz7WePqxHVwnk { width:47.75rem;height:5rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBV9s3AFhkeSWHHFKxSeFfdLNxyrgWKh { width:20rem;height:6.6875rem;top:7.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmOpCaPre5ekLkeZgN9Wed53LZ6dqZA7 { width:20rem;height:1.4375rem;top:14.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB { display:block; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osU71dFtn4LvrHJBhS6UvGxPICm91B9H { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 { display:block; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo { width:36.875rem;height:26.6875rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSZLOXITWQXiUt6tCyFpM9pziBrXumKJ { width:34.25rem;height:4rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPgGa8tU9SmDSITUl9l4pczuEublo4zz { width:1.25rem;height:1.25rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGcQlnb9bumQ8ZpDTZTS7IBB0TrIV6BT { width:34.1875rem;height:5.9375rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n41b2R46HuNKrzVpw9RFg8JzBh4gZrQb { width:1.25rem;height:1.25rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzr9bo6x69T2bKEQoQOkGxSUXXA8s8lF { width:34.1875rem;height:5.9375rem;top:11.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6IoPFsPOy5BDuO8Ti5XuWJDMyLhRKTv { width:1.25rem;height:1.25rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbewtNcg2I0ZGe6c0tiEr9kiBcIzQLi8 { width:34.1875rem;height:3.9375rem;top:22.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQtdfUsX9wFJ9hGfiSH9qA3w9G6nMyz { width:34.1875rem;height:3.9375rem;top:17.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTAOL7uBwlGxl6vDemvzTQDwhdlMvkv { width:1.25rem;height:1.25rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCp4t9lTJcTmMGKS7yN9vJ9VGTzNnfqb { width:1.25rem;height:1.25rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE { display:block; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJoT2RUkLz0WZvVqSxtOdHJPVcxXlOPF { width:47.75rem;height:6.4375rem;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD { display:block; }#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI { width:23.75rem;height:23.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0HKVdxC3ZVuDd5KMTtiiorOSfmF9QN { width:23.75rem;height:;top:25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCrUVOOMz4Ukevc9BPglfSu7QKbTexWS { width:23.75rem;height:1.5625rem;top:26.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev2TINkaXG8DnfdWBdJ0N1WifBIXZ5wF { width:23.75rem;height:;top:25rem;left:8rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZ7SxSuPku4RCaAhZgW9rtKFUltP9xK { width:23.75rem;height:1.5625rem;top:26.875rem;left:8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh { width:23.75rem;height:23.75rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdr9XRMMISZ1AWof5HgoxAbOxdVqSZ1J { width:23.75rem;height:;top:25rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkX3KbkIuGK733Mm997ZcZ8GXTHdkiFA { width:23.75rem;height:1.5625rem;top:26.9375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc { width:23.75rem;height:23.75rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN { display:block; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtARerZ43XFTxhePXWC2IGLvFCpamDFd { width:23.75rem;height:1.625rem;top:26.9375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbETr9f0bvDA8ZsVSk9mvblaoJ4o0Ua { width:23.75rem;height:1.9375rem;top:25rem;left:23.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2MrdfuNmuTWs6DGic8Lu6wDdLC03yTB { width:23.75rem;height:1.9375rem;top:25rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8m1dDihdxJxscuIydneH66hqJX8eTWE { width:23.75rem;height:1.625rem;top:26.9375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg { width:23.75rem;height:23.75rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz { width:23.75rem;height:23.75rem;top:0rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI { display:block; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrB5xcPFJu2rdm9TWWcqkuArMNLLQclS { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWlem5g7NaT0wVIbcVam5xVwaV2pHvn { width:47.75rem;height:4rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9UOPlQK9T49gM1SDzsJ3anA2rGRIW23 { width:27.25rem;height:32.875rem;top:15.0625rem;left:8.9670143127444rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-text {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub  { width:25rem;height:auto;top:15rem;left:8.9560546875rem; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub {display:block;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub { width:25rem;height:auto;top:15rem;left:8.9560546875rem; }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #D90cwnOvd81FshEb1H6CTnZlvBCEDEOT {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #P6PT7Xn09K7ReqCyJ4bWsy2mTU4VKbM4 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #gLdS4UZNFyPxcD3ZBNfEJlPLF8y03I4r {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #viSyZBLssS8Z3Ww44Zk7n0a8t1UINmT1 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #xxf3MIqTD0iTb2Tg48Xfu35vGohBRWhi {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #JnySbPHvnSQQes3gK0SSwKWPkLGuaN5E {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #lmBLAHL6uli6mwraveQ16T7G0pudDyOZ {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #nETTSWnMWFZXQk0XoAgGTVQ69uPoOZZb {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MmEVO1gRv4lPvuA6duSV2q9B06vZtuuC {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MrDRAakAgNITt04BFWKuu5ga9mOHMLC1 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ErLSJoVIJaPsVhJGDCgO2xqDgWloFvTx {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #TQqsQ9FPlE29I68F1gqN2wuaX9lvKmkx {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #goPxQzn50OabSa8DRTZPM4hm5twV0G8a {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ZlTwrUTS86eHhI7mkU5CMlM7i7v8hIyW {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #W3Czpm9lohZLWkmBQ78SINlhiPRfCtI9 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #m1XU3xRZ2uSZtdNAPZEi75fVpXFnBOyQ {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #b6VKKzNdEJXPIGSOvHK6r9ChopB1mqc0 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #vFATlizRbnpf6GrUV0Ay9kKycPd1ovf7 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #d2FDaLSUw7AB5ICWiKORVE3fEXHfUCPB {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ftULtoNoTanwGdh3n3h8pnasMVgREsgu {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #md0mvuBMwEKIHfTuTozCNhqIXvfTzIIL {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #RyiCeroUJiaotJr2u2uWutgaz0sNRPa0 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #rIhT8tOM8iCwOfSJObftToHnM9WR0uZP {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #mUNthpRyEVrAmZNdlnCtgwW3WITs15y9 {  }
 }@media only screen and (max-width: 763px) { #iRfyGbneaN3rIipuURJbuI2SUWLwVTr2 { width:1.3125rem;height:1.3125rem;top:36.625rem;left:9.9861106872556rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN { display:block; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChcyAtWRJlTXR2t09TedyWyEtRM5XHc7 { width:6rem;height:1.5625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEJHS6lPJ3XZOEGUVlxRtEyZUdwFpDC { width:12.5rem;height:1.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmMLowgcQznkLaVLIyT40BhFZPZ2FnKb { width:12.5rem;height:1.25rem;top:1.875rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL { width:2.5rem;height:2.5rem;top:1.25rem;left:45.25rem;display:block; }
#C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG { width:2.5rem;height:2.5rem;top:1.25rem;left:45.25rem;display:block; }
#QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R { width:2.1875rem;height:2.1875rem;top:1.4375rem;left:45.5625rem;display:block; }
#qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oe38xwIVLXl9XG5U7msAfpXUVc8QpfXZ { width:5.3125rem;height:1.3125rem;top:0.749783039093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E04LGOqM6vSituITTX0INbXu3AGQsXEw { width:5.625rem;height:2rem;top:0.56098091602326rem;left:14.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ce02F3hLxKPQlJKPMmnVX9vFMzty9aud { display:block; }
 }@media only screen and (max-width: 763px) { #NfFpFCPnicX8dGm4qxvRFgyblM76RN0A { display:block; }#NfFpFCPnicX8dGm4qxvRFgyblM76RN0A > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbxxH1FUabS3cRarG93CcgAONcnqk1iS { display:block; }#bbxxH1FUabS3cRarG93CcgAONcnqk1iS > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEBFTZMWWIuhhSXLzNiXNZxXzadBatKl { width:20rem;height:15.75rem;top:2.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6fenwhivRKR1aUB6GKJ1FmosldFpcDT { width:9.375rem;height:3.125rem;top:21.432292461395rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhZzgAXWv19P3Tlurn5GdadrkySrxOAy { display:block; }
 }@media only screen and (max-width: 763px) { #LSOTyDDE3TAiva72GCmfAolKMKzpKfUO { width:0.5625rem;height:13.75rem;top:25.807292938233rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ { display:block; }#LOMvZ5a0RlN084wtZVQdsTRcGoplSfEJ > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cITqL047g1FzcPdnu4DB8kC1eyRBAiJN { width:20rem;height:9.75rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsS1LGvoEth5ernyTT9w6GwWzhvEx6W6 { width:1.0625rem;height:1.0625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9cy5TtBtL0uve0qTZKZ8ZAG9eNplOwL { width:18.375rem;height:12.796875rem;top:11.8125rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi7sTbaKpcfGiypAilDpds6ESLTTd9Bt { width:18.375rem;height:12.796875rem;top:27.3125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJKXK929LViCTX8Ip76hCfXDiucWHivE { width:1rem;height:1rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP5Io6ZwMaMVxTFMmD4OU7ol4IdTqRMc { width:18.375rem;height:6.3993125rem;top:42.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ViGuU7xiaxl89qkKkrZi4BRBXxHCr2 { width:1rem;height:1rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARubS2Tges5N9JNcOcK2kxrRPai29aoW { width:20rem;height:0.974825rem;top:50.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq7XucD0FXs0pDL9iG6ZxGECnvxogcyV { width:20rem;height:4.79948125rem;top:53.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHBGkuiFCEJZIa4XDgiSwahvgSqU4oWn { width:20rem;height:9.597625rem;top:59.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv { display:block; }#xN9VZfV4lHa6Z5ttbv4x0lXrSVqZsvCv > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnFcrPqPhlzDABGIXZMuv7rUOpEGy3Qp { width:20rem;height:4.875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThK7kIxOS11gU6iR22BNZ31w34TMxW4 { display:block; }#kThK7kIxOS11gU6iR22BNZ31w34TMxW4 > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndRM0ZQVVpl34JMnb7QT8GWVoV7szVNw { width:18rem;height:10rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZBZfksmGIbSC70xzlcuO6AlQ4VzTsK7 { width:2.4375rem;height:1.625rem;top:2.6875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57qHrueSoPuS9V5ewyZmT1mMHeRNaHs { width:13.3125rem;height:3.89941875rem;top:4.9375rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBTMir1UGGyhzCDO2Oe9c5t2L2VuS1TU { width:18rem;height:10rem;top:12.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIGporTdCbi6Es5mpO3lROrKfwe9bmzs { width:18rem;height:10rem;top:24rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEgVGew8TxZEmAVZaReKKB38c5A5bVqZ { width:18rem;height:10rem;top:35.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOadoZZdAv6B12DEBXshFLg2VxJQsNzx { width:1.4375rem;height:1.625rem;top:14.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8QTziA0EZP41LJWEhwfk6VUspUBiT5C { width:13.3125rem;height:3.8994125rem;top:16.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwbyof0gk6lR7L3OTTA9ruNbWMdQQ3dL { width:1.9375rem;height:1.4375rem;top:25.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUga90dBbre5aMrdB7z5ygxrHDL2F3RH { width:13.6875rem;height:3.8994125rem;top:27.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtoF1SbDgOH5DS3MDAvScIVTh0DLTLUL { width:1.75rem;height:1.75rem;top:36.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4CTqV2T0FmQ7OuaEIWUPs7QqAMH2Pq { width:15rem;height:5.19921875rem;top:38.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs { display:block; }#EJ2s95P9grbiZ5SSDtSnD3LDuhtk47vs > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OrJAgirLoJwXEdQTJTn4riSoIxSNDTd8 { width:18rem;height:10rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSnOFTKJczaf45UrLtaI8gcS94kzKTF { width:18rem;height:10rem;top:11.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9PRN2qyI7mTZ48MHT2M5xLGIydUyBA { width:18rem;height:10rem;top:22.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuCptwvVw5wggBK81Q5yeF1kGiaKBZ8E { width:2rem;height:1.625rem;top:1.5rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHWDa8ZvAkm3klVTuEFP8CeE0qgT4Dci { width:13.3125rem;height:2.5996125rem;top:3.875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMPRgcLAcbghpuDtTd0Qx1GvD1VDfQnp { width:15.0625rem;height:3.8994125rem;top:15.25rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #im1T6TBKhPIA4LSkt6JChnncQc5bvDMN { width:1.5rem;height:1.625rem;top:12.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWFdXiwfvXk6gIGaMCbbkNBEnuGEPSo { width:1.1875rem;height:1.625rem;top:24.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHVDKzzcv8MwrmULooB5IJ4t5M6vWMNX { width:13.3125rem;height:2.5996125rem;top:26.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS { display:block; }#TyiTCTnoUyZe4oQhEdVb0mVzvFiKhyuS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSVnQ8mfNU8SlwpWGXyyLfcihshubNZv { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPhWUyp37xnbHMMdymKc2IOvODQldL9Q { display:none; }#UPhWUyp37xnbHMMdymKc2IOvODQldL9Q > .row .container { width:20rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xyXUgip0260gAAJxovuy5Hh3ZPiUVLke { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzrso3PU4ZRa0ehKFlnf3uo8oKHVlMp { width:20rem;height:7.79625rem;top:15rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFo7HDD9kBspBkKFBnwosKQE48LTGzhJ { width:20rem;height:1.9487875rem;top:21.4464rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqOJae4iui1SkFJqixKv3SvbefinOGqa { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1988c4c2-0128-41ad-bbcd-27df4f868ea7/earth.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa.adaptive-delivery-prevent-bg, #ZqOJae4iui1SkFJqixKv3SvbefinOGqa.lazyload, #ZqOJae4iui1SkFJqixKv3SvbefinOGqa.lazyloading { background-image: none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container { background-color: transparent; background-image: none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container > .video-iframe-container { display: none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row > .video-iframe-container { display: none; }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .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); }#ZqOJae4iui1SkFJqixKv3SvbefinOGqa > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGQd6vTm0tf1t0GcJUIcz7WePqxHVwnk { width:20rem;height:2.8125rem;top:3.5616302490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBV9s3AFhkeSWHHFKxSeFfdLNxyrgWKh { width:20rem;height:3.5996125rem;top:6.8125rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DmOpCaPre5ekLkeZgN9Wed53LZ6dqZA7 { width:20rem;height:1.4619125rem;top:11.247177124024rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB { display:block; }#nvqxM7lsNyFsR3bxQDwkQ5z1zB2pdbeB > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osU71dFtn4LvrHJBhS6UvGxPICm91B9H { width:19.375rem;height:6.75rem;top:2.5rem;left:0.3125rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 { display:block; }#EeZWOOb853ogW7HWyIAncoXW0L8n1iv1 > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo { width:20rem;height:17.8125rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3c22073c-a4b9-4519-ae87-f350f6bfb286/picturemin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.adaptive-delivery-prevent-bg, #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.lazyload, #kfn3Iaqam7LPsvV24BO59wG6LpZEfKyo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DSZLOXITWQXiUt6tCyFpM9pziBrXumKJ { width:18.375rem;height:6rem;top:19.061412811279rem;left:1.6872830986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPgGa8tU9SmDSITUl9l4pczuEublo4zz { width:1.25rem;height:1.25rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGcQlnb9bumQ8ZpDTZTS7IBB0TrIV6BT { width:18.375rem;height:8rem;top:27.1845703125rem;left:1.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n41b2R46HuNKrzVpw9RFg8JzBh4gZrQb { width:1.25rem;height:1.25rem;top:27.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzr9bo6x69T2bKEQoQOkGxSUXXA8s8lF { width:18.375rem;height:10rem;top:37.4951171875rem;left:1.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6IoPFsPOy5BDuO8Ti5XuWJDMyLhRKTv { width:1.25rem;height:1.25rem;top:37.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbewtNcg2I0ZGe6c0tiEr9kiBcIzQLi8 { width:18.375rem;height:8rem;top:57.494140625rem;left:1.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOQtdfUsX9wFJ9hGfiSH9qA3w9G6nMyz { width:18.375rem;height:6rem;top:49.5576171875rem;left:1.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTAOL7uBwlGxl6vDemvzTQDwhdlMvkv { width:1.25rem;height:1.25rem;top:57.869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCp4t9lTJcTmMGKS7yN9vJ9VGTzNnfqb { width:1.25rem;height:1.25rem;top:49.8701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE { display:block; }#pMFXkqK5SuWlcSOirdUuGTKz3QIW5TfE > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJoT2RUkLz0WZvVqSxtOdHJPVcxXlOPF { width:20rem;height:9.75rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD { display:none; }#zdNfcSuXvTP8yaacMS4NXLuPD59ECCTD > .row .container { width:20rem;height:92.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHwbcCfcNOQXEQ8MUgQ7D1lWlNd6WqiI { width:20rem;height:23.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0HKVdxC3ZVuDd5KMTtiiorOSfmF9QN { width:20rem;height:1.94965rem;top:26.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCrUVOOMz4Ukevc9BPglfSu7QKbTexWS { width:20rem;height:1.46180625rem;top:28.198791503906rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ev2TINkaXG8DnfdWBdJ0N1WifBIXZ5wF { width:20rem;height:1.94965rem;top:57.071399688721rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRZ7SxSuPku4RCaAhZgW9rtKFUltP9xK { width:20rem;height:1.46180625rem;top:59.083770751953rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #blB2FTGkQxCM0OZk3NsFoiaFGuDk9Nbh { width:20rem;height:23.75rem;top:32.072479248047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdr9XRMMISZ1AWof5HgoxAbOxdVqSZ1J { width:20rem;height:1.94965rem;top:87.144973754881rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkX3KbkIuGK733Mm997ZcZ8GXTHdkiFA { width:20rem;height:1.46180625rem;top:88.9687538147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMWmO3JFgE5XcAc4nZTLmEbA6sfhp1tc { width:20rem;height:23.75rem;top:62.145614624024rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN { display:block; }#hLiZdy7Ud4RgFTPd3Nr28rz4WILmpGbN > .row .container { width:20rem;height:63.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtARerZ43XFTxhePXWC2IGLvFCpamDFd { width:20rem;height:1.4619125rem;top:60.359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJbETr9f0bvDA8ZsVSk9mvblaoJ4o0Ua { width:20rem;height:1.94921875rem;top:57.16015625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2MrdfuNmuTWs6DGic8Lu6wDdLC03yTB { width:20rem;height:1.94921875rem;top:26.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O8m1dDihdxJxscuIydneH66hqJX8eTWE { width:20rem;height:1.4619125rem;top:29.44921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT5FF03LZ6bspaL6tAUnyurlaxIk3FWg { width:20rem;height:23.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jh4Ki7xGKxoyO00U3ChCEVNTCkiWccrz { width:20rem;height:23.75rem;top:32.16015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI { display:block; }#zqlktu4i71h0O9D8RaFkTqvI9HdDsWvI > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrB5xcPFJu2rdm9TWWcqkuArMNLLQclS { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWlem5g7NaT0wVIbcVam5xVwaV2pHvn { width:20rem;height:7.96875rem;top:4.786018371582rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #k9UOPlQK9T49gM1SDzsJ3anA2rGRIW23 { width:19.5625rem;height:37.125rem;top:14.470474243164rem;left:0.35850697755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-text {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-select {padding-top: 0; padding-bottom: 0;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub  { width:17.5rem;height:auto;top:14.470489501953rem;left:0rem; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub {display:block;}#zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub { width:17.5rem;height:auto;top:14.470489501953rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #D90cwnOvd81FshEb1H6CTnZlvBCEDEOT {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #P6PT7Xn09K7ReqCyJ4bWsy2mTU4VKbM4 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #gLdS4UZNFyPxcD3ZBNfEJlPLF8y03I4r {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #viSyZBLssS8Z3Ww44Zk7n0a8t1UINmT1 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #xxf3MIqTD0iTb2Tg48Xfu35vGohBRWhi {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #JnySbPHvnSQQes3gK0SSwKWPkLGuaN5E {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #lmBLAHL6uli6mwraveQ16T7G0pudDyOZ {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #nETTSWnMWFZXQk0XoAgGTVQ69uPoOZZb {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MmEVO1gRv4lPvuA6duSV2q9B06vZtuuC {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #MrDRAakAgNITt04BFWKuu5ga9mOHMLC1 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ErLSJoVIJaPsVhJGDCgO2xqDgWloFvTx {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #TQqsQ9FPlE29I68F1gqN2wuaX9lvKmkx {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #goPxQzn50OabSa8DRTZPM4hm5twV0G8a {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ZlTwrUTS86eHhI7mkU5CMlM7i7v8hIyW {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #W3Czpm9lohZLWkmBQ78SINlhiPRfCtI9 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #m1XU3xRZ2uSZtdNAPZEi75fVpXFnBOyQ {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #b6VKKzNdEJXPIGSOvHK6r9ChopB1mqc0 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #vFATlizRbnpf6GrUV0Ay9kKycPd1ovf7 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #d2FDaLSUw7AB5ICWiKORVE3fEXHfUCPB {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #ftULtoNoTanwGdh3n3h8pnasMVgREsgu {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #md0mvuBMwEKIHfTuTozCNhqIXvfTzIIL {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #RyiCeroUJiaotJr2u2uWutgaz0sNRPa0 {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #rIhT8tOM8iCwOfSJObftToHnM9WR0uZP {  }
 }@media only screen and (max-width: 763px) { #zdtgBCsA3OTi7IxOZ0kd9IeULdqwQLub #mUNthpRyEVrAmZNdlnCtgwW3WITs15y9 {  }
 }@media only screen and (max-width: 763px) { #iRfyGbneaN3rIipuURJbuI2SUWLwVTr2 { width:1.3125rem;height:1.3125rem;top:38.143230438233rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN { display:block; }#b8Nq4JBP9DtBmKqhUEiK6gmuxTc2sQxN > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChcyAtWRJlTXR2t09TedyWyEtRM5XHc7 { width:5.99935rem;height:1.5625rem;top:8.714195251465rem;left:6.9997830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEJHS6lPJ3XZOEGUVlxRtEyZUdwFpDC { width:12.5rem;height:1.29980625rem;top:4.306640625rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DmMLowgcQznkLaVLIyT40BhFZPZ2FnKb { width:12.5rem;height:1.29980625rem;top:6.1664505004883rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL { display:flex;width:1.875rem;height:1.875rem;top:1.875rem;left:6.3747830986975rem;font-size:1.3125rem; }
#C3I8ZhTMT09pIsOhLxxWQxQ4qKzpKyhL > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG { display:flex;width:1.875rem;height:1.875rem;top:1.875rem;left:9.0625000596044rem;font-size:1.3125rem; }
#QvGM49iPpqAynQ7yxCO5nIBA8bG1HSQG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R { display:flex;width:1.5625rem;height:1.5625rem;top:2.03125rem;left:11.562500059604rem;font-size:1.0625rem; }
#qpAJo3w34ailwuIBRhK2TeRGLrVkxC6R > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }