.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:255,226,204;--color-primary-1:255,167,102;--color-primary-2:255,108,0;--color-primary-3:153,65,0;--color-primary-4:51,22,0;--color-secondary-0:229,235,237;--color-secondary-1:177,196,201;--color-secondary-2:125,157,165;--color-secondary-3:75,94,99;--color-secondary-4:38,92,105;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,249;--color-tertiary-2:232,232,236;--color-tertiary-3:116,116,118;--color-tertiary-4:23,23,24;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { background-color: transparent; background-image: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container > .video-iframe-container { display: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row > .video-iframe-container { display: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .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); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { border-width: 0; border-radius: 0; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .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; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(45deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.25rem;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; }#ZSS9WaLrtTr6QSAn6cElWL2JTILwggbx { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:15.625rem;top:0rem;left:1.0625rem;overflow:hidden;display:block; }
#sy01UVUbGomb6if5C03FatOmzlOmABis { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;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:georgia;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:56.625rem;display:block; }
#IJclGUtNnhCMwHFVTVdWmD61GEtMJ5C8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGC40KDuMbqcVdwXdaSTemmMNvMBx2TJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.9375rem;left:33rem;display:block; }
#IpI2iWF6vz7xxOIe46D7R24VDNCfATFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cEpicKCGGiGeqnKW8XEicxMGeZdRhsfC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:43rem;display:block; }
#VkRw78KedH0gFaXpOAWqRThEevODguJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M { position:relative;display:block; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M { background-color: transparent; background-image: none; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row .container > .video-iframe-container { display: none; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row > .video-iframe-container { display: none; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .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); }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M { border-width: 0; border-radius: 0; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .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; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.5rem;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; }#ByhQ09cvhnwIPDbd0VV2qpI7BF2NTwUN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-3),0.15) ;height:18.5625rem;width:37.25rem;top:18.0625rem;left:37.3125rem;overflow:hidden;display:block; }
#eFrKzFgAMf82JhhFSWO6cfRU3WNpHDGN { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:12.4375rem;left:7.25rem;display:block; }
#MrclSF5GKEzDe7v4Tbnc1Bw0XnxMFcbI { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:14.25rem;left:1.0625rem;height:28.5rem;display:block; }
#CyvnoxxSBCDnTFOpgt2rn1IfPTUU6fFK { 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:15062;opacity:1;top:13.125rem;left:32.8125rem; }
#iKTGqvWwDMzCD5H2B06mg9GaObbWtTEW { color:rgba(var(--color-tertiary-4),0.82);display:block;width:49.625rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:9.3125rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBhzUn3XOkWyeKELygehTFCELAP09OqH { position:relative;display:block; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH { background-color: transparent; background-image: none; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row .container > .video-iframe-container { display: none; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row > .video-iframe-container { display: none; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .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); }#XBhzUn3XOkWyeKELygehTFCELAP09OqH { border-width: 0; border-radius: 0; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .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; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),0.21);background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;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; }#dre7He6kJXrZuwwi9gygnKsQ1VPGUWcl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:11.25rem;left:3rem;height:11.8125rem;display:block; }
#e1M8HFEZW6HVn7NH7Pew2mChTzs0NRtG { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:7.5rem;left:3rem;height:3.25rem;display:block; }
#uvMXbkcnOxB2t7BNhhce5cyd6p76rmpc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:11.25rem;left:27.375rem;height:11.8125rem;display:block; }
#AQHOT4UFTLRPgNQuvXwEmPeiiSrwH1oN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:7.5rem;left:27.375rem;height:3.25rem;display:block; }
#b8H6f0S0ONa8bir5xREEceSq42nsTNCL { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:26.875rem;left:50.5625rem;height:3.25rem;display:block; }
#qgyN1q3nWd8ZeeBVMzDiQt3XpuLn8lOb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;top:30.625rem;left:50.5625rem;height:8.4375rem;display:block; }
#K6STD6DTB38zeLZC1HAEwpEgT9R4wP5s { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.5;letter-spacing:0;top:30.625rem;left:3rem;height:10.125rem;display:block; }
#kztymS9PIp31o7vCPCmLVhw5ifii9PXt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:26.875rem;left:3rem;height:3.25rem;display:block; }
#GIhRueOJeQ3dmCVi1XSHeqomOzAyCbZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:30.625rem;left:27.375rem;height:10.125rem;display:block; }
#eE5w985V1vdRrJqTM85bsyqIUUxfMDnk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:26.875rem;left:27.375rem;height:3.25rem;display:block; }
#iSUafkEupngqU4TXualCBDmUD4JQpanG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:11.25rem;left:50.5625rem;height:13.5rem;display:block; }
#CPXmSXhsKnguS9XGpAuP5RKCHDT86ArB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:7.5rem;left:50.5625rem;height:3.25rem;display:block; }
#MJKsMmUhrDImh9oxlFF9QhO4WOlyq6vh { color:rgba(var(--color-tertiary-4),1);display:block;width:71.9375rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.22265625rem;left:0rem;height:2.6806625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fK545lBeOTh86ELfFPlwnSSsdSer5T17 { box-sizing:content-box;height:32.4375rem;width:0.25rem;position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:23rem;display:block; }
#LH3M8Coy2z4TcFlKmGD2RxPuvheMN5a1 { box-sizing:content-box;height:32.4375rem;width:0.25rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8125rem;left:46.6806640625rem;display:block; }
#Qu0VXrIFkUDxNA7eI575Q4c0CBvXiNDn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.375rem;top:29.5rem;left:14.25rem;display:none; }
#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { position:relative;display:block; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { background-color: transparent; background-image: none; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row .container > .video-iframe-container { display: none; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row > .video-iframe-container { display: none; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .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); }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { border-width: 0; border-radius: 0; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .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; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.6875rem;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; }#GJvzU7OvNMLJnKt3TwHasRic4M94QJtk { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:3.625rem;left:0rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVRrduGhXFNo8lQoFn6W3i0qD9LlAiyf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.0625rem;left:0rem;display:none; }
#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.5;letter-spacing:0;top:10.5rem;left:6.5rem;height:24.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:10.5rem;left:39.15625rem;height:24.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
#iOJ1sEt3l6tkDHQoDgqChqToF5IgdZ8X { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.6875rem;left:10.25rem;display:block; }
#Hu2f54dCmfUp45WMw0swOQuRary5S7el { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:37.34375rem;display:block; }
#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT { position:relative;display:block; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT { background-color: transparent; background-image: none; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row .container > .video-iframe-container { display: none; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row > .video-iframe-container { display: none; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .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); }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT { border-width: 0; border-radius: 0; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .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; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.5625rem;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; }#zpS9D7fI4M8eGl9xuADAWnb2PrnilvgT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.0625rem;left:0rem;display:none; }
#OrV2lANarvrJxymSHHUiMut0p5SXdwws { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.5rem;height:4.375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:27.15625rem;left:22.75rem;display:block; }
#m1Q9dpDq9Xg0ULrIh26hX2PmsXXhwc1H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uFyX3rt62Td0nO7KEpLxGBIkA1ezzl5R { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:20.6875rem;left:13.75rem;height:3.57421875rem;text-align:left;text-align-last:left;display:block; }
#QIqNGdx6m2LSy0LkAZddcmEtfJqJbkGd { 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:15073;opacity:1;top:20.9375rem;left:26.8125rem; }
#brtFOP8A8lvGXfQr8rFEWyIWePVgualP { 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:15080;opacity:1;top:20.625rem;left:31.6875rem; }
#ii6g0rN22wouggJCuB7R91TSX56ZqprI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:14.5rem;left:13.8125rem;height:5.361325rem;text-align:left;text-align-last:left;display:block; }
#ytuv0WcD93GC4TQP5cOROhxOgKXpA9eS { 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:15075;opacity:1;top:16.25rem;left:26.8125rem; }
#rdTxN2cxvC2BzNPCChvfo10Sof1aRr2U { 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:15079;opacity:1;top:15.9375rem;left:31.6875rem; }
#kEO0DoDBnTXxFBRVcglnRrOvoc7VVhqT { color:rgba(var(--color-tertiary-3),1);display:block;width:49.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:3.55078125rem;left:10.875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#pKREKlUVvT8pGGUPgsQ0vl3Z6OVUupks { 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:15061;opacity:1;top:11.3125rem;left:26.9375rem; }
#z2v0Juq2TQKTEz2ixCnVPVqo0ilUUrrW { 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:15078;opacity:1;top:11.125rem;left:31.6875rem; }
#MhhdhT3sRJnqlZ0mHdpWka8xwhRWnDJf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:11.3125rem;left:13.75rem;height:1.7871125rem;display:block; }
#oGbfU3B5tS1MigOZE7CRtQJv0Ue6verF { color:rgba(var(--color-tertiary-4),1);display:block;width:68.375rem;position:absolute;font-family:georgia;font-size:2rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:1.67578125rem;left:1.4375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KQcBI5xCVWy9V9wdmE5bsh4xlTTdRScv { color:rgba(var(--color-tertiary-4),0.81);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:35.125rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jr4DiIVu8ygqkJSwqDUAZfudzKVMH9PN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:10.25rem;left:39.8125rem;height:15.1875rem;text-align:justify;text-align-last:initial;display:block; }
#Z9tDWAS82ZyEV63QZUxGiGKSniLylCh6 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:37.375rem;display:block; }
#CpBXnped7ZEqJld3piPH5ixu3QaUfsuk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:27rem;top:37.0625rem;left:1.1875rem;display:none; }
#zD1Sp3eDnadTsPuoLfJcQZKLVwvPxBnl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.6875rem;left:10.25rem;display:none; }
#FO3ZX05HtGg5HZBrbD8IGcHAPIMXqGrz { 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:15041;opacity:1;top:32.9375rem;left:60.03125rem;display:none; }
#vDde9V0mwBZqCxopwbkhVnwxQxmqC2PS { 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:15042;opacity:1;top:30.40625rem;left:47.75rem; }
#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 { position:relative;display:block; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 { background-color: transparent; background-image: none; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row .container > .video-iframe-container { display: none; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row > .video-iframe-container { display: none; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .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); }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 { border-width: 0; border-radius: 0; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .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; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.8125rem;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; }#dD131rnvRnoi9L5HviQmWgy67sREdwOH { color:#3c3833;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ciAuJ3DHTw668aegGwUAx9LRvczxkzeP { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:4.46875rem;left:0rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XQ2qkSZ4Cnrnw2RLW3BWJOHDmfGLGyW4 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:35.6875rem;width:18.9375rem;top:9.3125rem;left:7.75rem;display:block; }
#tXO282sdHgbKIsyFD9aX4CC3VIqJUtR3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:35.8125rem;width:18.9375rem;top:9.25rem;left:28.3125rem;display:block; }
#HAbxPlmX99WU9roO48X8IwUfqStnoh1o { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:35.75rem;width:18.9375rem;top:9.3125rem;left:48.3125rem;display:block; }
#nIzlVdyA5JDndskMbIzXKJrFudSBow1V { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:10.5625rem;left:12.25rem;height:3.4121125rem;display:block; }
#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:15.375rem;left:8.5rem;height:19.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:14.875rem;left:29rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#fJTpdIsyqtHbGFe79Oznbusxkf5lTITC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:10.375rem;left:33.3125rem;height:3.4121125rem;display:block; }
#R1iL4FG8ubsRhe6lznTeFGybwiBXfKQ1 { 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:15071;opacity:1;top:10.625rem;left:29.6875rem; }
#mOVttHLBipmP8WQIpMn30PmzETfXKQXE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:14.875rem;left:49.0625rem;height:28.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mOVttHLBipmP8WQIpMn30PmzETfXKQXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mOVttHLBipmP8WQIpMn30PmzETfXKQXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#iJTi9eu3gN9DEbybFVfGoIns6KJF1ZzB { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:10.625rem;left:51.375rem;height:3.25rem;display:block; }
#lLhyR1AfB74T7pzG6TTPrnwJKwdMBBpl { 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:15078;opacity:1;top:10.625rem;left:8.4375rem; }
#pzz9UhVe2gJDoLlEg6ef8wIeJZNrA9vA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:10.9375rem;left:48.75rem; }
#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o { position:relative;display:none; }#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o { border-width: 0; border-radius: 0; }#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o > .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; }#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.0625rem;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:none; }#uuvnySKPVtOJiuGZZCKey2icIeDm8Z9y { color:#3c3833;display:block;width:75rem;position:absolute;font-family:georgia;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lb6FKG10BoVeISckVCwKyuesMAa62dRr { color:#a0a0a0;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.46875rem;left:0rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zT56mOdTmOsDEo66gtm7IP4WpEWUh24W { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:11.5rem;width:63.3125rem;top:7.0498046875rem;left:7.125rem;display:block; }
#SW80fzRpyN5h3urETnrLx8TOn68H3Duv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:11.0927734375rem;left:13.1875rem;height:;display:block; }
#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:7.9560546875rem;left:31.65625rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#OEVcTdKGakSZe99sZwynczgi8bvwZgQ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.32421875rem;left:13.1875rem;height:;display:block; }
#iTJAb6cPEvruZefweTsIb9hygNWyBABv { 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:15071;opacity:1;top:23.46875rem;left:9.3125rem; }
#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:33.75rem;left:31.65625rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#UhR04AezTRTJhN294N8rQ0hLWUZ5mGIF { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:37.5rem;left:13.1875rem;height:;display:block; }
#zgcTdPcE9TI8CAB0ExJ1pXBCAnBXvK4x { 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:15078;opacity:1;top:11.2373046875rem;left:9.3125rem; }
#BvA2GZDTZGRqJs2Fp3LaIIsxrd4lzWZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:37.75rem;left:10rem; }
#qErOJ7GEL4nzFIMDTU3inwLdyt4PgPKD { box-sizing:content-box;height:7rem;width:0.125rem;position:absolute;display:block;z-index:15082;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.2998046875rem;left:30.0224609375rem;display:block; }
#clnb9awXgKcyHWr5TwNyBgMT7Per1lOE { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:12.6875rem;width:63.3125rem;top:19.6123046875rem;left:7.125rem;display:block; }
#TaGKiWaztG7mZ5b40fifrTbyofenMrh8 { box-sizing:content-box;height:7rem;width:0.125rem;position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.8623046875rem;left:30.0224609375rem;display:block; }
#orcLUw6EypUHiPR0aya3wszNTAppsC4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:20.2685546875rem;left:31.65625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#orcLUw6EypUHiPR0aya3wszNTAppsC4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#orcLUw6EypUHiPR0aya3wszNTAppsC4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
#Gv3NlWwNTE70K4KTo0J1elgTv2vSXbco { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat: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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5) ;height:14.125rem;width:63.3125rem;top:33.2998046875rem;left:7.125rem;display:block; }
#C3DoXhVVJ4cs21DHyRIx71xNHf86zcSJ { box-sizing:content-box;height:7rem;width:0.125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:30.0224609375rem;display:block; }
#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { position:relative;display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { background-color: transparent; background-image: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row > .video-iframe-container { display: none; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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); }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { border-width: 0; border-radius: 0; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .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; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.5625rem;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; }#XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.875rem;left:46.875rem;display:block; }
#ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.1;letter-spacing:0;top:27.75rem;left:41rem;height:1.51171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:44.9375rem;left:0.5rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/1f2d2ece-542e-42b4-bfdc-0d0e90bdd51a/neumann.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:35rem;width:37.5rem;top:4.125rem;left:0rem;display:block; }#EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.adaptive-delivery-prevent-bg, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyload, #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua.lazyloading { background-image: none; }
#IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:41.9375rem;left:0.5rem;height:5.0625rem;font-style:normal;display:block; }
#fEwV1gtutz7qfe7nwDt00hBKvX41TF7b { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:4.25rem;left:39.375rem;height:21.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#fEwV1gtutz7qfe7nwDt00hBKvX41TF7b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fEwV1gtutz7qfe7nwDt00hBKvX41TF7b li:before{  }
#d5FHZCFr0vDm64A030kq8vEtlOs0dVXz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:40.625rem;left:0.625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:36rem;left:42.75rem;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.625rem;left:42.5rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:39.375rem;left:42.5rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:40.125rem;left:43.1875rem;display:block; }
#fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:43.5rem;left:42.9375rem;display:block; }
#D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:43.1875rem;left:42.5rem;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:36.3125rem;left:46.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:42.8125rem;left:46.375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#orzkiGmqKAE5O4XprBaJdLOWTHnO2hi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:39.875rem;left:46.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OOHaHINTZvMuHB6yXxo6a5w4GvlpiVpu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.6875rem;left:10.25rem;display:none; }
#C8JfwXCdBZJOqN82rws2J6zQJhT4faVz { 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:15041;opacity:1;top:32.9375rem;left:60.03125rem; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { position:relative;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.81); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.81); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ecf41117-8372-45fa-8e2d-53b0e559d3ec/shutterstock_143268841e1529523293922.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:47.5rem;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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container.lazyloading { background-image: none; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:10.75rem;left:2.71875rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TRApDVprulIti8mzzZH1kaTaOmxEFQvT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15085;line-height:1.5;letter-spacing:0;top:25.125rem;left:21.375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nS5qqLqTlLhcIp27nSpW2vTBulcZkOPU { position:absolute;display:block;z-index:15076;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;height:11.5625rem;width:11.5625rem;top:21.9375rem;left:21.53125rem;display:block; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-form-header { font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-regular-label { height:auto;display:inline-block;*zoom:1;*display:inline;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text { 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.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:inline-block;*zoom:1;*display:inline;width:22.125rem;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;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:inline-block;*zoom:1;*display:inline;width:22.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:exo;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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:inline-block;*zoom:1;*display:inline;width:22.125rem;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;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:8.125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));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:8.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.125rem;height:4.375rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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:20.875rem;overflow:hidden;font-style:normal;float:none; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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;float:none; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-container:first-of-type{padding-top:0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-container:last-of-type{padding-bottom:0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6  { background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15063;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:18.94921875rem;left:28.6875rem;font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.125rem;display:inline-block;*zoom:1;*display:inline;vertical-align:middle; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .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; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 {display:block;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 { background-color:rgba(var(--color-tertiary-0),0.34);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15063;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:18.94921875rem;left:28.6875rem;font-size:0.875rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #WxcwsP0XzZcPd5CXz7y6ls1AdBdWOXLS { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #VokTkQTbnUOLUVWXDvToTx83bOc7xTZQ { position:relative;display:block; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #BrGTtZ2oQcFLJPVDyU36T0xQ2cR1RopM { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #E07D3X9IVhaWMKvuiUf9JsFyBROKelbQ { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lDCPt2GW42NMqQdGC9ovVxZ00DpK9So3 { position:relative;display:block; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #du9dSKbRPmkFNUxt1KZbPISWVrB7ZS13 { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #t3cHL8FCswPbQ3IqJF8ayBoDQ32e2LDs { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lBBtlnRp3WvlK0MPNuzR8PqdxBS0gSOT { position:relative;display:block; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #DiiMODeF0zwNCfeMNcQQiLdybia18ZLF { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #LOrH74LhxmMRB25vOySnfkTPZArBZvOH { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #FropvPBiITeTKuQKbdkJPdSdH6NJCkFR { position:relative;z-index:2; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lQdkQgS5qmQyowuUCnt89QP84khaHi4Z { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #zE5NEWNUkyz5TZqUeHTwyOPx0PWveXkg { position:relative; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #bQeKSIsnaGAkB3w4J9QJQLeGM19tDKqL { position:relative; }
#mSqZHTsHnDz4rRbyvxrXgQ58VoRkrA9m { 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:15086;opacity:1;top:38.34765625rem;left:58.375rem; }
#J8Zohhzo4qwcolRJo7yRC9Su5nmc3TGa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:29.5625rem;left:1.125rem;display:none; }
#ZhHPWrXadWTISQcvVxJBosE0fZns2bn3 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:42.30078125rem;left:27.96875rem;height:4.22265625rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { z-index:;position:relative;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color:rgba(var(--color-tertiary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#KRieQoanQqyXLTBo1u1F6TsIBkSeF97T { background-color:rgba(var(--color-tertiary-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-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:1.5rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:2.9375rem;left:64.125rem;display:block; }
#aGFTfySs85x6ZMpQbhTyAk3PpxhICGSC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { display:block; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSS9WaLrtTr6QSAn6cElWL2JTILwggbx { width:15.625rem;height:4.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy01UVUbGomb6if5C03FatOmzlOmABis { width:10.875rem;height:2.4375rem;top:0.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJclGUtNnhCMwHFVTVdWmD61GEtMJ5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #yGC40KDuMbqcVdwXdaSTemmMNvMBx2TJ { width:8.75rem;height:2.4375rem;top:0.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpI2iWF6vz7xxOIe46D7R24VDNCfATFk { display:block; }
 }@media only screen and (max-width: 763px) { #cEpicKCGGiGeqnKW8XEicxMGeZdRhsfC { width:11.25rem;height:2.4375rem;top:0.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkRw78KedH0gFaXpOAWqRThEevODguJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M { display:block; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByhQ09cvhnwIPDbd0VV2qpI7BF2NTwUN { top:18.0625rem;left:10.5rem;width:37.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrKzFgAMf82JhhFSWO6cfRU3WNpHDGN { top:12.4375rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrclSF5GKEzDe7v4Tbnc1Bw0XnxMFcbI { top:14.25rem;left:0rem;width:34.125rem;height:28.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyvnoxxSBCDnTFOpgt2rn1IfPTUU6fFK { top:13.125rem;left:19.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTGqvWwDMzCD5H2B06mg9GaObbWtTEW { width:47.75rem;height:2rem;top:9.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBhzUn3XOkWyeKELygehTFCELAP09OqH { display:block; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dre7He6kJXrZuwwi9gygnKsQ1VPGUWcl { top:11.25rem;left:0rem;width:16.3125rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1M8HFEZW6HVn7NH7Pew2mChTzs0NRtG { top:7.5rem;left:0rem;width:13.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvMXbkcnOxB2t7BNhhce5cyd6p76rmpc { top:11.25rem;left:13.75rem;width:16.3125rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQHOT4UFTLRPgNQuvXwEmPeiiSrwH1oN { top:7.5rem;left:13.75rem;width:22.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8H6f0S0ONa8bir5xREEceSq42nsTNCL { top:26.875rem;left:27.75rem;width:20rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgyN1q3nWd8ZeeBVMzDiQt3XpuLn8lOb { top:30.625rem;left:31.4375rem;width:16.3125rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6STD6DTB38zeLZC1HAEwpEgT9R4wP5s { top:30.625rem;left:0rem;width:18.4375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztymS9PIp31o7vCPCmLVhw5ifii9PXt { top:26.875rem;left:0rem;width:13.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhRueOJeQ3dmCVi1XSHeqomOzAyCbZ8 { top:30.625rem;left:13.75rem;width:16.3125rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5w985V1vdRrJqTM85bsyqIUUxfMDnk { top:26.875rem;left:13.75rem;width:17.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSUafkEupngqU4TXualCBDmUD4JQpanG { top:11.25rem;left:28.625rem;width:19.125rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPXmSXhsKnguS9XGpAuP5RKCHDT86ArB { top:7.5rem;left:31.125rem;width:16.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJKsMmUhrDImh9oxlFF9QhO4WOlyq6vh { width:47.75rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK545lBeOTh86ELfFPlwnSSsdSer5T17 { top:8.75rem;left:9.375rem;width:0.25rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LH3M8Coy2z4TcFlKmGD2RxPuvheMN5a1 { top:8.8125rem;left:33.0556640625rem;width:0.25rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qu0VXrIFkUDxNA7eI575Q4c0CBvXiNDn { top:29.5rem;left:0.65625rem;width:12.5rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { display:block; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJvzU7OvNMLJnKt3TwHasRic4M94QJtk { width:47.75rem;height:2rem;top:3.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRrduGhXFNo8lQoFn6W3i0qD9LlAiyf { top:1.0625rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 { width:26.6875rem;height:24.25rem;top:10.5rem;left:0rem;font-size:1.125rem;display:block; }#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
 }@media only screen and (max-width: 763px) { #ynbZSxJt4mREd37gOMU4nGGZshFZQXxt { width:27.75rem;height:24.25rem;top:10.5rem;left:20rem;font-size:1.125rem;display:block; }#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
 }@media only screen and (max-width: 763px) { #iOJ1sEt3l6tkDHQoDgqChqToF5IgdZ8X { top:6.6875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu2f54dCmfUp45WMw0swOQuRary5S7el { top:12.9375rem;left:23.71875rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT { display:block; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpS9D7fI4M8eGl9xuADAWnb2PrnilvgT { top:1.0625rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrV2lANarvrJxymSHHUiMut0p5SXdwws { width:29.5rem;height:4.375rem;top:27.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Q9dpDq9Xg0ULrIh26hX2PmsXXhwc1H { display:block; }
 }@media only screen and (max-width: 763px) { #uFyX3rt62Td0nO7KEpLxGBIkA1ezzl5R { top:20.6875rem;left:0.125rem;width:11.0625rem;height:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIqNGdx6m2LSy0LkAZddcmEtfJqJbkGd { top:20.9375rem;left:13.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brtFOP8A8lvGXfQr8rFEWyIWePVgualP { top:20.625rem;left:18.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii6g0rN22wouggJCuB7R91TSX56ZqprI { top:14.5rem;left:0.1875rem;width:11.9375rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytuv0WcD93GC4TQP5cOROhxOgKXpA9eS { top:16.25rem;left:13.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdTxN2cxvC2BzNPCChvfo10Sof1aRr2U { top:15.9375rem;left:18.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEO0DoDBnTXxFBRVcglnRrOvoc7VVhqT { top:3.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKREKlUVvT8pGGUPgsQ0vl3Z6OVUupks { top:11.3125rem;left:13.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2v0Juq2TQKTEz2ixCnVPVqo0ilUUrrW { top:11.125rem;left:18.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhhdhT3sRJnqlZ0mHdpWka8xwhRWnDJf { top:11.3125rem;left:0.125rem;width:12.25rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGbfU3B5tS1MigOZE7CRtQJv0Ue6verF { width:47.75rem;height:2rem;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQcBI5xCVWy9V9wdmE5bsh4xlTTdRScv { width:47.75rem;height:5.0625rem;top:35.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4DiIVu8ygqkJSwqDUAZfudzKVMH9PN { top:10.25rem;left:19.4375rem;width:28.3125rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9tDWAS82ZyEV63QZUxGiGKSniLylCh6 { top:7.8125rem;left:23.75rem;width:0.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpBXnped7ZEqJld3piPH5ixu3QaUfsuk { top:37.0625rem;left:0rem;width:17.625rem;height:27rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD1Sp3eDnadTsPuoLfJcQZKLVwvPxBnl { top:6.6875rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FO3ZX05HtGg5HZBrbD8IGcHAPIMXqGrz { top:32.9375rem;left:39.59375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDde9V0mwBZqCxopwbkhVnwxQxmqC2PS { top:30.375rem;left:34.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 { display:block; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD131rnvRnoi9L5HviQmWgy67sREdwOH { width:47.75rem;height:3.625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAuJ3DHTw668aegGwUAx9LRvczxkzeP { width:47.75rem;height:1.9375rem;top:4.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ2qkSZ4Cnrnw2RLW3BWJOHDmfGLGyW4 { width:18.9375rem;height:35.6875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXO282sdHgbKIsyFD9aX4CC3VIqJUtR3 { width:18.9375rem;height:35.8125rem;top:9.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbxPlmX99WU9roO48X8IwUfqStnoh1o { width:18.9375rem;height:35.75rem;top:9.3125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzlVdyA5JDndskMbIzXKJrFudSBow1V { top:10.5625rem;left:0rem;width:11.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy { width:17.5rem;height:19.8125rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f { width:17.5rem;height:;top:14.875rem;left:15.375rem;font-size:1rem;display:block; }#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #fJTpdIsyqtHbGFe79Oznbusxkf5lTITC { top:10.375rem;left:19.6875rem;width:8.9375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1iL4FG8ubsRhe6lznTeFGybwiBXfKQ1 { top:10.625rem;left:16.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOVttHLBipmP8WQIpMn30PmzETfXKQXE { width:17.5rem;height:28.25rem;top:14.875rem;left:30.25rem;font-size:1rem;display:block; }#mOVttHLBipmP8WQIpMn30PmzETfXKQXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #iJTi9eu3gN9DEbybFVfGoIns6KJF1ZzB { top:10.625rem;left:32.75rem;width:15rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLhyR1AfB74T7pzG6TTPrnwJKwdMBBpl { top:10.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzz9UhVe2gJDoLlEg6ef8wIeJZNrA9vA { top:10.9375rem;left:35.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o { display:block; }#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uuvnySKPVtOJiuGZZCKey2icIeDm8Z9y { width:47.75rem;height:3.625rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6FKG10BoVeISckVCwKyuesMAa62dRr { width:47.75rem;height:1.4375rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT56mOdTmOsDEo66gtm7IP4WpEWUh24W { width:47.75rem;height:11.5rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW80fzRpyN5h3urETnrLx8TOn68H3Duv { top:11.0625rem;left:0rem;width:11.3125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 { width:31.0625rem;height:9.6875rem;top:7.9375rem;left:16.6875rem;font-size:1rem;display:block; }#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #OEVcTdKGakSZe99sZwynczgi8bvwZgQ5 { top:23.3125rem;left:0rem;width:8.9375rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTJAb6cPEvruZefweTsIb9hygNWyBABv { top:23.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ { width:38.6875rem;height:13.0625rem;top:33.75rem;left:9.0625rem;font-size:1rem;display:block; }#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #UhR04AezTRTJhN294N8rQ0hLWUZ5mGIF { top:37.5rem;left:0rem;width:15rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgcTdPcE9TI8CAB0ExJ1pXBCAnBXvK4x { top:11.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvA2GZDTZGRqJs2Fp3LaIIsxrd4lzWZx { top:37.75rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qErOJ7GEL4nzFIMDTU3inwLdyt4PgPKD { top:9.25rem;left:16.3974609375rem;width:0.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnb9awXgKcyHWr5TwNyBgMT7Per1lOE { width:47.75rem;height:12.6875rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaGKiWaztG7mZ5b40fifrTbyofenMrh8 { top:21.8125rem;left:16.3974609375rem;width:0.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcLUw6EypUHiPR0aya3wszNTAppsC4Q { width:37.6875rem;height:;top:20.25rem;left:10.0625rem;font-size:1rem;display:block; }#orcLUw6EypUHiPR0aya3wszNTAppsC4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #Gv3NlWwNTE70K4KTo0J1elgTv2vSXbco { width:47.75rem;height:14.125rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DoXhVVJ4cs21DHyRIx71xNHf86zcSJ { top:36.375rem;left:16.3974609375rem;width:0.125rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:14.5rem;height:3.5rem;top:30.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:24.9375rem;height:1.5rem;top:27.75rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:33.75rem;height:1.5625rem;top:44.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:37.5rem;height:35rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:37.0625rem;height:5.0625rem;top:41.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwV1gtutz7qfe7nwDt00hBKvX41TF7b { width:33.75rem;height:21.5rem;top:4.25rem;left:14rem;font-size:1rem;display:block; }#fEwV1gtutz7qfe7nwDt00hBKvX41TF7b li:before{  }
 }@media only screen and (max-width: 763px) { #d5FHZCFr0vDm64A030kq8vEtlOs0dVXz { width:33.75rem;height:1.3125rem;top:40.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:36rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:35.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:39.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:40.125rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:43.5rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:43.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:24.375rem;height:1.875rem;top:36.3125rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:21rem;height:3.75rem;top:42.8125rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orzkiGmqKAE5O4XprBaJdLOWTHnO2hi4 { width:21rem;height:1.625rem;top:39.875rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOHaHINTZvMuHB6yXxo6a5w4GvlpiVpu { top:6.6875rem;left:0rem;width:12.5rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8JfwXCdBZJOqN82rws2J6zQJhT4faVz { top:32.9375rem;left:39.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:47.75rem;height:6.25rem;top:10.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRApDVprulIti8mzzZH1kaTaOmxEFQvT { width:11.875rem;height:6.75rem;top:25.125rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS5qqLqTlLhcIp27nSpW2vTBulcZkOPU { width:11.5625rem;height:11.5625rem;top:21.9375rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-regular-label { width:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-textarea { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-select { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-button { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-checkbox-label { width:20.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6  { width:30.25rem;height:auto;top:18.9375rem;left:15rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .radio-container { width:22.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 {display:block;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 { width:30.25rem;height:auto;top:18.9375rem;left:15rem; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #WxcwsP0XzZcPd5CXz7y6ls1AdBdWOXLS {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #VokTkQTbnUOLUVWXDvToTx83bOc7xTZQ {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #BrGTtZ2oQcFLJPVDyU36T0xQ2cR1RopM {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #E07D3X9IVhaWMKvuiUf9JsFyBROKelbQ {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lDCPt2GW42NMqQdGC9ovVxZ00DpK9So3 {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #du9dSKbRPmkFNUxt1KZbPISWVrB7ZS13 {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #t3cHL8FCswPbQ3IqJF8ayBoDQ32e2LDs {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lBBtlnRp3WvlK0MPNuzR8PqdxBS0gSOT {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #DiiMODeF0zwNCfeMNcQQiLdybia18ZLF {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #LOrH74LhxmMRB25vOySnfkTPZArBZvOH {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #FropvPBiITeTKuQKbdkJPdSdH6NJCkFR {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lQdkQgS5qmQyowuUCnt89QP84khaHi4Z {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #zE5NEWNUkyz5TZqUeHTwyOPx0PWveXkg {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #bQeKSIsnaGAkB3w4J9QJQLeGM19tDKqL {  }
 }@media only screen and (max-width: 763px) { #mSqZHTsHnDz4rRbyvxrXgQ58VoRkrA9m { top:38.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Zohhzo4qwcolRJo7yRC9Su5nmc3TGa { top:29.5625rem;left:0rem;width:19.4375rem;height:4.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhHPWrXadWTISQcvVxJBosE0fZns2bn3 { top:42.25rem;left:1.625rem;width:46.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRieQoanQqyXLTBo1u1F6TsIBkSeF97T { width:10.875rem;height:1.5rem;top:2.9375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFTfySs85x6ZMpQbhTyAk3PpxhICGSC { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { background-color: transparent; background-image: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container > .video-iframe-container { display: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row > .video-iframe-container { display: none; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .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); }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz { border-width: 0; border-radius: 0; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .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; }#U6WPzQGhM9TKvuKuD4xtkSP8NIlkrIRz > .row .container { width:20rem;height:4.5625rem;background-color:#00000f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSS9WaLrtTr6QSAn6cElWL2JTILwggbx { width:5.625rem;height:1.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy01UVUbGomb6if5C03FatOmzlOmABis { width:7rem;height:2.125rem;top:2.1875rem;left:12.625rem;font-size:0.75rem;line-height:1.5;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJclGUtNnhCMwHFVTVdWmD61GEtMJ5C8 { display:block; }
 }@media only screen and (max-width: 763px) { #yGC40KDuMbqcVdwXdaSTemmMNvMBx2TJ { width:4.8125rem;height:1.8125rem;top:2.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IpI2iWF6vz7xxOIe46D7R24VDNCfATFk { display:block; }
 }@media only screen and (max-width: 763px) { #cEpicKCGGiGeqnKW8XEicxMGeZdRhsfC { width:7.8125rem;height:1.75rem;top:2.5625rem;left:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkRw78KedH0gFaXpOAWqRThEevODguJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M { display:block; }#Fsw1f95REo5QxJcJPqhVSG5orvCKAM9M > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByhQ09cvhnwIPDbd0VV2qpI7BF2NTwUN { width:18.125rem;height:12.0625rem;top:10.2353515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFrKzFgAMf82JhhFSWO6cfRU3WNpHDGN { width:12.5rem;height:0.125rem;top:8.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrclSF5GKEzDe7v4Tbnc1Bw0XnxMFcbI { width:19.125rem;height:36rem;top:24.6103515625rem;left:0.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CyvnoxxSBCDnTFOpgt2rn1IfPTUU6fFK { display:flex;width:1.5rem;height:1.5rem;top:22.9228515625rem;left:17.625rem; }
 }@media only screen and (max-width: 763px) { #iKTGqvWwDMzCD5H2B06mg9GaObbWtTEW { width:20rem;height:3.298825rem;top:4.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XBhzUn3XOkWyeKELygehTFCELAP09OqH { display:block; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH { border-width: 0; border-radius: 0; }#XBhzUn3XOkWyeKELygehTFCELAP09OqH > .row .container { width:20rem;height:81.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dre7He6kJXrZuwwi9gygnKsQ1VPGUWcl { width:17.9375rem;height:7.5rem;top:9.6875rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1M8HFEZW6HVn7NH7Pew2mChTzs0NRtG { width:15.875rem;height:1.4619125rem;top:7.8125rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvMXbkcnOxB2t7BNhhce5cyd6p76rmpc { width:18.3125rem;height:0;top:21.5625rem;left:1.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQHOT4UFTLRPgNQuvXwEmPeiiSrwH1oN { width:16.5625rem;height:3.375rem;top:17.8125rem;left:1.0625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b8H6f0S0ONa8bir5xREEceSq42nsTNCL { width:16.1875rem;height:3.375rem;top:30.875rem;left:1.03125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qgyN1q3nWd8ZeeBVMzDiQt3XpuLn8lOb { width:18rem;height:7.5rem;top:34.625rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6STD6DTB38zeLZC1HAEwpEgT9R4wP5s { width:17.8125rem;height:7.5rem;top:44.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztymS9PIp31o7vCPCmLVhw5ifii9PXt { width:15.4375rem;height:1.4619125rem;top:42.75rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIhRueOJeQ3dmCVi1XSHeqomOzAyCbZ8 { width:18.0625rem;height:7.5rem;top:56.8125rem;left:1.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE5w985V1vdRrJqTM85bsyqIUUxfMDnk { width:14.1875rem;height:3.375rem;top:53.0625rem;left:1.03125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iSUafkEupngqU4TXualCBDmUD4JQpanG { width:17.875rem;height:12rem;top:68.6875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPXmSXhsKnguS9XGpAuP5RKCHDT86ArB { width:15.4375rem;height:3.375rem;top:64.9375rem;left:1.03125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MJKsMmUhrDImh9oxlFF9QhO4WOlyq6vh { width:20rem;height:4.125rem;top:0.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fK545lBeOTh86ELfFPlwnSSsdSer5T17 { width:0.25rem;height:32.4375rem;top:85.65625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LH3M8Coy2z4TcFlKmGD2RxPuvheMN5a1 { width:0.25rem;height:32.4375rem;top:119.34375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qu0VXrIFkUDxNA7eI575Q4c0CBvXiNDn { top:21.3125rem;left:1.03125rem;width:17.8125rem;height:9rem;z-index:15070;font-family:"open sans";line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { display:block; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl { border-width: 0; border-radius: 0; }#noXH9TUNFsw8CdBlDvl3QooEKWCFFCtl > .row .container { width:20rem;height:63.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJvzU7OvNMLJnKt3TwHasRic4M94QJtk { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #MVRrduGhXFNo8lQoFn6W3i0qD9LlAiyf { top:0.6875rem;left:0rem;width:20rem;height:4.875rem;z-index:15036;font-size:1.25rem;text-align:center;text-align-last:center;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 { width:19.125rem;height:27.625rem;top:7.05859375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qkpociN4TITO8OlW7h0mgkaeCDJd7Sh6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
 }@media only screen and (max-width: 763px) { #ynbZSxJt4mREd37gOMU4nGGZshFZQXxt { width:19.125rem;height:26.125rem;top:34.68359375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ynbZSxJt4mREd37gOMU4nGGZshFZQXxt li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b52a933d0594d6bcd3d126921dc5296980eb58f6.svg); }
 }@media only screen and (max-width: 763px) { #iOJ1sEt3l6tkDHQoDgqChqToF5IgdZ8X { width:12.5rem;height:0.125rem;top:62.05859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu2f54dCmfUp45WMw0swOQuRary5S7el { width:0.3125rem;height:18.75rem;top:12.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT { display:block; }#s6sovMf3LiqFNztOBa5MaFOf3htDJ4WT > .row .container { width:20rem;height:88.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpS9D7fI4M8eGl9xuADAWnb2PrnilvgT { top:1.0625rem;left:0rem;width:20rem;height:3.4121125rem;z-index:15036;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #OrV2lANarvrJxymSHHUiMut0p5SXdwws { width:20rem;height:4.375rem;top:68rem;left:0rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #m1Q9dpDq9Xg0ULrIh26hX2PmsXXhwc1H { display:block; }
 }@media only screen and (max-width: 763px) { #uFyX3rt62Td0nO7KEpLxGBIkA1ezzl5R { width:11.0625rem;height:3.1875rem;top:30.625rem;left:4.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QIqNGdx6m2LSy0LkAZddcmEtfJqJbkGd { display:flex;width:3.1875rem;height:3.1875rem;top:27.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #brtFOP8A8lvGXfQr8rFEWyIWePVgualP { display:flex;width:1.875rem;height:1.875rem;top:33.75rem;left:8.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ii6g0rN22wouggJCuB7R91TSX56ZqprI { width:10.625rem;height:4.78125rem;top:19.1875rem;left:4.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ytuv0WcD93GC4TQP5cOROhxOgKXpA9eS { display:flex;width:3.125rem;height:3.125rem;top:16.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #rdTxN2cxvC2BzNPCChvfo10Sof1aRr2U { display:flex;width:1.875rem;height:1.875rem;top:23.875rem;left:8.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kEO0DoDBnTXxFBRVcglnRrOvoc7VVhqT { width:20rem;height:3rem;top:4.474609375rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pKREKlUVvT8pGGUPgsQ0vl3Z6OVUupks { display:flex;width:2.8125rem;height:2.8125rem;top:8.4375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #z2v0Juq2TQKTEz2ixCnVPVqo0ilUUrrW { display:flex;width:1.875rem;height:1.875rem;top:13rem;left:8.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MhhdhT3sRJnqlZ0mHdpWka8xwhRWnDJf { width:11.75rem;height:1.59375rem;top:11.5rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oGbfU3B5tS1MigOZE7CRtQJv0Ue6verF { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #KQcBI5xCVWy9V9wdmE5bsh4xlTTdRScv { width:20rem;height:6rem;top:75.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Jr4DiIVu8ygqkJSwqDUAZfudzKVMH9PN { width:20rem;height:0;top:8.2734375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9tDWAS82ZyEV63QZUxGiGKSniLylCh6 { width:0.3125rem;height:18.75rem;top:57.01953125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpBXnped7ZEqJld3piPH5ixu3QaUfsuk { top:40.375rem;left:1.1875rem;width:17.625rem;height:27rem;z-index:15082;line-height:1.5;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #zD1Sp3eDnadTsPuoLfJcQZKLVwvPxBnl { width:12.5rem;height:0.125rem;top:83.1875rem;left:3.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FO3ZX05HtGg5HZBrbD8IGcHAPIMXqGrz { display:flex;width:3.125rem;height:3.125rem;top:71.25rem;left:16.875rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #vDde9V0mwBZqCxopwbkhVnwxQxmqC2PS { display:flex;width:3.125rem;height:3.125rem;top:84.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 { display:block; }#TZbTtCVCGRlfFKAzrL5MshCLtopJRhL6 > .row .container { width:20rem;height:100.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD131rnvRnoi9L5HviQmWgy67sREdwOH { width:20rem;height:2.4375rem;top:1.0302734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciAuJ3DHTw668aegGwUAx9LRvczxkzeP { width:20rem;height:4.5rem;top:3.4677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XQ2qkSZ4Cnrnw2RLW3BWJOHDmfGLGyW4 { width:18.9375rem;height:26.0625rem;top:9.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXO282sdHgbKIsyFD9aX4CC3VIqJUtR3 { width:18.9375rem;height:26.875rem;top:37.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAbxPlmX99WU9roO48X8IwUfqStnoh1o { width:18.9375rem;height:30.75rem;top:65.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIzlVdyA5JDndskMbIzXKJrFudSBow1V { width:9.75rem;height:3.75rem;top:10.75rem;left:5.625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy { width:15.75rem;height:17.75rem;top:16.4375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PWG5tyxFNBXqGbUs4vCxaTRUedxApnvy li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f { width:17.25rem;height:18.9375rem;top:44.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qHHlnFcbSMF8ZS0CkaEwbVzJhkS4RA7f li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #fJTpdIsyqtHbGFe79Oznbusxkf5lTITC { width:8.3125rem;height:3.75rem;top:39.125rem;left:5.625rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R1iL4FG8ubsRhe6lznTeFGybwiBXfKQ1 { display:flex;width:3.125rem;height:3.125rem;top:39.4375rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #mOVttHLBipmP8WQIpMn30PmzETfXKQXE { width:17.6875rem;height:22.25rem;top:73.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#mOVttHLBipmP8WQIpMn30PmzETfXKQXE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mOVttHLBipmP8WQIpMn30PmzETfXKQXE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #iJTi9eu3gN9DEbybFVfGoIns6KJF1ZzB { width:11.875rem;height:4.875rem;top:67.03125rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLhyR1AfB74T7pzG6TTPrnwJKwdMBBpl { display:flex;width:3.125rem;height:3.125rem;top:11.0625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #pzz9UhVe2gJDoLlEg6ef8wIeJZNrA9vA { display:flex;width:2.75rem;height:2.75rem;top:68.09375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o { display:none; }#XwGJNErkrcue7UT5NtVEnzlOFcbMIA2o > .row .container { width:20rem;height:181.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uuvnySKPVtOJiuGZZCKey2icIeDm8Z9y { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6FKG10BoVeISckVCwKyuesMAa62dRr { width:20rem;height:2.111325rem;top:8.1871490478512rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT56mOdTmOsDEo66gtm7IP4WpEWUh24W { width:18.9375rem;height:18.75rem;top:11.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW80fzRpyN5h3urETnrLx8TOn68H3Duv { width:16.375rem;height:3.75rem;top:81.75rem;left:1.8125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 { width:15.75rem;height:17.75rem;top:88rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cxzikt65TPAn2gJsyDdTTAnkmwN4NdC0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #OEVcTdKGakSZe99sZwynczgi8bvwZgQ5 { width:20rem;height:1.875rem;top:84.875rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iTJAb6cPEvruZefweTsIb9hygNWyBABv { display:flex;width:3.125rem;height:3.125rem;top:77.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ { width:19.125rem;height:19.25rem;top:53.65625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w2SF5MHiVeG6Tv6GIUwyVIo6DGRcvSkJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #UhR04AezTRTJhN294N8rQ0hLWUZ5mGIF { width:11.875rem;height:4.875rem;top:50.0625rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgcTdPcE9TI8CAB0ExJ1pXBCAnBXvK4x { display:flex;width:3.125rem;height:3.125rem;top:139.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BvA2GZDTZGRqJs2Fp3LaIIsxrd4lzWZx { display:flex;width:2.75rem;height:2.75rem;top:170.2626953125rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #qErOJ7GEL4nzFIMDTU3inwLdyt4PgPKD { width:0.125rem;height:7rem;top:143.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clnb9awXgKcyHWr5TwNyBgMT7Per1lOE { width:20rem;height:12.6875rem;top:151.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaGKiWaztG7mZ5b40fifrTbyofenMrh8 { width:0.125rem;height:7rem;top:154.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orcLUw6EypUHiPR0aya3wszNTAppsC4Q { width:15.75rem;height:20.4375rem;top:108.8125rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }#orcLUw6EypUHiPR0aya3wszNTAppsC4Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#orcLUw6EypUHiPR0aya3wszNTAppsC4Q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dad5ec0814e7c75681574c6654d325e3a2db0f6a.svg); }
 }@media only screen and (max-width: 763px) { #Gv3NlWwNTE70K4KTo0J1elgTv2vSXbco { width:20rem;height:14.125rem;top:165.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DoXhVVJ4cs21DHyRIx71xNHf86zcSJ { width:0.125rem;height:7rem;top:168.8876953125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 { display:block; }#HZ55oaccgSaa2O1DkRoL2whqFd0gy8U0 > .row .container { width:20rem;height:71.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQP1hc1ADQPZRXUguxPWK3LOSIFqKUNm { width:12.625rem;height:3.4375rem;top:55.75rem;left:3.6875rem;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ZKeSvBh2d3NSHbzPMm2vXXUZyNX9qskf { display:block; }
 }@media only screen and (max-width: 763px) { #vBU7PDzsJKMZF1oxTAiKhk07MMBKNMZx { width:20rem;height:1.29980625rem;top:53.8037109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #muCDpV43RGXTWTTxm1O0c8AvS0JhGRXZ { width:20rem;height:0.9619125rem;top:23.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #EGKXl5RqOWCV5vSeMP3bDwpOZfzur1Ua { width:20rem;height:13.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbtDqkmhs3NEh42GqNtTkFHHHfivfBbK { width:20rem;height:4.796875rem;top:19.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #fEwV1gtutz7qfe7nwDt00hBKvX41TF7b { width:19.5rem;height:26.75rem;top:25.7412109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:"open sans";display:block; }#fEwV1gtutz7qfe7nwDt00hBKvX41TF7b li:before{  }
 }@media only screen and (max-width: 763px) { #d5FHZCFr0vDm64A030kq8vEtlOs0dVXz { width:20rem;height:1.25rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:59.4375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:59.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:62.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:63.3125rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fO2LlvlSOPKX35vhkTLRlZxrar1DZZb7 { width:2.0625rem;height:2rem;top:67.0625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0BCsgcezoBHOEz2TTGnn0NpDufbRqnb { width:2.8125rem;height:2.8125rem;top:66.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:10.25rem;height:1.5rem;top:59.75rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #KCoO4ApO0MN04fNS1qQNVxtuOBtfxE3c { width:13.75rem;height:4.5rem;top:66.5625rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #orzkiGmqKAE5O4XprBaJdLOWTHnO2hi4 { width:10.25rem;height:1.29980625rem;top:63.380859375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #OOHaHINTZvMuHB6yXxo6a5w4GvlpiVpu { width:12.5rem;height:0.125rem;top:0.4375rem;left:3.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #C8JfwXCdBZJOqN82rws2J6zQJhT4faVz { display:flex;width:3.125rem;height:3.125rem;top:58.1875rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:0;top:17rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TRApDVprulIti8mzzZH1kaTaOmxEFQvT { width:16.8125rem;height:6rem;top:1.724609375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nS5qqLqTlLhcIp27nSpW2vTBulcZkOPU { width:8.5rem;height:8.5rem;top:53.70703125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto;line-height:1;font-family:"open sans"; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6  { width:17.125rem;height:auto;top:6.4375rem;left:0rem; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 {display:block;}#aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 { width:17.125rem;height:auto;top:6.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #WxcwsP0XzZcPd5CXz7y6ls1AdBdWOXLS {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #VokTkQTbnUOLUVWXDvToTx83bOc7xTZQ { display:block; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #BrGTtZ2oQcFLJPVDyU36T0xQ2cR1RopM {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #E07D3X9IVhaWMKvuiUf9JsFyBROKelbQ {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lDCPt2GW42NMqQdGC9ovVxZ00DpK9So3 { display:block; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #du9dSKbRPmkFNUxt1KZbPISWVrB7ZS13 {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #t3cHL8FCswPbQ3IqJF8ayBoDQ32e2LDs {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lBBtlnRp3WvlK0MPNuzR8PqdxBS0gSOT { display:block; }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #DiiMODeF0zwNCfeMNcQQiLdybia18ZLF {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #LOrH74LhxmMRB25vOySnfkTPZArBZvOH {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #FropvPBiITeTKuQKbdkJPdSdH6NJCkFR {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #lQdkQgS5qmQyowuUCnt89QP84khaHi4Z {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #zE5NEWNUkyz5TZqUeHTwyOPx0PWveXkg {  }
 }@media only screen and (max-width: 763px) { #aebmD0TTiGF6OD6T40gai6uRIkKzvJC6 #bQeKSIsnaGAkB3w4J9QJQLeGM19tDKqL {  }
 }@media only screen and (max-width: 763px) { #mSqZHTsHnDz4rRbyvxrXgQ58VoRkrA9m { display:flex;width:3.125rem;height:3.125rem;top:24.1875rem;left:15.15625rem; }
 }@media only screen and (max-width: 763px) { #J8Zohhzo4qwcolRJo7yRC9Su5nmc3TGa { top:28.80859375rem;left:0.40625rem;width:19.1875rem;height:6.254875rem;z-index:15087;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHPWrXadWTISQcvVxJBosE0fZns2bn3 { width:20rem;height:0;top:38.62496875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KRieQoanQqyXLTBo1u1F6TsIBkSeF97T { width:10.875rem;height:1.5rem;top:0.5625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGFTfySs85x6ZMpQbhTyAk3PpxhICGSC { display:block; }
 }