.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:253,240,227;--color-primary-1:249,207,161;--color-primary-2:242,158,67;--color-primary-3:121,79,34;--color-primary-4:36,24,10;--color-secondary-0:221,221,224;--color-secondary-1:142,143,151;--color-secondary-2:28,31,47;--color-secondary-3:14,16,24;--color-secondary-4:4,5,7;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:230,230,230;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#ffffff;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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f24c8c3c-0fb3-46fc-8fd6-39763ccac078/maxRemtor43.jpg");background-position:bottom 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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::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; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:rgba(var(--color-tertiary-0),1);display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:12.1875rem;left:0.875rem;height:13.75rem;font-style:normal;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:10.5625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:26.5390625rem;left:0.875rem;height:3.3984375rem;font-style:normal;display:block; }
#oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.8125rem;left:0.875rem;display:block; }
#GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnSRlycil6UBLORckRUrmcxCVrddZ0aM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:8.625rem;left:44.625rem;display:block; }
#LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:10.46875rem;left:46.1875rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-form-header {  }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .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; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position: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:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .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; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container:first-of-type{padding-top:0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-container:last-of-type{padding-bottom:0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { position:relative;display:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { position:relative;display:none; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb { position:relative;z-index:2; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf { position:relative; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w { position:relative; }
#f1H5t4NDsSrNtZPW189NibSb4tptw0OM { box-sizing:content-box;height:18.8125rem;width:44.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.16);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.375rem;left:0rem;display:block; }
#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { position:relative;display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { background-color: transparent; background-image: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container > .video-iframe-container { display: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row > .video-iframe-container { display: none; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .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); }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { border-width: 0; border-radius: 0; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { box-sizing:content-box;height:24.5625rem;width:36.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/007a23d9-fc25-4139-b748-7ed2086b59e0/compressedmaxRemtor5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:38.125rem;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.adaptive-delivery-prevent-bg, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyload, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyloading { background-image: none; }
#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { box-sizing:content-box;height:24.5625rem;width:36.875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/88a89f3e-0c2f-4ca3-bf1d-77fc769ae25a/IMG_3669.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:0rem;display:block; }#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.adaptive-delivery-prevent-bg, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyload, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyloading { background-image: none; }
#SReyFn3pzrKpmdQnUfoxcn51A1qifRrw { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:8.625rem;left:44.625rem;display:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-form-header {  }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .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; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position: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:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .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; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-container:first-of-type{padding-top:0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-container:last-of-type{padding-bottom:0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n {display:block;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem;display:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #pOdiPF58ETcGoqndarmD7IxsgKCwNaNc { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #NcXgHXS6nCznHZWTq473Q2hQb08kkeVz { position:relative;display:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #uZ40g9G5WMX0al5CB4PiQTFAMcNs1h8N { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #rsMJHvEVN5QJH1mPITgzFovtJ8f8hHGO { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #oad7GruUkR28WriBcWnB4EPyLr57thlG { position:relative;display:none; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #hTB47JL4ctzR57WRQUhSuIk0TyvDRsAi { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #WcA6DtEuTnu8dJGZG0T0Xu48V3NFPOZv { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #P6ZN9GDo0vhuJgMITGy5yrmWnuHIBcvD { position:relative;z-index:2; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #gbtqGWLpbFbmqsrsTJtG4rhTg5G5QNx1 { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #D7nMQtDr7VPq4hSZyZKMAfK4tZVqSpG6 { position:relative; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #RWVqllPcrcfsfcPxKwPv4VBSQOf5FJ2F { position:relative; }
#MN1oOShorvqFr0pE8FIkaF2wgwePxPpT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:12.1875rem;left:46.78125rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kT3QgDpILPPJnkTyuQXlm8qUWbCROmAq { position:absolute;display:block;z-index:15022;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:10.625rem;width:12.375rem;top:18.625rem;left:25.84375rem;overflow:hidden;display:none; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { 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; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .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); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.25rem;left:0rem;height:1.92480625rem;font-style:normal;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:6.3125rem;left:0rem;height:3.3984375rem;font-style:normal;display:block; }
#PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { box-sizing:content-box;height:12.5rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh { position:relative;display:block; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh { background-color: transparent; background-image: none; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container > .video-iframe-container { display: none; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row > .video-iframe-container { display: none; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .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); }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh { border-width: 0; border-radius: 0; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd { box-sizing:content-box;height:35.6875rem;width:23.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/4b3a3b1a-da83-440e-94cd-d95e3b568952/1_deskizwentylacja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.0625rem;left:0rem;display:block; }#SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.adaptive-delivery-prevent-bg, #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.lazyload, #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.lazyloading { background-image: none; }
#ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN { box-sizing:content-box;height:35.6875rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/cd7d5971-9b50-4e1a-8855-489e06404002/IMG_3484.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:25.6875rem;display:block; }#ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN.adaptive-delivery-prevent-bg, #ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN.lazyload, #ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN.lazyloading { background-image: none; }
#Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs { box-sizing:content-box;height:35.6875rem;width:23.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c383a9e2-0b81-47bb-9642-622fa7c6bee1/IMG_3712.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:51.375rem;display:block; }#Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs.adaptive-delivery-prevent-bg, #Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs.lazyload, #Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs.lazyloading { background-image: none; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { 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; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .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); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#e66pPkViJANON2KSeTTTig5BN69PGIPX { color:rgba(var(--color-tertiary-4),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:1.125rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#U21wmq4BdsZUTPOqznICOQumTFvXELy5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:1.0625rem;left:2.3125rem; }
#cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:4rem;left:5rem;height:1.69921875rem;font-style:normal;display:block; }
#NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:6.875rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:9.5rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:12.0625rem;left:4.875rem;height:1.69921875rem;font-style:normal;display:block; }
#CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.875rem;left:2.3125rem; }
#AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:6.8125rem;left:2.3125rem; }
#TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.9375rem;left:2.3125rem; }
#dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.375rem;left:2.3125rem; }
#ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { box-sizing:content-box;height:14.875rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/f0c64d6f-1213-4da9-a35e-af46b76dfbd2/Pferdeboxen2.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { border-width: 0; border-radius: 0; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xRK18aAOcZEpP354waQW2MfFEDW64UyI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:3.0625rem;left:41.8125rem;height:3.8496125rem;font-style:normal;display:block; }
#IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:10.6533203125rem;left:41.8125rem;height:18.69140625rem;font-style:normal;display:block; }
#a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:14.375rem;top:17.6875rem;left:24.84375rem;display:block; }
#wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:30.1875rem;left:66.4375rem;height:2.125rem;font-style:normal;display:block; }
#shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { box-sizing:content-box;height:40rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { position:absolute;display:block;z-index:15022;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:10.625rem;width:12.375rem;top:18.625rem;left:25.84375rem;overflow:hidden;display:block; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:33.1875rem;left:65.9375rem; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.1875rem;left:69.8125rem; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .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); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { background-color: transparent; background-image: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { display: none; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .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); }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { border-width: 0; border-radius: 0; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64ae6e2c-6066-4bf4-b498-e998e3ef1184/maxRemtor42.crop_4339x4360_0,0.jpg");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; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { border-width: 0; border-radius: 0; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:30.375rem;top:9.375rem;left:44.625rem;display:block; }
#iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:12.21875rem;left:46.8125rem;height:5.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-form-header {  }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .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; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position: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:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .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; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-container:first-of-type{padding-top:0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-container:last-of-type{padding-bottom:0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.2373046875rem;left:47.0625rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs {display:block;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.2373046875rem;left:47.0625rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #SA5PNKhTxB2ZrbHRhdeeAJxBUuW8xcgr { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #wS9bFx10fr5L26x0d4RvGN9dDr7D0M2q { position:relative;display:none; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #TROdRuCKAv9TD9Zo62XKEelSzkX29LtQ { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #G2JU0ptH1KFJrEoX94xuZRuJ2AiPQkAc { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #qc5TUwKQcrga8VoaHFqmTxT9uQbSS6TE { position:relative;display:none; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UPnl3sUtVat5M4qOZiJiSb5Qudu4I5ya { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #VLNvozg2ToTx5ZzXxA6pfVwz22koRARw { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #V737HTv9bTvyiOTmKz35FJCZQ3nv7yht { position:relative;z-index:2; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #ZBpu5mBvc3uGR5sEAR4zhyRpAO0x0vC8 { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UaRHVFiNzGdvuwSZV19aNsS4NmDnTy5I { position:relative; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #X5R0naG09kciu0oC5OfeSx5VWAXXczO5 { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-form-header {  }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#000000;width:23rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-text {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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;width:23rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .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; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position: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:2.0625rem;margin-bottom:0.25rem;margin-left:2.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.8125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .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; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-container:first-of-type{padding-top:0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-container:last-of-type{padding-bottom:0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG {display:block;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.5625rem;left:47.0625rem;display:none; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #cNXKL3FoPGp9hmXRfmvGTIIx4Vk7tciT { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #XxvnRt5HP4L20DKkGSxtHN3U9RQgz7tT { position:relative;display:none; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #WsI1pRJ64rsXI94uK4SkxEfr3CCqfG6b { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #r26DdbxxOzyWvD1fgF72c4mWcQa3e3wO { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #SdVLtPU0NFDUctZ933IDXZxfNZM5x6e4 { position:relative;display:none; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Bov08H8AOGa29OlR3i86lWAbkHngL1GI { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #LoxwvEQuzeZ7Ll5XvzPKZ18hxXnXZBmv { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zap3A7QX1nNMKTMBCA1Ixe6Ldqn0Q1bp { position:relative;z-index:2; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Hr2FuMCATyqrh0M138AuyCBO8TXaOmCk { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #i3ns8qGo2ZKFlDpJZMpaEvefPytBO0Le { position:relative; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zegS8q74gkI5pBg8oxPxANrUKq1rBZfk { position:relative; }
#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { background-color: transparent; background-image: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { display: none; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .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); }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { border-width: 0; border-radius: 0; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:0.955078125rem;left:5.8125rem;height:3.71191875rem;font-style:normal;display:block; }
#r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5rem;top:0.71875rem;left:0rem;overflow:hidden;display:block; }
#cGksoxpvvyxyAXkU6meTJrGDfryi276S { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:1.6875rem;left:51.0625rem;height:1.0996125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.3125rem;left:51.0625rem;height:0.9619125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:42.875rem;height:13.75rem;top:12.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:10.5625rem;height:8.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:41.6875rem;height:5.125rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:4.1875rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #MnSRlycil6UBLORckRUrmcxCVrddZ0aM { width:30.375rem;height:25.875rem;top:8.625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { width:27.25rem;height:5.125rem;top:10.4375rem;left:20.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w {  }
 }@media only screen and (max-width: 763px) { #f1H5t4NDsSrNtZPW189NibSb4tptw0OM { top:11.375rem;left:0rem;width:44.625rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { top:0.375rem;left:10.875rem;width:36.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { top:0.375rem;left:0rem;width:36.875rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SReyFn3pzrKpmdQnUfoxcn51A1qifRrw { width:30.375rem;height:25.875rem;top:8.625rem;left:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n {display:block;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n { width:23rem;height:auto;top:15.5625rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #pOdiPF58ETcGoqndarmD7IxsgKCwNaNc {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #NcXgHXS6nCznHZWTq473Q2hQb08kkeVz { display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #uZ40g9G5WMX0al5CB4PiQTFAMcNs1h8N {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #rsMJHvEVN5QJH1mPITgzFovtJ8f8hHGO {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #oad7GruUkR28WriBcWnB4EPyLr57thlG { display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #hTB47JL4ctzR57WRQUhSuIk0TyvDRsAi {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #WcA6DtEuTnu8dJGZG0T0Xu48V3NFPOZv {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #P6ZN9GDo0vhuJgMITGy5yrmWnuHIBcvD {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #gbtqGWLpbFbmqsrsTJtG4rhTg5G5QNx1 {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #D7nMQtDr7VPq4hSZyZKMAfK4tZVqSpG6 {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #RWVqllPcrcfsfcPxKwPv4VBSQOf5FJ2F {  }
 }@media only screen and (max-width: 763px) { #MN1oOShorvqFr0pE8FIkaF2wgwePxPpT { width:18.9375rem;height:7.5rem;top:63.625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kT3QgDpILPPJnkTyuQXlm8qUWbCROmAq { top:18.625rem;left:11.5rem;width:12.375rem;height:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:3.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { top:0rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh { display:block; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd { top:-0.0625rem;left:0rem;width:23.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN { top:0rem;left:8.125rem;width:23.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs { top:0rem;left:24rem;width:23.625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66pPkViJANON2KSeTTTig5BN69PGIPX { width:47.75rem;height:1.6875rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21wmq4BdsZUTPOqznICOQumTFvXELy5 { top:1.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { width:45.4375rem;height:1.6875rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { width:46.75rem;height:1.6875rem;top:6.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { width:45.4375rem;height:1.6875rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { width:46.875rem;height:1.6875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { top:3.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { top:6.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { top:11.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { top:9.375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { top:0rem;left:0rem;width:47.75rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:31.6875rem;height:3.875rem;top:3.0625rem;left:14.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:33.1875rem;height:18.6875rem;top:10.625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:14.375rem;height:12.5rem;top:17.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:6.5625rem;height:2.125rem;top:30.1875rem;left:41.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { top:0rem;left:10.25rem;width:37.5rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { top:18.625rem;left:11.5rem;width:12.375rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { top:33.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { top:33.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { width:30.375rem;height:25.875rem;top:9.375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { width:26rem;height:5.125rem;top:12.1875rem;left:21.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs  { width:23rem;height:13.75rem;top:18.1875rem;left:22.25rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs {display:block;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs { width:23rem;height:13.75rem;top:18.1875rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #SA5PNKhTxB2ZrbHRhdeeAJxBUuW8xcgr {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #wS9bFx10fr5L26x0d4RvGN9dDr7D0M2q { display:none; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #TROdRuCKAv9TD9Zo62XKEelSzkX29LtQ {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #G2JU0ptH1KFJrEoX94xuZRuJ2AiPQkAc {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #qc5TUwKQcrga8VoaHFqmTxT9uQbSS6TE { display:none; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UPnl3sUtVat5M4qOZiJiSb5Qudu4I5ya {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #VLNvozg2ToTx5ZzXxA6pfVwz22koRARw {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #V737HTv9bTvyiOTmKz35FJCZQ3nv7yht {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #ZBpu5mBvc3uGR5sEAR4zhyRpAO0x0vC8 {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UaRHVFiNzGdvuwSZV19aNsS4NmDnTy5I {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #X5R0naG09kciu0oC5OfeSx5VWAXXczO5 {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-text {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-button { width:18.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.0625rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG  { width:23rem;height:auto;top:15.5625rem;left:22.25rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG {display:block;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG { width:23rem;height:auto;top:15.5625rem;left:22.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #cNXKL3FoPGp9hmXRfmvGTIIx4Vk7tciT {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #XxvnRt5HP4L20DKkGSxtHN3U9RQgz7tT { display:none; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #WsI1pRJ64rsXI94uK4SkxEfr3CCqfG6b {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #r26DdbxxOzyWvD1fgF72c4mWcQa3e3wO {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #SdVLtPU0NFDUctZ933IDXZxfNZM5x6e4 { display:none; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Bov08H8AOGa29OlR3i86lWAbkHngL1GI {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #LoxwvEQuzeZ7Ll5XvzPKZ18hxXnXZBmv {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zap3A7QX1nNMKTMBCA1Ixe6Ldqn0Q1bp {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Hr2FuMCATyqrh0M138AuyCBO8TXaOmCk {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #i3ns8qGo2ZKFlDpJZMpaEvefPytBO0Le {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zegS8q74gkI5pBg8oxPxANrUKq1rBZfk {  }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:23.9375rem;height:3.6875rem;top:0.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:5rem;height:4.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:23.9375rem;height:1.0625rem;top:1.6875rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:23.9375rem;height:0.9375rem;top:3.3125rem;left:23.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f24c8c3c-0fb3-46fc-8fd6-39763ccac078/maxRemtor43.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.6); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .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); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:11.997075rem;top:10.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:9rem;height:7.5rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:6.9970625rem;top:25.1640625rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oNglzM1GuAnVX6k6bTNSyfNuPQK5qC9U { width:16.9375rem;height:3.75rem;top:33.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBlNJ3r6g80EarsUliFp5VEaJ9pmPVVc { display:block; }
 }@media only screen and (max-width: 763px) { #MnSRlycil6UBLORckRUrmcxCVrddZ0aM { width:20rem;height:25.875rem;top:38.625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #LsPpZGs5fWCO86V0mpAzFUNItDWaIEOi { width:18.9375rem;height:0;top:40.1875rem;left:0.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3  { width:17.5rem;height:13.76175rem;top:45.75rem;left:0rem; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 {display:block;}#hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 { width:17.5rem;height:13.76175rem;top:45.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #BC5dMqBshLQFs243qTS83GSL61NoZVEK {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #G4TDh4KsNei8M1sF52plhrp1fSozcvJS { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #RcDpH2KJMswg08tWdH5r4SMI7McC6VFm {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TWJOb0bWyVeEH5eVMaa8PoBPmBu1B5JH {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #tsZ6NV93xqeOhpCNbMDoWMb7GP3gCpx1 { display:none; }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #rsL6fStsnk6ZLCFKxeJ3gpWUf4N1WhJs {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #TuFbzOzU2Fa7OGGyNn6zwqdtCyD9B1qf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #Dl6DVZ5rveWFPcNUaESgQE1qPKidLutb {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #UGBlDgHmqJF2MyMCFDiPJmuLa4BS0IBM {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #nbTBX4zbAvvooeziDUA9u5MnJTyO2lrf {  }
 }@media only screen and (max-width: 763px) { #hqWmVQ0DCnJvunc98rLevw1LNEsyKiT3 #IZPWdHWtEm8p2SkyUtaAOqxmqfZlFc5w {  }
 }@media only screen and (max-width: 763px) { #f1H5t4NDsSrNtZPW189NibSb4tptw0OM { width:20rem;height:22.5625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 { display:block; }#rS3tT0pdn0ITa7oBGGiMy2TyVQCnsGP9 > .row .container { width:20rem;height:86.4736171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg { width:20rem;height:25rem;top:1.3125rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/007a23d9-fc25-4139-b748-7ed2086b59e0/compressedmaxRemtor5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.adaptive-delivery-prevent-bg, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyload, #uBTBXoh2WuNPmo1l2QtoyJ6SAXAdwcsg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ { width:20rem;height:25rem;top:27.75rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/4b3a3b1a-da83-440e-94cd-d95e3b568952/1_deskizwentylacja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.adaptive-delivery-prevent-bg, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyload, #NbI2s6kTU2A1oxkzRbgolE9rXLN1BvIZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SReyFn3pzrKpmdQnUfoxcn51A1qifRrw { width:20rem;height:31rem;top:54.375rem;left:0.028284671532844rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-text {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-select {padding-top: 0; padding-bottom: 0;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n  { width:17.5rem;height:auto;top:69.2373046875rem;left:0rem;z-index:15018; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n {display:block;}#VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n { width:17.5rem;height:auto;top:69.2373046875rem;left:0rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #pOdiPF58ETcGoqndarmD7IxsgKCwNaNc {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #NcXgHXS6nCznHZWTq473Q2hQb08kkeVz { display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #uZ40g9G5WMX0al5CB4PiQTFAMcNs1h8N {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #rsMJHvEVN5QJH1mPITgzFovtJ8f8hHGO {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #oad7GruUkR28WriBcWnB4EPyLr57thlG { display:none; }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #hTB47JL4ctzR57WRQUhSuIk0TyvDRsAi {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #WcA6DtEuTnu8dJGZG0T0Xu48V3NFPOZv {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #P6ZN9GDo0vhuJgMITGy5yrmWnuHIBcvD {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #gbtqGWLpbFbmqsrsTJtG4rhTg5G5QNx1 {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #D7nMQtDr7VPq4hSZyZKMAfK4tZVqSpG6 {  }
 }@media only screen and (max-width: 763px) { #VHPdEWZM5AJ6TKR4dVuqrhfKAzQCfm8n #RWVqllPcrcfsfcPxKwPv4VBSQOf5FJ2F {  }
 }@media only screen and (max-width: 763px) { #MN1oOShorvqFr0pE8FIkaF2wgwePxPpT { width:18.9375rem;height:4.72265625rem;top:64.5771484375rem;left:0.53125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #kT3QgDpILPPJnkTyuQXlm8qUWbCROmAq { width:8.875rem;height:7.5625rem;top:55.75rem;left:5.5625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:17.3125rem;height:4.94824375rem;top:2.17578125rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:8.496125rem;top:7.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PQHemN4T4C9mJBLiu6XunIhZsQsHlHXU { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh { display:block; }#D8VAmySG0FnupiQ7w0SbLgMaKosZ4Emh > .row .container { width:20rem;height:112.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd { width:20rem;height:35.6875rem;top:1.25rem;left:0rem;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/88a89f3e-0c2f-4ca3-bf1d-77fc769ae25a/IMG_3669.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.adaptive-delivery-prevent-bg, #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.lazyload, #SAGk35cQZ5yU1O32bgl7xy1BfHx9uTXd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ALtqF1qCcm4vvc26dTRtHQ1thAhfS8pN { width:20rem;height:35.6875rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfl3TAcJsdIVTCvAnA4TvptoTcGzNEXs { width:20rem;height:35.6875rem;top:75.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e66pPkViJANON2KSeTTTig5BN69PGIPX { width:20rem;height:5.09765625rem;top:3.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U21wmq4BdsZUTPOqznICOQumTFvXELy5 { display:flex;width:2.5rem;height:2.5rem;top:0.625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #cPT5GEsG9nE7CPmH9c96cDXOzkRkEfuq { width:20rem;height:5.09765625rem;top:11.47265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKZF7pzovxFnf1wUvteOzts3EgPJhB83 { width:20rem;height:3.3984375rem;top:20.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0MNQl20ZeJu4WumSCVCKPPOxoSFRcZG { width:20rem;height:5.09765625rem;top:27.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rp0XoL0eJ4Delp7Kch9KFyTH2ViB4nOU { width:20rem;height:5.09765625rem;top:35.33984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDaVy5Gt9viy6Q6py2HuO4h5MBSUMdTc { display:flex;width:2.5rem;height:2.5rem;top:8.91015625rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #AmNT5XKlaWz4qHqOCmMXt5twF4XkCTIC { display:flex;width:2.5rem;height:2.5rem;top:17.1875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TQMH9r6AgTlfskg7EmWo9IQpqqkBoF9C { display:flex;width:2.5rem;height:2.5rem;top:32.90234375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #dzQgyTOvwIyHD2wVl5o4wfwDuNGE59Tn { display:flex;width:2.5rem;height:2.5rem;top:24.6875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ED8uJMppw4sUTtSrP00fGhsGBpWFbWHo { width:20rem;height:38.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe { background-color:#f7f4f2;background-image:url("https://images.assets-landingi.com/uc/b42321e8-82d0-4899-a7cf-c74632fd856a/maxRemtor42.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.adaptive-delivery-prevent-bg, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyload, #GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe.lazyloading { background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { background-color: transparent; background-image: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row > .video-iframe-container { display: none; }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .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); }#GJ33niNOPlNE22p9WKAVwWNVOIhh8KZe > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRK18aAOcZEpP354waQW2MfFEDW64UyI { width:20rem;height:3.8496125rem;top:12.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #IXbCzEUO9eQfqlHZzUiGhfpEb8AMZThd { width:20rem;height:27.18753125rem;top:17.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #a4ECVyQZRmwF8ZGpkuwxpQCtmARVRmGV { width:20rem;height:56.25rem;top:0rem;left:0rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wFXeEKFZ3WAhJmZl6mqRGwCbhANNoxmw { width:12.125rem;height:2.4433625rem;top:44.8125rem;left:3.9375rem;font-size:1.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #shtNhtdmgT4nE3CSnEDbvKGRTBBEkPl8 { width:20rem;height:40rem;top:62.6484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P9VZUB4rD6gNX2TktFE8apVtCOVBVt8D { width:12.375rem;height:10.625rem;top:0.65625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G { display:flex;width:6.25rem;height:6.25rem;top:48.76171875rem;left:2.8125rem;font-size:4.375rem; }
#ZTmKFkleyorlUfw50iciu0IMxkZ9KK4G > img { max-width: 100%;max-height:100%; width:6.25rem; height:6.25rem; } }@media only screen and (max-width: 763px) { #DogORrJXGpLrW63TIzHoAXiXGqX5vmKq { display:flex;width:6.25rem;height:6.25rem;top:48.76171875rem;left:9.875rem;font-size:4.375rem; }
#DogORrJXGpLrW63TIzHoAXiXGqX5vmKq > img { max-width: 100%;max-height:100%; width:6.25rem; height:6.25rem; } }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG { display:block; }#zxHB0szntTvVf5ZMroqIpS1k3IfpeQdG > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fsvixti1TiA4UfsOMFQllIsU04RIUP2z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0c64d6f-1213-4da9-a35e-af46b76dfbd2/Pferdeboxen2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z.adaptive-delivery-prevent-bg, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyload, #fsvixti1TiA4UfsOMFQllIsU04RIUP2z.lazyloading { background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { background-color: transparent; background-image: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(48,27,13,0.2); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row > .video-iframe-container { display: none; }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .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); }#fsvixti1TiA4UfsOMFQllIsU04RIUP2z > .row .container { width:20rem;height:28.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhl5Z5hCx7HTPU1UrvUXIqiTz4ETtoG8 { width:20rem;height:25.875rem;top:1.25rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #iyiDm3sc7o5ecEN8gCgMK83RxRThIxHR { width:19.1875rem;height:7.5rem;top:2.625rem;left:0.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5625rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs  { width:17.5rem;height:13.75rem;top:18.1875rem;left:0rem; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs {display:block;}#LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs { width:17.5rem;height:13.75rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #SA5PNKhTxB2ZrbHRhdeeAJxBUuW8xcgr {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #wS9bFx10fr5L26x0d4RvGN9dDr7D0M2q { display:none; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #TROdRuCKAv9TD9Zo62XKEelSzkX29LtQ {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #G2JU0ptH1KFJrEoX94xuZRuJ2AiPQkAc {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #qc5TUwKQcrga8VoaHFqmTxT9uQbSS6TE { display:none; }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UPnl3sUtVat5M4qOZiJiSb5Qudu4I5ya {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #VLNvozg2ToTx5ZzXxA6pfVwz22koRARw {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #V737HTv9bTvyiOTmKz35FJCZQ3nv7yht {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #ZBpu5mBvc3uGR5sEAR4zhyRpAO0x0vC8 {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #UaRHVFiNzGdvuwSZV19aNsS4NmDnTy5I {  }
 }@media only screen and (max-width: 763px) { #LiAO6PZeW54l7xk0fMIpXxh87RbkaeWs #X5R0naG09kciu0oC5OfeSx5VWAXXczO5 {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-text {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-select {padding-top: 0; padding-bottom: 0;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-input-button { width:14.3125rem;margin-top:0.25rem;margin-right:1.5625rem;margin-bottom:0.25rem;margin-left:1.5625rem; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG  { width:17.5rem;height:auto;top:9.951171875rem;left:0rem;z-index:15019; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG {display:block;}#pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG { width:17.5rem;height:auto;top:9.951171875rem;left:0rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #cNXKL3FoPGp9hmXRfmvGTIIx4Vk7tciT {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #XxvnRt5HP4L20DKkGSxtHN3U9RQgz7tT { display:none; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #WsI1pRJ64rsXI94uK4SkxEfr3CCqfG6b {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #r26DdbxxOzyWvD1fgF72c4mWcQa3e3wO {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #SdVLtPU0NFDUctZ933IDXZxfNZM5x6e4 { display:none; }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Bov08H8AOGa29OlR3i86lWAbkHngL1GI {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #LoxwvEQuzeZ7Ll5XvzPKZ18hxXnXZBmv {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zap3A7QX1nNMKTMBCA1Ixe6Ldqn0Q1bp {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #Hr2FuMCATyqrh0M138AuyCBO8TXaOmCk {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #i3ns8qGo2ZKFlDpJZMpaEvefPytBO0Le {  }
 }@media only screen and (max-width: 763px) { #pWtiG8JdAUGuR1lV90SKJ1eat3HIfbTG #zegS8q74gkI5pBg8oxPxANrUKq1rBZfk {  }
 }@media only screen and (max-width: 763px) { #v6SZBrNX58TCveSBzxAgypa3vOu5qaQI { display:block; }#v6SZBrNX58TCveSBzxAgypa3vOu5qaQI > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OA1Fw9LF5q4pWenCR13fm7gBuTXHaP9z { width:16.3125rem;height:3.71191875rem;top:4.8125rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9rlGROuoGazNT9w8cPRgwDqxCaNswhV { width:2.75rem;height:2.3125rem;top:1.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGksoxpvvyxyAXkU6meTJrGDfryi276S { width:20rem;height:0.9619125rem;top:9.7744125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1iXoCtaAiWNBvXBwOoKlU0t5u3QodJG { width:20rem;height:0.9619125rem;top:11.296875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }