.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:244,217,229;--color-primary-1:217,129,168;--color-primary-2:179,3,80;--color-primary-3:90,2,40;--color-primary-4:27,0,12;--color-secondary-0:253,252,251;--color-secondary-1:248,246,243;--color-secondary-2:241,236,230;--color-secondary-3:121,118,115;--color-secondary-4:36,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:191,191,191;--color-tertiary-2:42,42,42;--color-tertiary-3:21,21,21;--color-tertiary-4:4,4,4;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -moz-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -ms-linear-gradient(180deg, #f1ece6, #ffffff);background-image: -o-linear-gradient(180deg, #f1ece6, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ece6', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f1ece6, #ffffff);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-form-header {  }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:30.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #619000;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:30.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #619000;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:30.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #619000, #7ab100);background-image: -moz-linear-gradient(180deg, #619000, #7ab100);background-image: -ms-linear-gradient(180deg, #619000, #7ab100);background-image: -o-linear-gradient(180deg, #619000, #7ab100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#619000', endColorstr='#7ab100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#619000', endColorstr='#7ab100' );";background-image: linear-gradient(180deg, #619000, #7ab100);background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30.625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0rem 0.3125rem 0.0625rem #96dc00 ; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29.1875rem;overflow:hidden;font-style:normal; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .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; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-container:first-of-type{padding-top:0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-container:last-of-type{padding-bottom:0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:20rem;left:4.875rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.625rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 {display:block;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.6875rem;left:5.3125rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #czovA2vwDqqauLi5QxSROtzu2JUF0XgO { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #fBrBaea4311iJV7dU2bvPOaqfypBOqMk { position:relative;display:block; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #p6mtbtJHfM6bHIx88yXgCgVJDRNu1qrJ { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #uzwEFnLialy31mddCd3XvKUZfWb9W8xN { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #Nz92I8cIEXwiXZrztvTzO4zftVAIMDK5 { position:relative;display:block; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #cfRMGE6D6g4EFGZlnrTF7NzkgrBxP7As { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #eEJOPKktTi7JCFH1P2fk4X1TVGe7JMnZ { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #hD4HCicMn2X5eEU7kVo2SR9752Lv9AJf { position:relative;display:block; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #vVR0yk06lhbJdGUDqe9uchaTMMt6VkNJ { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #AybN65Q0RQDayxsgzFa0a7ZbV2K6NyPt { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #rLxAu4useubfPsA6KH4T4ZGyxl1kJa7g { position:relative;z-index:2; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tqfNITF4r0OPvHTcAdiMSCTNcSwT5I25 { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tdWIFqnLKxemZzNmitNHplJ4cQAI9aMm { position:relative; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #U3S9LRkETT4DCHlxyhPsNTdeHZkL6oEG { position:relative; }
#OhzwTep1qIL5a7HJN7t6f8C3wwdbCNoE { color:#619000;display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.1875rem;height:2.92480625rem;display:block; }
#C6H0fgRyM0g3zgeUpWlSGxrEaeQ04hGa { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.25rem;left:3.1875rem;height:5.19921875rem;display:block; }
#vrJneTWmzMvkXIZpyTCTfncew0xAL2m5 { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.2998046875rem;left:3.1875rem;height:1.625rem;display:block; }
#tFVrKW3zZoqEQfcf70uEAMz65tpSHBqr { box-sizing:content-box;height:23.6875rem;width:36.625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 1.1875rem rgba(12,12,12,0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8125rem;left:3.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#JhBtudZCtekgoF83mRzLnLkdfTpXUEPr { position:absolute;display:block;z-index:15004;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:35rem;width:27.75rem;top:3.40625rem;left:43.12451171875rem;overflow:hidden;display:block; }
#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI { position:relative;display:block; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI { background-color: transparent; background-image: none; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row .container > .video-iframe-container { display: none; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row > .video-iframe-container { display: none; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .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); }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI { border-width: 0; border-radius: 0; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .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; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.5625rem;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; }#FU0JMB636SrSTXNOko7O0KW4vf4VwwnE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.04296875rem;left:44.6875rem;height:4.54980625rem;display:block; }
#umdF3rvrOTwDOxp1TGZITqa7c746JiDX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.11474609375rem;left:44.6875rem;height:20.097625rem;display:block; }#umdF3rvrOTwDOxp1TGZITqa7c746JiDX li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#umdF3rvrOTwDOxp1TGZITqa7c746JiDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
#QnIIOwdJqCTvTWGVyykAqund81GBFbBW { box-sizing:content-box;height:36.625rem;width:30.9375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.13671875rem;left:42.46826171875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.32) ;display:block; }
#dBN5SftLbLn80HRxSCtrMKsmGSoiWA8p { box-sizing:content-box;height:36rem;width:42.9375rem;position:absolute;display:block;z-index:14997;background-color:#f6ffe8;background-image:none;top:1.44921875rem;left:1.0223388671875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.32) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mZxlp6hJxOQGxw5ldGbXXzBmxK6x0Dxa { color:#619000;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.04296875rem;left:3.125rem;height:4.54980625rem;display:block; }
#gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.062375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.364135742188rem;left:3.125rem;height:20.297875rem;display:block; }#gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
#iDtwtGk3Vn5FObXwtkkNQyCqF9HlK7aW { position:absolute;display:block;z-index:14998;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:36.062rem;width:16.93725rem;top:1.7498779296875rem;left:33.897705078125rem;overflow:hidden;display:block; }
#TkXP6ezVaouoCbtIqfRaCxt4ZRTJN4C1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.375rem;width:64rem;display:none; }
#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container { background-color: transparent; background-image: none; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container > .video-iframe-container { display: none; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row > .video-iframe-container { display: none; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .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); }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container { border-width: 0; border-radius: 0; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#OviyJIaUw5TSdi0CvZJ3rk4fRFsMZdA1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:5.3818359375rem;left:3.125rem;height:18.1987125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbRDI6QAoH7fvS9WJe9HAfd55gEwkfCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1240234375rem;left:3.125rem;height:2.2749rem;display:block; }
#EM21ZUrvFLtNo3sTddXPCBTonya2NWbu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.9375rem;left:49.5625rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#EH3BKQ1rTB13CGVlopb9Hztrm0RS1dsP { color:rgba(var(--color-tertiary-4),1);display:block;width:19.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24rem;left:48rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#SZF8EcERO4mSGMSpLolA06Vm9LckMTcA { box-sizing:content-box;height:18.75rem;width:0.125rem;position:absolute;display:block;z-index:15006;background-color:#619000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.53857421875rem;left:42.0224609375rem;display:block; }
#PkI8W0XneP8ri43fEgf5OCDiqnXB3ofr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.812rem;width:19.624625rem;top:2.1240234375rem;left:47.216186523438rem;overflow:hidden;display:block; }
#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6ffe8, rgba(246,255,232,0.1));background-image: -moz-linear-gradient(180deg, #f6ffe8, rgba(246,255,232,0.1));background-image: -ms-linear-gradient(180deg, #f6ffe8, rgba(246,255,232,0.1));background-image: -o-linear-gradient(180deg, #f6ffe8, rgba(246,255,232,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffe8', endColorstr='#f6ffe819' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ffe8', endColorstr='#f6ffe819' );";background-image: linear-gradient(180deg, #f6ffe8, rgba(246,255,232,0.1));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; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container { background-color: transparent; background-image: none; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container > .video-iframe-container { display: none; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row > .video-iframe-container { display: none; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .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); }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container { border-width: 0; border-radius: 0; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#FnVXSKvOEHkDo7IgwiphNMt7COoKssmi { color:rgba(var(--color-tertiary-4),1);display:block;width:38.312375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:18.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lngexPHEqgULTDDsRWtzcix7QN1SI7fM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:7.6875rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#kKtA89ZOp89sqy6cntJ6XHgPaBbClEa2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #619000, #7ab100);background-image: -moz-linear-gradient(180deg, #619000, #7ab100);background-image: -ms-linear-gradient(180deg, #619000, #7ab100);background-image: -o-linear-gradient(180deg, #619000, #7ab100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#619000', endColorstr='#7ab100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#619000', endColorstr='#7ab100' );";background-image: linear-gradient(180deg, #619000, #7ab100);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.5rem #96dc00 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.7486875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.25rem;left:21.625rem;display:block; }
#o3dbTmzD11WMuxeqqUXTLfNSTDDM7uRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFkKkBT27mcSVMyzQfebVoDA5u7xXhM6 { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.1875rem;left:28.125rem;display:block; }
#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q { 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; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container { background-color: transparent; background-image: none; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container > .video-iframe-container { display: none; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row > .video-iframe-container { display: none; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .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); }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container { border-width: 0; border-radius: 0; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ldopTA1rJh0HoUHG4LSdHoA4A0VhfPEc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#WX6dZfGC1hfeD0cBxl8Cu4JWia8aueQ7 { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V6q4GSDCIfVJMVa3xEXoz3SC9I4brQlz { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bxlxbpXo1BJycHpFym5qLAvnevHQWxBA { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-regular-label { width:30.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-textarea { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-button { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-checkbox-label { width:29.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8  { width:30.625rem;height:auto;top:20rem;left:0rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .radio-container { width:30.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 {display:block;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 { width:30.625rem;height:20.1875rem;top:15.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #czovA2vwDqqauLi5QxSROtzu2JUF0XgO {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #fBrBaea4311iJV7dU2bvPOaqfypBOqMk {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #p6mtbtJHfM6bHIx88yXgCgVJDRNu1qrJ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #uzwEFnLialy31mddCd3XvKUZfWb9W8xN {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #Nz92I8cIEXwiXZrztvTzO4zftVAIMDK5 {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #cfRMGE6D6g4EFGZlnrTF7NzkgrBxP7As {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #eEJOPKktTi7JCFH1P2fk4X1TVGe7JMnZ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #hD4HCicMn2X5eEU7kVo2SR9752Lv9AJf {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #vVR0yk06lhbJdGUDqe9uchaTMMt6VkNJ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #AybN65Q0RQDayxsgzFa0a7ZbV2K6NyPt {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #rLxAu4useubfPsA6KH4T4ZGyxl1kJa7g {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tqfNITF4r0OPvHTcAdiMSCTNcSwT5I25 {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tdWIFqnLKxemZzNmitNHplJ4cQAI9aMm {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #U3S9LRkETT4DCHlxyhPsNTdeHZkL6oEG {  }
 }@media only screen and (max-width: 763px) { #OhzwTep1qIL5a7HJN7t6f8C3wwdbCNoE { top:2.375rem;left:0rem;width:37.375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6H0fgRyM0g3zgeUpWlSGxrEaeQ04hGa { top:8.25rem;left:0rem;width:32.9375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrJneTWmzMvkXIZpyTCTfncew0xAL2m5 { top:5.25rem;left:0rem;width:34rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFVrKW3zZoqEQfcf70uEAMz65tpSHBqr { top:14.8125rem;left:0rem;width:36.625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhBtudZCtekgoF83mRzLnLkdfTpXUEPr { top:3.375rem;left:20rem;width:27.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI { display:block; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU0JMB636SrSTXNOko7O0KW4vf4VwwnE { top:4rem;left:24.625rem;width:23.125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdF3rvrOTwDOxp1TGZITqa7c746JiDX { top:11.0625rem;left:21.3125rem;width:26.4375rem;height:;font-size:0.875rem;display:block; }#umdF3rvrOTwDOxp1TGZITqa7c746JiDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
 }@media only screen and (max-width: 763px) { #QnIIOwdJqCTvTWGVyykAqund81GBFbBW { top:1.125rem;left:16.8125rem;width:30.9375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBN5SftLbLn80HRxSCtrMKsmGSoiWA8p { top:1.4375rem;left:0rem;width:42.9375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZxlp6hJxOQGxw5ldGbXXzBmxK6x0Dxa { top:4rem;left:0rem;width:25.625rem;height:4.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG { top:11.3125rem;left:0rem;width:32rem;height:20.25rem;font-size:0.875rem;display:block; }#gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
 }@media only screen and (max-width: 763px) { #iDtwtGk3Vn5FObXwtkkNQyCqF9HlK7aW { top:1.6875rem;left:20.272705078125rem;width:16.875rem;height:35.929460213435rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXP6ezVaouoCbtIqfRaCxt4ZRTJN4C1 { width:47.75rem;height:25.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN { display:block; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OviyJIaUw5TSdi0CvZJ3rk4fRFsMZdA1 { top:5.375rem;left:0rem;width:34.8125rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbRDI6QAoH7fvS9WJe9HAfd55gEwkfCJ { top:2.0625rem;left:0rem;width:16.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM21ZUrvFLtNo3sTddXPCBTonya2NWbu { top:21.9375rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH3BKQ1rTB13CGVlopb9Hztrm0RS1dsP { top:24rem;left:28.375rem;width:19.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZF8EcERO4mSGMSpLolA06Vm9LckMTcA { top:4.5rem;left:28.3974609375rem;width:0.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkI8W0XneP8ri43fEgf5OCDiqnXB3ofr { top:2.0625rem;left:28.1875rem;width:19.5625rem;height:19.749281833411rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl { display:block; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnVXSKvOEHkDo7IgwiphNMt7COoKssmi { top:9.5625rem;left:4.6875rem;width:38.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lngexPHEqgULTDDsRWtzcix7QN1SI7fM { top:6.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKtA89ZOp89sqy6cntJ6XHgPaBbClEa2 { width:31.6875rem;height:3.4375rem;top:12.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dbTmzD11WMuxeqqUXTLfNSTDDM7uRF { display:block; }
 }@media only screen and (max-width: 763px) { #lFkKkBT27mcSVMyzQfebVoDA5u7xXhM6 { top:5.1875rem;left:14.5rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q { display:block; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldopTA1rJh0HoUHG4LSdHoA4A0VhfPEc { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX6dZfGC1hfeD0cBxl8Cu4JWia8aueQ7 { width:25.9375rem;height:;top:2rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6q4GSDCIfVJMVa3xEXoz3SC9I4brQlz { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlxbpXo1BJycHpFym5qLAvnevHQWxBA { width:5.9375rem;height:1.375rem;top:2rem;left:41.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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-input-button { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8  { width:16.875rem;height:auto;top:21.93603515625rem;left:0.25rem;border-top:0.0625rem solid #93c572;border-left:0.0625rem solid #93c572;border-right:0.0625rem solid #93c572;border-bottom:0.0625rem solid #93c572;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 {display:block;}#o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 { width:16.875rem;height:auto;top:21.93603515625rem;left:0.25rem;border-top:0.0625rem solid #93c572;border-left:0.0625rem solid #93c572;border-right:0.0625rem solid #93c572;border-bottom:0.0625rem solid #93c572;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #czovA2vwDqqauLi5QxSROtzu2JUF0XgO {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #fBrBaea4311iJV7dU2bvPOaqfypBOqMk {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #p6mtbtJHfM6bHIx88yXgCgVJDRNu1qrJ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #uzwEFnLialy31mddCd3XvKUZfWb9W8xN {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #Nz92I8cIEXwiXZrztvTzO4zftVAIMDK5 {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #cfRMGE6D6g4EFGZlnrTF7NzkgrBxP7As {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #eEJOPKktTi7JCFH1P2fk4X1TVGe7JMnZ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #hD4HCicMn2X5eEU7kVo2SR9752Lv9AJf {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #vVR0yk06lhbJdGUDqe9uchaTMMt6VkNJ {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #AybN65Q0RQDayxsgzFa0a7ZbV2K6NyPt {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #rLxAu4useubfPsA6KH4T4ZGyxl1kJa7g {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tqfNITF4r0OPvHTcAdiMSCTNcSwT5I25 {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #tdWIFqnLKxemZzNmitNHplJ4cQAI9aMm {  }
 }@media only screen and (max-width: 763px) { #o6CU5xKNfPyAceSoMzoyPRJHBHkxEWU8 #U3S9LRkETT4DCHlxyhPsNTdeHZkL6oEG {  }
 }@media only screen and (max-width: 763px) { #OhzwTep1qIL5a7HJN7t6f8C3wwdbCNoE { width:18.0625rem;height:3.8994125rem;top:3.187255859375rem;left:0.9676513671875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C6H0fgRyM0g3zgeUpWlSGxrEaeQ04hGa { width:18.248875rem;height:9.097625rem;top:12.311279296875rem;left:0.9371337890625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vrJneTWmzMvkXIZpyTCTfncew0xAL2m5 { width:16.375rem;height:2.92480625rem;top:7.93701171875rem;left:0.9686279296875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tFVrKW3zZoqEQfcf70uEAMz65tpSHBqr { width:20rem;height:67.5rem;top:1.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhBtudZCtekgoF83mRzLnLkdfTpXUEPr { width:17.1875rem;height:21.6865rem;top:46.06103515625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI { display:block; }#RrfO8q7zVLvEbM1o9rDuewnSfrFNFKJI > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FU0JMB636SrSTXNOko7O0KW4vf4VwwnE { width:16.5625rem;height:3.8994125rem;top:1.799560546875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdF3rvrOTwDOxp1TGZITqa7c746JiDX { width:17.8125rem;height:21.558125rem;top:6.5484619140625rem;left:0.9375rem;font-size:0.875rem;display:block; }#umdF3rvrOTwDOxp1TGZITqa7c746JiDX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
 }@media only screen and (max-width: 763px) { #QnIIOwdJqCTvTWGVyykAqund81GBFbBW { width:20rem;height:33.25rem;top:32.874877929688rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dBN5SftLbLn80HRxSCtrMKsmGSoiWA8p { width:20rem;height:34.125rem;top:0.3125rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mZxlp6hJxOQGxw5ldGbXXzBmxK6x0Dxa { width:18.5625rem;height:3.8994125rem;top:34.125rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG { width:18.1875rem;height:24.1953125rem;top:39.437133789062rem;left:0.9375rem;font-size:0.875rem;display:block; }#gfilLBzrvR3u5dvAiJ5lxdCSTa2bVlwG li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_fef59af938731c9068f49fb549b4451c592b3114.svg); }
 }@media only screen and (max-width: 763px) { #iDtwtGk3Vn5FObXwtkkNQyCqF9HlK7aW { width:16.875rem;height:35.929460213435rem;top:67.624502929687rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkXP6ezVaouoCbtIqfRaCxt4ZRTJN4C1 { top:28.061401367188rem;left:0rem;width:20rem;height:10.6875rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN { display:block; }#mGS0ZgGSn2F1PJTLAZN7fGTTqi6OkuxN > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OviyJIaUw5TSdi0CvZJ3rk4fRFsMZdA1 { width:18.5rem;height:26.9414rem;top:11.3125rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbRDI6QAoH7fvS9WJe9HAfd55gEwkfCJ { width:16.25rem;height:2.2749rem;top:1.5rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM21ZUrvFLtNo3sTddXPCBTonya2NWbu { width:11.875rem;height:1.4624rem;top:5.8116455078125rem;left:6.061767578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH3BKQ1rTB13CGVlopb9Hztrm0RS1dsP { width:10.499875rem;height:2.2744125rem;top:7.4371337890625rem;left:6.1868896484375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZF8EcERO4mSGMSpLolA06Vm9LckMTcA { width:0.1875rem;height:18.75rem;top:76.25424609375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PkI8W0XneP8ri43fEgf5OCDiqnXB3ofr { width:4.75rem;height:4.8125rem;top:5.3741455078125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl { display:block; }#UXrzD3PNipqBXey5Q30HSpV4x1JrQ5rl > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnVXSKvOEHkDo7IgwiphNMt7COoKssmi { width:17.687375rem;height:2.4375rem;top:9.0618896484375rem;left:1.15478515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lngexPHEqgULTDDsRWtzcix7QN1SI7fM { width:17.687375rem;height:4.875rem;top:3.3111572265625rem;left:1.156005859375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kKtA89ZOp89sqy6cntJ6XHgPaBbClEa2 { width:18.999rem;height:3.4375rem;top:13.12451171875rem;left:0.4998779296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3dbTmzD11WMuxeqqUXTLfNSTDDM7uRF { display:block; }
 }@media only screen and (max-width: 763px) { #lFkKkBT27mcSVMyzQfebVoDA5u7xXhM6 { width:12.5rem;height:0.062255875rem;top:1.998291015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q { display:block; }#UiPubaMTODaQd4iQExNC6UoNLI9QQ23Q > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldopTA1rJh0HoUHG4LSdHoA4A0VhfPEc { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX6dZfGC1hfeD0cBxl8Cu4JWia8aueQ7 { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6q4GSDCIfVJMVa3xEXoz3SC9I4brQlz { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlxbpXo1BJycHpFym5qLAvnevHQWxBA { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }