.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:220,225,225;--color-primary-1:138,154,157;--color-primary-2:20,53,58;--color-primary-3:10,27,29;--color-primary-4:3,8,9;--color-secondary-0:228,242,239;--color-secondary-1:166,211,202;--color-secondary-2:77,166,148;--color-secondary-3:39,83,74;--color-secondary-4:12,25,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"fraunces";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/07084497-43f5-4e9a-a3a1-9d1f5b9fe5f6/5059.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.adaptive-delivery-prevent-bg, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyload, #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn.lazyloading { background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { background-color: transparent; background-image: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.6); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { display: none; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .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); }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { border-width: 0; border-radius: 0; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:10.4375rem;left:9.625rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.874999523163rem;left:14.84375rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.4375rem;left:15.53125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { box-sizing:content-box;height:17.375rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.0625rem;left:7rem;display:block; }
#IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { box-sizing:content-box;height:17.375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/f4d25ff3-d1ae-406c-95b3-483befb0cab3/83249.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.adaptive-delivery-prevent-bg, #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.lazyload, #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc.lazyloading { background-image: none; }
#um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:39.062499046326rem;left:25.218751907349rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:41.624999046326rem;left:25.218751907349rem;height:5.736325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLObl30IlpTrOw7PpMxnbbf4hiKSV2uo { background-color:#0e6151;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.099609375rem;left:28.125rem;display:block; }
#E6mnm0RNZJxt0dFHf9h8TikKhXe6TD8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { 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; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { background-color: transparent; background-image: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container > .video-iframe-container { display: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container { display: none; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .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); }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { border-width: 0; border-radius: 0; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { font-size:0.875rem;font-family:arial;height:74.8125rem;width:75rem;position:relative;display:block; }#PbP79aDpNGVf4nrzwczFFlvNg48POMDr { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:block; }
#MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.518748283386rem;left:14.84375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwtL2XlzlTWwCWK5v8gWOyHdFhToL4Kf { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;top:23.16250038147rem;left:25.000001907349rem;display:block; }
#ntxXa0sX2fvBQNdOFvAPe450nBS49lyf { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/2d63cb40-051e-4833-80ac-eb69b10ca8c6/40305.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.16250038147rem;left:0rem;display:none; }#ntxXa0sX2fvBQNdOFvAPe450nBS49lyf.adaptive-delivery-prevent-bg, #ntxXa0sX2fvBQNdOFvAPe450nBS49lyf.lazyload, #ntxXa0sX2fvBQNdOFvAPe450nBS49lyf.lazyloading { background-image: none; }
#BFvFA4OGQGdwGMU1hx9BRbPQuE6Ub1G0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.5185546875rem;left:24.96875rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#giuGbrkXyiVd2VK8cZrrKpXImVTGoJsg { color:rgba(var(--color-tertiary-4),0.07);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.131249427796rem;left:32.750001907349rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMOmUSeGB1EVKmFASJNxG14dNPV72rgy { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:32.318746566772rem;left:28.250001907349rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/7b6c1c22-56b4-41d5-870c-d6f81348fc0f/12348.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.16250038147rem;left:50.000001907349rem;display:block; }#dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx.adaptive-delivery-prevent-bg, #dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx.lazyload, #dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx.lazyloading { background-image: none; }
#Z6PRRB4BxE7ZAS8q6QdPH5H3WhiT6xtO { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.72500038147rem;left:0rem;display:block; }
#nIssWxqiRgWEeowiOZke9gmxl4MVtsZT { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.72500038147rem;left:50.000001907349rem;display:block; }
#BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/20766a31-1cbb-473d-a8e2-08f5026561b3/10920.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.724997520447rem;left:25.000001907349rem;display:block; }#BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l.adaptive-delivery-prevent-bg, #BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l.lazyload, #BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l.lazyloading { background-image: none; }
#lQczT2vheRvKkaTIprprktTrTuwl4Dm4 { color:rgba(var(--color-tertiary-4),0.07);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:40.912501335144rem;left:7.1875rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bABGCocbdeOKBsNie5v4GTqtMMMTt3OZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:47.206247329712rem;left:3.34375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vBezL2yS9WV4FfA97gGKUsrbv60h0Gvi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:51.756248474121rem;left:3.25rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5PHVppmAJF80oAhtzwC5TI5UzQps8La { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:47.2060546875rem;left:51.40625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THfiU1qoV93t23z87He8yTTIeSXxcJwl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:51.756248474121rem;left:53.250001907349rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqb7uvzwmdkOkgheBoOJkmpxl6bSgWEB { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4rem;height:3.3375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:66.162502288819rem;left:28.250001907349rem;display:block; }
#e3TOu5Tr2dTxJRB0735MiRlZL3pC84nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#APPRZpIGA5lkPgVRlH0KNcK7LpWnbhPc { color:rgba(var(--color-tertiary-4),0.07);display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:16rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:40.912109375rem;left:57.75rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/58494645-51a3-4f35-b216-a43a37a572e9/bgbookArtboard4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM.adaptive-delivery-prevent-bg, #SqwVmH6feHuHr9afrWUqlxbQe28EB2VM.lazyload, #SqwVmH6feHuHr9afrWUqlxbQe28EB2VM.lazyloading { background-image: none; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container { background-color: transparent; background-image: none; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container > .video-iframe-container { display: none; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row > .video-iframe-container { display: none; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .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); }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container { border-width: 0; border-radius: 0; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#wT7xbObpKTDQfgMRHP5LCaRMJhg7aBb5 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6437492370606rem;left:14.84375rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MD9PVzQXFZeZRcoW4X7O8ZyK35bVRnH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:8.3812484741213rem;left:18.09375rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4 { box-sizing:content-box;height:15rem;width:15rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/13f1b9f1-9b6a-42b5-9ec0-5cc9d1d0e71c/ksiazkazatytulowanadzieckolezynazielonejpowierzchnikopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.3125rem;left:5.1875rem;display:block; }#oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4.adaptive-delivery-prevent-bg, #oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4.lazyload, #oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4.lazyloading { background-image: none; }
#hDqrzSqvaumqBPFO0uieMw15ZdzK5BNM { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.4375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy { box-sizing:content-box;height:15rem;width:15rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/252c225f-3d27-4fde-a836-659b96d8894b/9859kopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:30.4375rem;left:54.875rem;display:block; }#FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy.adaptive-delivery-prevent-bg, #FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy.lazyload, #FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy.lazyloading { background-image: none; }
#TZTCHDek36ddyQTL4noIghvHV79FNcxA { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:35.625rem;left:18.5625rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CoRoZWLgxWf0QQCWyLTosB1tEe6OTqFQ { box-sizing:content-box;height:12.5rem;width:41.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),0.03);background-image:none;top:15.5625rem;left:16.25rem;display:block; }
#wwegUfQHNGx8vt9ybDWHf4kJ2XaL6uKu { box-sizing:content-box;height:12.5rem;width:41.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),0.03);background-image:none;top:31.6875rem;left:16.1875rem;display:block; }
#DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv { box-sizing:content-box;height:15rem;width:15rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/fb26b387-4ce3-43bf-893c-195b580d5893/10104kopia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47.000003814698rem;left:5.1875rem;display:block; }#DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv.adaptive-delivery-prevent-bg, #DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv.lazyload, #DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv.lazyloading { background-image: none; }
#Nis0wKEhvHfI411h5eomnEdixC1QZDX6 { box-sizing:content-box;height:12.5rem;width:41.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-1),0.03);background-image:none;top:48.8125rem;left:16.25rem;display:block; }
#kwDTeEFOH3ni7nB9oDhnmGt5cPHQUrSm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:52.224609375rem;left:24.0625rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKRfX2Wy3wMdwJvuWMAgPtnT3p0ugTgq { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3rem;height:3.2375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:65.225009918213rem;left:28.85000038147rem;display:block; }
#WtxHZiIaQmT4UN5VWTribfzfZCaBXLh2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { 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; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { background-color: transparent; background-image: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container > .video-iframe-container { display: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container { display: none; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .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); }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { border-width: 0; border-radius: 0; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.912109375rem;left:0rem;height:6.173825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TE4416iDUhVe3l28UhxCVDtTvXeKCUAy { color:rgba(var(--color-tertiary-4),0.07);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:14.5625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:8rem;left:19.9375rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxwNImh70iZuI4ObgWyQeFq1DLZCaPRu { color:rgba(var(--color-tertiary-4),0.07);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:38.625rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOlnnO4JkrGgU0ksUItb6G5N3bv74K4i { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:8rem;left:39.5rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZVLrTbbsv0GPu3aaBZOWfTgdtoo93G6 { color:rgba(var(--color-tertiary-4),0.07);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.09375rem;left:54.062501907349rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfTxZTECWpQapTRxFZzhDGmaKuzdkwSR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0187511444094rem;left:57.687501907349rem;height:3.82421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zszTkyfb633dA1rUoRap46LsfNl1WDND { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container { background-color: transparent; background-image: none; }#zszTkyfb633dA1rUoRap46LsfNl1WDND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container > .video-iframe-container { display: none; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row > .video-iframe-container { display: none; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .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); }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container { border-width: 0; border-radius: 0; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#oJKsoNLLkPuTFPvXFtL0C0tAIJg4iffQ { color:rgba(var(--color-tertiary-0),1);display:block;width:59.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.0187492370606rem;left:13rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e5thyeFMibDeim5lP4zMWO0BlnfTxuJs { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.125rem;left:3.0625rem;height:6.82325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sABt3D60HJm6uTvlUcST5838qwomFSTQ { box-sizing:content-box;height:31.1875rem;width:33.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/4acd8d59-218e-497c-a2df-1d6a3e207caf/2822.crop_901x667_0,0.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.062496185302734rem;left:0rem;display:block; }#sABt3D60HJm6uTvlUcST5838qwomFSTQ.adaptive-delivery-prevent-bg, #sABt3D60HJm6uTvlUcST5838qwomFSTQ.lazyload, #sABt3D60HJm6uTvlUcST5838qwomFSTQ.lazyloading { background-image: none; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-form-header {  }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.0625rem;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;font-style:normal;overflow:hidden; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.71);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:28.0625rem;box-sizing:border-box;height:3.125rem;color:#d6d4d4;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.71);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.71);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:28.0625rem;box-sizing:border-box;height:4.375rem;color:#d6d4d4;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .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:transparent;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:28.0625rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem;overflow:hidden;vertical-align:top; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .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; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:2rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:28.0625rem;height:3.875rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal;float:none; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .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; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-container:first-of-type{padding-top:0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-container:last-of-type{padding-bottom:0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.0625rem;left:39.3125rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.0625rem;display:block;vertical-align:top; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT {display:block;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.0625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.0625rem;left:39.3125rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #C0WqDNv4a2PwgFJHa4ei8XxovZ2vHMS9 { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DAdLQeXypUxZGtOy95yt0v6tCPH3J9uv { position:relative;display:block; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Px2O1z1OXXeDhTGJwzMG5068WOWD4d6n { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #J5ybgOu7T0M7v7s3MQZfhuQCLOkPvoBM { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #tQXHKGDOdKZpVUdvAx3gxXtVEGzy26y2 { position:relative;display:none; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #wSUAXg5oRCHu46HxXk9n0qXCmr9mnxe3 { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #LLZLFghtqIWdeW17qQMDNKLyBMReQ0zK { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #IrURdwqGATK61A6yLK54UiLOA9X3vwFS { position:relative;display:block; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Toc7swpQRaB1TWLp8RTsO8hicqE5UcFs { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DoMazn1fHnbf88HhlBn9qJdtW5quOO8v { position:relative; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #QsBTbcrJ9ANpkiuaMbbnqTSFSspBsrsS { position:relative; }
#pws76RbmDKXTAd8u0HTSs7DrBBc5VFpb { box-sizing:content-box;height:33.375rem;width:54.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-1),0.03);background-image:none;top:8.0625rem;left:20.625rem;display:block; }
#aQUAwMbBnD3UA02T7EMbTLsTNVgDSaSq { box-sizing:content-box;height:23rem;width:34.0625rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:13.8125rem;left:37.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sgIo2DfvAkdarn9FnHHMi1oByBOsHALU { color:rgba(var(--color-tertiary-0),0.17);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:37.893751144409rem;left:0rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKiNx5sSV9W8VvtydwwMvcNTxnXoVePW { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:9.2562541961669rem;left:36.89999961853rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container { background-color: transparent; background-image: none; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container > .video-iframe-container { display: none; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row > .video-iframe-container { display: none; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .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); }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container { border-width: 0; border-radius: 0; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { top:10.4375rem;left:0rem;width:47.75rem;height:15.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { top:26.875rem;left:1.21875rem;width:45.3125rem;height:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { top:5.4375rem;left:1.90625rem;width:45.3125rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { top:37.0625rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { top:37.0625rem;left:0rem;width:17.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { top:39rem;left:11.593751907349rem;width:17.875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { top:41.5625rem;left:8.9375rem;width:38.8125rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block; }
 }@media only screen and (max-width: 763px) { #nLObl30IlpTrOw7PpMxnbbf4hiKSV2uo { width:17.5rem;height:3.4375rem;top:32.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6mnm0RNZJxt0dFHf9h8TikKhXe6TD8U { display:block; }
 }@media only screen and (max-width: 763px) { #ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { display:block; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbP79aDpNGVf4nrzwczFFlvNg48POMDr { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block; }
 }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { top:16.5rem;left:1.21875rem;width:45.3125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwtL2XlzlTWwCWK5v8gWOyHdFhToL4Kf { top:23.125rem;left:11.375001907349rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxXa0sX2fvBQNdOFvAPe450nBS49lyf { top:23.125rem;left:0rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFvFA4OGQGdwGMU1hx9BRbPQuE6Ub1G0 { top:27.5rem;left:11.34375rem;width:25rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuGbrkXyiVd2VK8cZrrKpXImVTGoJsg { top:21.125rem;left:19.125001907349rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMOmUSeGB1EVKmFASJNxG14dNPV72rgy { top:32.3125rem;left:14.625rem;width:18.5rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx { top:23.125rem;left:22.75rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6PRRB4BxE7ZAS8q6QdPH5H3WhiT6xtO { top:42.6875rem;left:0rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIssWxqiRgWEeowiOZke9gmxl4MVtsZT { top:42.6875rem;left:22.75rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l { top:42.6875rem;left:11.375001907349rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQczT2vheRvKkaTIprprktTrTuwl4Dm4 { top:40.875rem;left:0rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABGCocbdeOKBsNie5v4GTqtMMMTt3OZ { top:47.1875rem;left:0rem;width:18.3125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBezL2yS9WV4FfA97gGKUsrbv60h0Gvi { top:51.75rem;left:0rem;width:18.5rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5PHVppmAJF80oAhtzwC5TI5UzQps8La { top:47.1875rem;left:25.5625rem;width:22.1875rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfiU1qoV93t23z87He8yTTIeSXxcJwl { top:51.75rem;left:29.25rem;width:18.5rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqb7uvzwmdkOkgheBoOJkmpxl6bSgWEB { width:17.375rem;height:3.3125rem;top:66.125rem;left:14.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TOu5Tr2dTxJRB0735MiRlZL3pC84nu { display:block; }
 }@media only screen and (max-width: 763px) { #APPRZpIGA5lkPgVRlH0KNcK7LpWnbhPc { top:40.875rem;left:38.25rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwVmH6feHuHr9afrWUqlxbQe28EB2VM { display:block; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7xbObpKTDQfgMRHP5LCaRMJhg7aBb5 { top:4.625rem;left:1.21875rem;width:45.3125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9PVzQXFZeZRcoW4X7O8ZyK35bVRnH2 { top:8.375rem;left:4.46875rem;width:38.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4 { top:14.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDqrzSqvaumqBPFO0uieMw15ZdzK5BNM { top:19.5625rem;left:7.8125rem;width:35.4375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy { top:30.4375rem;left:32.75rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTCHDek36ddyQTL4noIghvHV79FNcxA { top:35.625rem;left:4.9375rem;width:35.4375rem;height:4.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRoZWLgxWf0QQCWyLTosB1tEe6OTqFQ { top:15.5625rem;left:2.625rem;width:41.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwegUfQHNGx8vt9ybDWHf4kJ2XaL6uKu { top:31.6875rem;left:2.5625rem;width:41.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv { top:47rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nis0wKEhvHfI411h5eomnEdixC1QZDX6 { top:48.8125rem;left:2.625rem;width:41.875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwDTeEFOH3ni7nB9oDhnmGt5cPHQUrSm { top:52.1875rem;left:10.4375rem;width:29.8125rem;height:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKRfX2Wy3wMdwJvuWMAgPtnT3p0ugTgq { width:17.25rem;height:3.1875rem;top:65.1875rem;left:15.22500038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxHZiIaQmT4UN5VWTribfzfZCaBXLh2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { display:block; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { top:5.875rem;left:0rem;width:16.1875rem;height:6.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE4416iDUhVe3l28UhxCVDtTvXeKCUAy { top:4.125rem;left:0.9375rem;width:20.9375rem;height:9.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { top:8rem;left:6.3125rem;width:13.6875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxwNImh70iZuI4ObgWyQeFq1DLZCaPRu { top:4.125rem;left:25rem;width:13.5625rem;height:9.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOlnnO4JkrGgU0ksUItb6G5N3bv74K4i { top:8rem;left:25.875rem;width:11.875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZVLrTbbsv0GPu3aaBZOWfTgdtoo93G6 { top:4.0625rem;left:26.8125rem;width:20.9375rem;height:9.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxZTECWpQapTRxFZzhDGmaKuzdkwSR { top:8rem;left:34.0625rem;width:13.6875rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zszTkyfb633dA1rUoRap46LsfNl1WDND { display:block; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJKsoNLLkPuTFPvXFtL0C0tAIJg4iffQ { top:2rem;left:0rem;width:47.75rem;height:4.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5thyeFMibDeim5lP4zMWO0BlnfTxuJs { top:14.125rem;left:0rem;width:30.9375rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sABt3D60HJm6uTvlUcST5838qwomFSTQ { top:0rem;left:0rem;width:33.625rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-regular-label { width:28.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-textarea { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-select { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-button { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-checkbox-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT  { width:28.0625rem;height:auto;top:14.0625rem;left:17.1875rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .radio-container { width:28.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT {display:block;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT { width:28.0625rem;height:auto;top:14.0625rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #C0WqDNv4a2PwgFJHa4ei8XxovZ2vHMS9 {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DAdLQeXypUxZGtOy95yt0v6tCPH3J9uv {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Px2O1z1OXXeDhTGJwzMG5068WOWD4d6n {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #J5ybgOu7T0M7v7s3MQZfhuQCLOkPvoBM {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #tQXHKGDOdKZpVUdvAx3gxXtVEGzy26y2 {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #wSUAXg5oRCHu46HxXk9n0qXCmr9mnxe3 {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #LLZLFghtqIWdeW17qQMDNKLyBMReQ0zK {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #IrURdwqGATK61A6yLK54UiLOA9X3vwFS {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Toc7swpQRaB1TWLp8RTsO8hicqE5UcFs {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DoMazn1fHnbf88HhlBn9qJdtW5quOO8v {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #QsBTbcrJ9ANpkiuaMbbnqTSFSspBsrsS {  }
 }@media only screen and (max-width: 763px) { #pws76RbmDKXTAd8u0HTSs7DrBBc5VFpb { top:8.0625rem;left:0rem;width:47.75rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQUAwMbBnD3UA02T7EMbTLsTNVgDSaSq { top:13.8125rem;left:13.5625rem;width:34.0625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgIo2DfvAkdarn9FnHHMi1oByBOsHALU { top:37.875rem;left:0rem;width:35.25rem;height:6.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKiNx5sSV9W8VvtydwwMvcNTxnXoVePW { top:9.25rem;left:13rem;width:34.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wZisXllUBF1B1EstXxr3gxP5IS6DWA { display:block; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn { display:block; }#Qc9tGtkpvx7NHCBTVlIZxDw9TpE2GOEn > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJR8RFDTIB6fUxKT1ADT3GxNzf8OF0SI { width:20rem;height:7.8359375rem;top:4.8999996185303rem;left:0rem;font-size:3.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fZpWy4SEV70lRsCsecEyveKWS3OFsEzE { width:20rem;height:1.625rem;top:17.90234375rem;left:0rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #owCG0HSvdutuiSaeTlqeg5AO93E3PqyA { width:20rem;height:1.70625rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evwg4V2SEoWsuilQpWqUz2KGTwWFNzV2 { width:20rem;height:17.375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5atduFOUtmqqP6nqx8zJOQVMyGOntc { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #um48XEw0mJDcyflRWhmg1A4zAw31vTr7 { width:17.875rem;height:2.11230625rem;top:22.375rem;left:0.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4KZHpf6TiH1xE0lU4R0WSqlTzZ6hkVQ { width:18.5625rem;height:11.472625rem;top:25.4375rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6f5fLivCCvN0QpPkaeHhcztfuFrP0 { width:17.3rem;height:3.2375rem;top:41.4375rem;left:1.2998046875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #HUNhmdSUd6OLbqPyTfpy88cm5PzcUPBV { display:block; }
 }@media only screen and (max-width: 763px) { #nLObl30IlpTrOw7PpMxnbbf4hiKSV2uo { width:17.5rem;height:3.4375rem;top:13.2998046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6mnm0RNZJxt0dFHf9h8TikKhXe6TD8U { display:block; }
 }@media only screen and (max-width: 763px) { #ukcydSpsg8yud6dPifv9rsmPxTzxRkuW { display:block; }#ukcydSpsg8yud6dPifv9rsmPxTzxRkuW > .row .container { width:20rem;height:141.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PbP79aDpNGVf4nrzwczFFlvNg48POMDr { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZXceMOrR1reW2R3N95mkoQahAqWwrV7 { display:block; }
 }@media only screen and (max-width: 763px) { #ANoZODRmNtklTgcw3VRUfDT7kJCvlOwO { width:20rem;height:2.5996125rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwtL2XlzlTWwCWK5v8gWOyHdFhToL4Kf { width:20rem;height:19.5625rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxXa0sX2fvBQNdOFvAPe450nBS49lyf { width:20rem;height:19.5625rem;top:9.7875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFvFA4OGQGdwGMU1hx9BRbPQuE6Ub1G0 { width:16.625rem;height:6.82325rem;top:33.72500038147rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #giuGbrkXyiVd2VK8cZrrKpXImVTGoJsg { width:9.5rem;height:20.8rem;top:29.000004768372rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMOmUSeGB1EVKmFASJNxG14dNPV72rgy { width:16.5rem;height:3.825rem;top:41.125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxMIfrZ6gTZ0AqeSkup5TFXTTzPEEusx { width:20rem;height:19.5625rem;top:50.637496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6PRRB4BxE7ZAS8q6QdPH5H3WhiT6xtO { width:20rem;height:19.5625rem;top:71.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIssWxqiRgWEeowiOZke9gmxl4MVtsZT { width:20rem;height:19.5625rem;top:111.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzJWk56VRfmOtLkqFiUmub7lTtUr3r0l { width:20rem;height:19.5625rem;top:91.387502670288rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQczT2vheRvKkaTIprprktTrTuwl4Dm4 { width:9.5rem;height:20.8rem;top:69.375rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABGCocbdeOKBsNie5v4GTqtMMMTt3OZ { width:16.625rem;height:4.548825rem;top:76.5rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBezL2yS9WV4FfA97gGKUsrbv60h0Gvi { width:15.375rem;height:3.825rem;top:81.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5PHVppmAJF80oAhtzwC5TI5UzQps8La { width:20rem;height:4.548825rem;top:116.375rem;left:0.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THfiU1qoV93t23z87He8yTTIeSXxcJwl { width:15.375rem;height:3.82421875rem;top:123.1982421875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqb7uvzwmdkOkgheBoOJkmpxl6bSgWEB { width:17.2744375rem;height:3.2119125rem;top:132.38671875rem;left:1.3623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3TOu5Tr2dTxJRB0735MiRlZL3pC84nu { display:block; }
 }@media only screen and (max-width: 763px) { #APPRZpIGA5lkPgVRlH0KNcK7LpWnbhPc { width:9.5rem;height:20.7998125rem;top:110.375rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwVmH6feHuHr9afrWUqlxbQe28EB2VM { display:block; }#SqwVmH6feHuHr9afrWUqlxbQe28EB2VM > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT7xbObpKTDQfgMRHP5LCaRMJhg7aBb5 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD9PVzQXFZeZRcoW4X7O8ZyK35bVRnH2 { width:20rem;height:3.1875rem;top:7.7rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5diIZTnr7Nit2TVcDHw0tuK5W4bOT4 { width:15rem;height:15rem;top:12.1375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDqrzSqvaumqBPFO0uieMw15ZdzK5BNM { width:19.125rem;height:5.361325rem;top:28.650000572204rem;left:0.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHx0Q1bzxg0gXdTrHOtZb3TKkm0cPvOy { width:15rem;height:15rem;top:37.800001144409rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTCHDek36ddyQTL4noIghvHV79FNcxA { width:20rem;height:5.361325rem;top:53.675001144409rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoRoZWLgxWf0QQCWyLTosB1tEe6OTqFQ { width:20rem;height:12.5rem;top:23.24374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwegUfQHNGx8vt9ybDWHf4kJ2XaL6uKu { width:20rem;height:12.5rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJuxF8dN4OdPbg4JWIRJkEvbQK0WRTv { width:15rem;height:15rem;top:61.737491607666rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nis0wKEhvHfI411h5eomnEdixC1QZDX6 { width:20rem;height:12.5rem;top:72.062515258787rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwDTeEFOH3ni7nB9oDhnmGt5cPHQUrSm { width:16.5rem;height:5.361325rem;top:77.6875rem;left:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKRfX2Wy3wMdwJvuWMAgPtnT3p0ugTgq { width:17.15rem;height:3.0875rem;top:86.799987792969rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtxHZiIaQmT4UN5VWTribfzfZCaBXLh2 { display:block; }
 }@media only screen and (max-width: 763px) { #AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT { display:block; }#AGnWysTPq8MsPJNGo8aoSCUCVAGxeSuT > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOZClzEtkwbOar4ViJ3EzmpHQT1A4xBg { width:15.1875rem;height:5.2rem;top:2.5500001907349rem;left:2.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TE4416iDUhVe3l28UhxCVDtTvXeKCUAy { width:20rem;height:8.125rem;top:7.7rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUGUIBFzEWITPdANcwNRgKiKwqQ96vxK { width:13.6875rem;height:3.1484375rem;top:11.09375rem;left:3.15625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UxwNImh70iZuI4ObgWyQeFq1DLZCaPRu { width:13.5625rem;height:8.125rem;top:16.625rem;left:3.1875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOlnnO4JkrGgU0ksUItb6G5N3bv74K4i { width:11.875rem;height:3.1484375rem;top:19.971874237061rem;left:4.0625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IZVLrTbbsv0GPu3aaBZOWfTgdtoo93G6 { width:20rem;height:8.125rem;top:25.55rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfTxZTECWpQapTRxFZzhDGmaKuzdkwSR { width:13.6875rem;height:3.1484375rem;top:29.025001525879rem;left:3.15625rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zszTkyfb633dA1rUoRap46LsfNl1WDND { display:block; }#zszTkyfb633dA1rUoRap46LsfNl1WDND > .row .container { width:20rem;height:85.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJKsoNLLkPuTFPvXFtL0C0tAIJg4iffQ { width:20rem;height:5.85rem;top:2.2000007629394rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5thyeFMibDeim5lP4zMWO0BlnfTxuJs { width:20rem;height:9.097625rem;top:15.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sABt3D60HJm6uTvlUcST5838qwomFSTQ { width:20rem;height:22.875rem;top:10.125005722046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-text {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-select {padding-top: 0; padding-bottom: 0;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.375rem;overflow:hidden; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT  { width:17.5rem;height:auto;top:43.875rem;left:0rem; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT {display:block;}#pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT { width:17.5rem;height:auto;top:43.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #C0WqDNv4a2PwgFJHa4ei8XxovZ2vHMS9 {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DAdLQeXypUxZGtOy95yt0v6tCPH3J9uv {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Px2O1z1OXXeDhTGJwzMG5068WOWD4d6n {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #J5ybgOu7T0M7v7s3MQZfhuQCLOkPvoBM {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #tQXHKGDOdKZpVUdvAx3gxXtVEGzy26y2 { display:none; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #wSUAXg5oRCHu46HxXk9n0qXCmr9mnxe3 {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #LLZLFghtqIWdeW17qQMDNKLyBMReQ0zK {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #IrURdwqGATK61A6yLK54UiLOA9X3vwFS { display:block; }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #Toc7swpQRaB1TWLp8RTsO8hicqE5UcFs {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #DoMazn1fHnbf88HhlBn9qJdtW5quOO8v {  }
 }@media only screen and (max-width: 763px) { #pZ2OZsUg7yVpeDzQu78ae3B0NlMFSftT #QsBTbcrJ9ANpkiuaMbbnqTSFSspBsrsS {  }
 }@media only screen and (max-width: 763px) { #pws76RbmDKXTAd8u0HTSs7DrBBc5VFpb { width:20rem;height:33.375rem;top:29.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQUAwMbBnD3UA02T7EMbTLsTNVgDSaSq { width:20.0625rem;height:41.25rem;top:34.75rem;left:0.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sgIo2DfvAkdarn9FnHHMi1oByBOsHALU { width:19rem;height:3.575rem;top:78.38748168945rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKiNx5sSV9W8VvtydwwMvcNTxnXoVePW { width:17.875rem;height:6.375rem;top:36.755859375rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3wZisXllUBF1B1EstXxr3gxP5IS6DWA { display:block; }#l3wZisXllUBF1B1EstXxr3gxP5IS6DWA > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }