.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,245,233;--color-primary-1:149,226,188;--color-primary-2:78,207,143;--color-primary-3:34,195,115;--color-primary-4:7,141,84;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:149,226,188;--color-tertiary-2:78,207,143;--color-tertiary-3:34,195,115;--color-tertiary-4:9,142,86;--headlines-font-family:"DM Sans";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { 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;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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#068e56;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; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { background-color: transparent; background-image: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { display: none; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .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); }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { border-width: 0; border-radius: 0; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#q1RqieT5MiwfZpJOtc8px80mW67LqTXN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.375rem;top:0.875rem;left:8.875rem;overflow:hidden;display:none; }
#d2OW1TT9ZygD6z3u0BawcK5w86ZhUXxc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.375rem;top:0.875rem;left:8.875rem;overflow:hidden;display:none; }
#UznUKAMazFlJ6bWhQax46oVismU6AO5U { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.4375rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#QdswbsUhfczm7To8c39wTok0fUhkpsHt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.9375rem;top:1.125rem;left:67.25rem;overflow:hidden;display:block; }
#IfJr11IonbJMvCZr5Qrv9krZ9vFblN1g { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.8125rem;top:0.75rem;left:58.75rem;overflow:hidden;display:block; }
#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7066df3d-4c59-45a7-81a6-bc49e5f2ec27/MAJMIESIACZDROWYCHDZIASEL_LP_1920x1080px.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; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { border-width: 0; border-radius: 0; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:"dm sans";font-size:2.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:18.836805555969rem;left:0rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#068e56;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; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { border-width: 0; border-radius: 0; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.1875rem;width:26.4375rem;top:4.3125rem;left:43.75rem;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-form-header { font-size:1.125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-secondary-4),1);width:22.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;overflow:hidden;font-style:normal;line-height:1.4;vertical-align:top; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#464646;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.9; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#464646;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;line-height:1.9; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;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:22.0625rem;box-sizing:border-box;height:1.8125rem;color:#464646;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:7.1875rem;margin-bottom:0.25rem;margin-left:7.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:7.6875rem;height:2.8125rem;font-family:"dm sans";overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-moz-placeholder { color:#464646;font-family:"dm sans";font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-moz-placeholder { color:#464646;font-family:"dm sans";font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]:-ms-input-placeholder { color:#464646;font-family:"dm sans";font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f [class*="-text"]::-webkit-input-placeholder { color:#464646;font-family:"dm sans";font-size:0.875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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.6875rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;float:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .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:roboto;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:first-of-type{padding-top:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:last-of-type{padding-bottom:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5rem;left:44.6875rem;font-size:1.125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.5625rem;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; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5rem;left:44.6875rem;font-size:1.125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { position:relative;display:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { position:relative;display:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #chB5LLUvh4bgEQFmIGHrOQFSxvaJ4fQo { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ba4395q60nODNS9Nu5U0126IBitMIWWc { position:relative;display:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #dPKtsFm0TBD9TDMZNrhKDvlApkVmGDr1 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #aNaqrxkaHX1AF5u698kmRtwxO3SHuCTp { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZZ67aTHlLzTXksioLWpl1zLgCyMccvx2 { position:relative;display:none; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #PTU3Wgcu6viIrCnN2AAO4haT3qCnXabu { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa { position:relative;z-index:2; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #P7Ucla8ZgKt8g6qrE64yhffUPSW9nJT3 { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #e0A5mv9S0bEGC9PELLTua7QuOcQk6MnU { position:relative;z-index:2; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #m8rnhlXE6vZTJ3kyMnTXZcOmlIxvcUHp { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zVOxGeh1xqBqHNO3ohdNPzT3L1LnpU1i { position:relative;display:block;z-index:15000; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #UpH5ON7EOp4qbx4e4RmKuItguPTMRmAm { position:relative;display:block;z-index:15000; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #psc1fSqxZ7sIHvBMyEWSeeFzdTqXBzLN { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #SpK9qOy4G8Kf5hkgW9zCoZvQV2nPq8yN { position:relative;z-index:2; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #oLCXiL8l3Re6wg63CliDZo2bOksbXR8Q { position:relative; }
#OQqdJ3hw9R9XlzULJ0mPnoTvMgnbTFev { position:relative;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso { position:relative; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 { position:relative; }
#naRHt7ULuKhhACKO0JCWXTw06carm4QG { color:#aef4a9;display:block;width:15.75rem;position:absolute;font-family:"dm sans";font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:49.125rem;height:2.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { color:#aef4a9;display:block;width:29.4375rem;position:absolute;font-family:"dm sans";font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8750009536743rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W34bqa1P104UkrEFRQKH7LDDVceTeEwk { position:absolute;display:block;z-index:15020;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:8.5rem;width:13.125rem;top:26.1875rem;left:0rem;overflow:hidden;display:block; }
#AhSfdQkVAbXMdMnp3sOoHvCa9EmUTA2y { color:#aef4a9;display:block;width:23.625rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:26.1875rem;left:13.125rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dDSMTX4mrGVnTSA9bZQKoQHF1UzGOlLW { color:#aef4a9;display:block;width:23.625rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.9375rem;left:13.6875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RdOTu0dZ6lJdZaMFd6UBXI2Bm25zkNvI { color:#aef4a9;display:block;width:11.1875rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:31.8125rem;left:13.125rem;height:2.92448125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AIGReVlSaRz0bRWEptcgAOtRuknkRp4J { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:8.625rem;top:14.406250953674rem;left:2.2500009536743rem;overflow:hidden;display:block; }
#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/518bed46-095f-45ad-aa42-20f0129e1da9/GettyImages21941976073ab.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; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW.adaptive-delivery-prevent-bg, #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW.lazyload, #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW.lazyloading { background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { background-color: transparent; background-image: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,45,45,0.5); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,45,45,0.5); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { display: none; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .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); }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { border-width: 0; border-radius: 0; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { color:#aef4a9;display:block;width:27.4375rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:5.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { color:#aef4a9;display:block;width:30.25rem;position:absolute;font-family:"dm sans";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { color:#aef4a9;display:block;width:29.8125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.3125rem;height:4.5486125rem;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; }
#rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { color:#aef4a9;display:block;width:29.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:2.6875rem;height:4.5486125rem;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; }
#nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { color:#aef4a9;display:block;width:30.3125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:24.75rem;left:2.6875rem;height:3.41145625rem;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; }
#tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { color:#aef4a9;display:block;width:33.625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.0625rem;left:2.6875rem;height:3.41145625rem;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; }
#RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15rem;left:0rem; }
#QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.4375rem;left:0rem; }
#XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.75rem;left:0rem; }
#wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:29.0625rem;left:0rem; }
#FyvQ6Xg1NlCu7a7Q10KXXpqh52CUmT53 { color:#aef4a9;display:block;width:51.125rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:33.4375rem;left:2.6875rem;height:2.27430625rem;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; }
#XWvdAtPJnpTCgXq1tTUf5vn6Q1l70QaA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.442708969116rem;left:0rem; }
#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g { 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; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container { background-color: transparent; background-image: none; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container > .video-iframe-container { display: none; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row > .video-iframe-container { display: none; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .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); }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container { border-width: 0; border-radius: 0; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#UkPuK6O6OeMcshREktpObC7nod7mXUBX { color:#098e56;display:block;width:40.9375rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:5.19965rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KccHBinR4L6gDSykLE26VuG5E7lnoDXl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:2.3125rem;height:2.92448125rem;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; }
#lo60Ru0LsQCbymyDgJ1ii682wy5GMQs0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.3125rem;height:2.92448125rem;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; }
#cvMHWFFVTkPRRAfA6esCTb7tn6N1h1aT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.375rem;left:2.3125rem;height:1.94965rem;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; }
#IepZhSAs2L4E4gtxy89or120r1scZgZG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.125rem;position:absolute;font-family:"dm sans";font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.3125rem;height:1.94965rem;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; }
#SFRITCBIe4htCa9SJi19Q3N9AsXUGEhm { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:8.875rem;left:0rem;overflow:hidden;display:block; }
#v3rLGtJTcQQaWEc6pWrvz2TdtToTCTGK { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:13.125rem;left:0rem;overflow:hidden;display:block; }
#n7DJIAkWD2MGyWHXw8Znx8A9qmNSZTk1 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:17rem;left:0rem;overflow:hidden;display:block; }
#uCb7eK3Hzkb1tX0eIVNWvLXpzMOhThwA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:1.875rem;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container { background-color: transparent; background-image: none; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container > .video-iframe-container { display: none; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row > .video-iframe-container { display: none; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .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); }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container { border-width: 0; border-radius: 0; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#oOFTTbqFtL71ZoZpq5vEpr0gllgbwdRa { color:#000000;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:0.69999313354494rem;left:7.5rem;height:0.97511875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUlQelKGl9h5dcwIIruSsBBv8JnUMsKx { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:0.69999694824219rem;left:47.6875rem;height:0.97511875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p7M55idJwh77DX6bxR1yo59cMd28bkfs { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:0.69999694824219rem;left:57.5rem;height:0.97511875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1RqieT5MiwfZpJOtc8px80mW67LqTXN { top:0.875rem;left:0rem;width:16.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2OW1TT9ZygD6z3u0BawcK5w86ZhUXxc { top:0.875rem;left:0rem;width:16.375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UznUKAMazFlJ6bWhQax46oVismU6AO5U { top:1.0625rem;left:0rem;width:7.4375rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdswbsUhfczm7To8c39wTok0fUhkpsHt { top:1.125rem;left:41.8125rem;width:5.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJr11IonbJMvCZr5Qrv9krZ9vFblN1g { top:0.75rem;left:40.9375rem;width:6.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { top:18.8125rem;left:0rem;width:25.9375rem;height:6rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { top:4.3125rem;left:21.3125rem;width:26.4375rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:7.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:7.1875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:22.0625rem;height:0;top:7.5rem;left:23.1875rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:22.0625rem;height:0;top:7.5rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #chB5LLUvh4bgEQFmIGHrOQFSxvaJ4fQo {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ba4395q60nODNS9Nu5U0126IBitMIWWc {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #dPKtsFm0TBD9TDMZNrhKDvlApkVmGDr1 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #aNaqrxkaHX1AF5u698kmRtwxO3SHuCTp {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZZ67aTHlLzTXksioLWpl1zLgCyMccvx2 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #PTU3Wgcu6viIrCnN2AAO4haT3qCnXabu {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #P7Ucla8ZgKt8g6qrE64yhffUPSW9nJT3 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #e0A5mv9S0bEGC9PELLTua7QuOcQk6MnU {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #m8rnhlXE6vZTJ3kyMnTXZcOmlIxvcUHp {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zVOxGeh1xqBqHNO3ohdNPzT3L1LnpU1i {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #UpH5ON7EOp4qbx4e4RmKuItguPTMRmAm {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #psc1fSqxZ7sIHvBMyEWSeeFzdTqXBzLN {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #SpK9qOy4G8Kf5hkgW9zCoZvQV2nPq8yN {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #oLCXiL8l3Re6wg63CliDZo2bOksbXR8Q {  }
 }@media only screen and (max-width: 763px) { #OQqdJ3hw9R9XlzULJ0mPnoTvMgnbTFev { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { top:5.5rem;left:32rem;width:15.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { top:4.875rem;left:0rem;width:29.4375rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34bqa1P104UkrEFRQKH7LDDVceTeEwk { top:26.1875rem;left:0rem;width:13.125rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhSfdQkVAbXMdMnp3sOoHvCa9EmUTA2y { top:26.1875rem;left:0rem;width:23.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDSMTX4mrGVnTSA9bZQKoQHF1UzGOlLW { top:15.9375rem;left:0.0625rem;width:23.625rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdOTu0dZ6lJdZaMFd6UBXI2Bm25zkNvI { top:31.8125rem;left:0rem;width:11.1875rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIGReVlSaRz0bRWEptcgAOtRuknkRp4J { top:14.375rem;left:0rem;width:8.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { top:1.75rem;left:0rem;width:27.4375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { top:8.6875rem;left:0rem;width:30.25rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { top:14.875rem;left:0rem;width:29.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { top:19.9375rem;left:0rem;width:29.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { top:24.75rem;left:0rem;width:30.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { top:29.0625rem;left:0rem;width:33.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { top:15rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { top:20.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { top:24.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { top:29.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyvQ6Xg1NlCu7a7Q10KXXpqh52CUmT53 { top:33.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvdAtPJnpTCgXq1tTUf5vn6Q1l70QaA { top:33.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB32cUiufflaGU3PeDy8MJfgPxmWTx1g { display:block; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkPuK6O6OeMcshREktpObC7nod7mXUBX { top:1.75rem;left:0rem;width:40.9375rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccHBinR4L6gDSykLE26VuG5E7lnoDXl { top:9rem;left:0rem;width:29.8125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo60Ru0LsQCbymyDgJ1ii682wy5GMQs0 { top:13.5rem;left:0rem;width:29.625rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvMHWFFVTkPRRAfA6esCTb7tn6N1h1aT { top:17.375rem;left:0rem;width:34.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IepZhSAs2L4E4gtxy89or120r1scZgZG { top:20.9375rem;left:0rem;width:40.125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFRITCBIe4htCa9SJi19Q3N9AsXUGEhm { top:8.875rem;left:0rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rLGtJTcQQaWEc6pWrvz2TdtToTCTGK { top:13.125rem;left:0rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7DJIAkWD2MGyWHXw8Znx8A9qmNSZTk1 { top:17rem;left:0rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCb7eK3Hzkb1tX0eIVNWvLXpzMOhThwA { top:20.4375rem;left:0rem;width:1.875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd { display:block; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOFTTbqFtL71ZoZpq5vEpr0gllgbwdRa { top:0.6875rem;left:0rem;width:28.125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUlQelKGl9h5dcwIIruSsBBv8JnUMsKx { top:0.6875rem;left:34.0625rem;width:8.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7M55idJwh77DX6bxR1yo59cMd28bkfs { top:0.6875rem;left:38.9375rem;width:8.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo { display:block; }#Ir9NHm49p6TA5i9KE5eZVIKQTUQCPOuo > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1RqieT5MiwfZpJOtc8px80mW67LqTXN { width:20rem;height:2.9375rem;top:4.3125rem;left:1.03125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #d2OW1TT9ZygD6z3u0BawcK5w86ZhUXxc { width:20rem;height:2.9375rem;top:10.0625rem;left:1.03125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #UznUKAMazFlJ6bWhQax46oVismU6AO5U { width:9.375rem;height:1.5625rem;top:1.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdswbsUhfczm7To8c39wTok0fUhkpsHt { width:3.25rem;height:0.6875rem;top:2.1875rem;left:15.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfJr11IonbJMvCZr5Qrv9krZ9vFblN1g { width:4.5rem;height:1.25rem;top:0.96875rem;left:15.625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7066df3d-4c59-45a7-81a6-bc49e5f2ec27/MAJMIESIACZDROWYCHDZIASEL_LP_1920x1080px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.adaptive-delivery-prevent-bg, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyload, #aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM.lazyloading { background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { background-color: transparent; background-image: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,169,170,0.11); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(166,169,170,0.11); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row > .video-iframe-container { display: none; }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .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); }#aZweTXJcUtCe1tLeFiTuexWJRgi7eZiM > .row .container { width:20rem;height:17.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogzhSm5wIZfErhr1qSmMdWnmtHo60c6q { width:14.375rem;height:3.44965rem;top:13.839410781861rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn { background-color:#078d54;background-image:none;display:block; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { background-color: transparent; background-image: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row > .video-iframe-container { display: none; }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .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); }#OWsUGz9lCEXiAqt39G02T2tJ0CTk5Gxn > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6Ar27FlI8SQg7qM3sTw5MO7OnFzfQOh { width:18.1875rem;height:35.9375rem;top:20.8125rem;left:0.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;display:block; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.5625rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-text {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.5625rem;font-size:0.75rem;overflow:hidden; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-select {padding-top: 0; padding-bottom: 0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-input-button { width:5.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.0625rem;font-size:1rem;overflow:hidden;height:3.125rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:first-of-type{padding-top:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .widget-container:last-of-type{padding-bottom:0;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f  { width:15.5rem;height:auto;top:23.875rem;left:1rem; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AgyRchERXM1QfnUqQadnbh5q6AtINc7f {display:block;}#AgyRchERXM1QfnUqQadnbh5q6AtINc7f { width:15.5rem;height:auto;top:23.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #f4NAvs14OfpkuoJVlM7E2K5OXCOP34uP {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #JbfAFrRL5qcmnKsibVVu6hPxCF3SNGQF { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #uZnLKM2ynZ2UVSAMTv4Pb6alXyZspu8T {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #bTVVyXDT2pUKtEt9wCOckT1g6yI6cygQ {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #whlcUJoidDhAJ6KK3D53AtXndXHvMeeR { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #AyynUhH7gOdgh6qw0pdILAzpsTfJTgsD {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #chB5LLUvh4bgEQFmIGHrOQFSxvaJ4fQo {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ba4395q60nODNS9Nu5U0126IBitMIWWc {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #dPKtsFm0TBD9TDMZNrhKDvlApkVmGDr1 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #aNaqrxkaHX1AF5u698kmRtwxO3SHuCTp {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZZ67aTHlLzTXksioLWpl1zLgCyMccvx2 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #PTU3Wgcu6viIrCnN2AAO4haT3qCnXabu {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #ZM1Zl1oa3vP4nXU8QvRPSNE0MKmwuJT6 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #E03JKTbaEkPy6ozkxSW6fvC2NlhcepKa {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #t2bUkl31DkgIFKf6hJGnbOZiJm4DLR63 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #P7Ucla8ZgKt8g6qrE64yhffUPSW9nJT3 {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #e0A5mv9S0bEGC9PELLTua7QuOcQk6MnU {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #m8rnhlXE6vZTJ3kyMnTXZcOmlIxvcUHp {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #zVOxGeh1xqBqHNO3ohdNPzT3L1LnpU1i {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #UpH5ON7EOp4qbx4e4RmKuItguPTMRmAm {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #psc1fSqxZ7sIHvBMyEWSeeFzdTqXBzLN {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #SpK9qOy4G8Kf5hkgW9zCoZvQV2nPq8yN {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #oLCXiL8l3Re6wg63CliDZo2bOksbXR8Q {  }
 }@media only screen and (max-width: 763px) { #OQqdJ3hw9R9XlzULJ0mPnoTvMgnbTFev { display:block; }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #qn2N1TOx25NRi7fxcMuDlGptWudT8Iso {  }
 }@media only screen and (max-width: 763px) { #AgyRchERXM1QfnUqQadnbh5q6AtINc7f #wTixdeITuSTGXF7mFHUkTlUfW26tT367 {  }
 }@media only screen and (max-width: 763px) { #naRHt7ULuKhhACKO0JCWXTw06carm4QG { width:20rem;height:1.29948125rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFthvqAOCPWLiTwapDSvzNDxb8fw8ySI { width:20rem;height:3.57465rem;top:1.3116319179535rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W34bqa1P104UkrEFRQKH7LDDVceTeEwk { width:8rem;height:5.1875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhSfdQkVAbXMdMnp3sOoHvCa9EmUTA2y { width:11.75rem;height:4.38541875rem;top:13.0625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDSMTX4mrGVnTSA9bZQKoQHF1UzGOlLW { width:11.9375rem;height:4.38541875rem;top:6.99826413393rem;left:8.0616322755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdOTu0dZ6lJdZaMFd6UBXI2Bm25zkNvI { width:11.1875rem;height:1.625rem;top:17.812500476837rem;left:7.9618054628375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIGReVlSaRz0bRWEptcgAOtRuknkRp4J { width:4.6875rem;height:4.3125rem;top:7.0355904698375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW { display:block; }#CfupQOBGTcM8e0gSCgUH8hTJfQ4drfAW > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmS6Ka9FTJQryKmbBDcv6mSz2wqGz5II { width:20rem;height:3.57494375rem;top:0.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfeU3TodhmnnA0ab1dyF7u4whH31Cuia { width:20rem;height:4.875rem;top:4.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8JTZrrHB954H9AFByUQKMwQSPqCoOoV { width:16.875rem;height:5.84895625rem;top:13.875000476837rem;left:2.8750001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzA7bFN3SGIrGhrTkyhpoCz7vB3I7xEy { width:17.375rem;height:5.84895625rem;top:20.793619632721rem;left:2.6250001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmG0M9NsUmoFsmq0aX2KkBgvvBTaWnsm { width:17.8125rem;height:4.87413125rem;top:27.625000953674rem;left:2.1875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFoKda8Eh7hrBPtIz1BX8JNUG3ryTSZX { width:17.8125rem;height:4.87413125rem;top:33.5rem;left:2.1875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBOWvqQSNE9gPK9KH44DGBp4MuUtSgb { display:flex;width:1.9375rem;height:1.9375rem;top:13.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QnrFW7Ng0URd7zBit07Tyr0Vus5vm21B { display:flex;width:1.9375rem;height:1.9375rem;top:20.793619632721rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XTAVar5JZhXFSEta8Z1eQ3omzCXOaGQn { display:flex;width:1.9375rem;height:1.9375rem;top:27.625002384186rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wVqOQJU4oamiWu5PKsD0LQyDKkUZPRHv { display:flex;width:1.9375rem;height:1.9375rem;top:33.499999046326rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FyvQ6Xg1NlCu7a7Q10KXXpqh52CUmT53 { width:17.9375rem;height:3.89930625rem;top:39.4375rem;left:2.0625001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWvdAtPJnpTCgXq1tTUf5vn6Q1l70QaA { display:flex;width:1.9375rem;height:1.9375rem;top:39.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oB32cUiufflaGU3PeDy8MJfgPxmWTx1g { display:block; }#oB32cUiufflaGU3PeDy8MJfgPxmWTx1g > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkPuK6O6OeMcshREktpObC7nod7mXUBX { width:20rem;height:3.57465rem;top:0.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KccHBinR4L6gDSykLE26VuG5E7lnoDXl { width:16.875rem;height:5.84895625rem;top:4.6875rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo60Ru0LsQCbymyDgJ1ii682wy5GMQs0 { width:17.375rem;height:4.87413125rem;top:11.46875rem;left:2.1875001192093rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvMHWFFVTkPRRAfA6esCTb7tn6N1h1aT { width:17.8125rem;height:3.89930625rem;top:16.987848281861rem;left:2.1866320371628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IepZhSAs2L4E4gtxy89or120r1scZgZG { width:17.8125rem;height:2.92448125rem;top:22.906251907349rem;left:2.1866320371628rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFRITCBIe4htCa9SJi19Q3N9AsXUGEhm { width:1.875rem;height:2rem;top:4.1362829208374rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3rLGtJTcQQaWEc6pWrvz2TdtToTCTGK { width:1.875rem;height:2rem;top:10.954860687256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7DJIAkWD2MGyWHXw8Znx8A9qmNSZTk1 { width:1.875rem;height:2rem;top:16.643230438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCb7eK3Hzkb1tX0eIVNWvLXpzMOhThwA { width:1.875rem;height:2rem;top:22.330728530884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd { display:block; }#nvdpJ1lMOE0J3V0T2IAJGCOk05ITkOCd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOFTTbqFtL71ZoZpq5vEpr0gllgbwdRa { width:20rem;height:1.95023125rem;top:0.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUlQelKGl9h5dcwIIruSsBBv8JnUMsKx { width:8.8105625rem;height:0.97511875rem;top:2.51171875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7M55idJwh77DX6bxR1yo59cMd28bkfs { width:8.8105625rem;height:0.97511875rem;top:2.51171875rem;left:8.8105474710463rem;font-size:0.75rem;display:block; }
 }