.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:226,250,253;--color-primary-1:159,237,248;--color-primary-2:62,219,240;--color-primary-3:31,110,120;--color-primary-4:9,33,36;--color-secondary-0:251,252,252;--color-secondary-1:243,244,245;--color-secondary-2:231,232,234;--color-secondary-3:116,116,117;--color-secondary-4:35,35,35;--color-tertiary-0:221,223,229;--color-tertiary-1:141,147,170;--color-tertiary-2:27,39,84;--color-tertiary-3:14,20,42;--color-tertiary-4:4,6,13;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@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-secondary-0),0);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { background-color: transparent; background-image: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container > .video-iframe-container { display: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container { display: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .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); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { border-width: 0; border-radius: 0; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#n8R2ai2m8fD1UzIncObfmu0lCIdmy8Av { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:15rem;top:0.90625rem;left:0.5625rem;overflow:hidden;display:block; }
#em3uPoX9FedfgQFOk0LUwTbh86w1fDwZ { background-color:rgba(var(--color-primary-2),0);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: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:60.875rem;display:block; }
#LJpRaS7GRzq569JlhoxZT3xhBsOakUZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8rVE8THeMOX5t1MKsXdTCteMKw9wP2u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.3125rem;left:59.6875rem; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.625rem;left:56.25rem; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#G0bAhE5B9N2T6m49TGo2CbN6nFh4yIoe { 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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:4.1875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.15625rem;left:20.5rem;display:none; }
#LTK3e0xLZXH7mTy8UOyT7mJoaggXr2eh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EPTtEIq2Z6D22AQ9e4m55QwJTXaMs40C { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4995625rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.5299479961395rem;left:31.436637878418rem;display:block; }
#ZGCrKSTihZw6CvcRWrE5GJOgUAotGcf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDpfNX22WyZuJLVECznT8UxO3BpndSGd { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.561625rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.5299479961395rem;left:45.389541625976rem;display:block; }
#CZK0z7HVL3eCDM7Xodt8Vr7xwmi2PhVn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mn8bKTMFfWODw0llmLkesOX9lWTZV8UP { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.37435rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.5299479961395rem;left:39.310981750488rem;display:block; }
#D9LpH8A0ou3N6iAsehq7fJTO80mXOE93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { background-color: transparent; background-image: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container > .video-iframe-container { display: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container { display: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .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); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { border-width: 0; border-radius: 0; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#cdexOtskcaJX8v1H2hNfs99gPK9GWIFp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:15rem;top:0.90625rem;left:0.8125rem;overflow:hidden;display:block; }
#ElC8Q9hoUOFgZ9G5FMWITMAMITxTd0c4 { background-color:rgba(var(--color-primary-2),0);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: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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:60.875rem;display:block; }
#VJe4vZ4DQx1wp1xZnHrm57Ut9skyA28P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ET4LoAPZ8hQIJqCuCZF72VfFleXHlT17 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.3125rem;left:59.6875rem; }
#KUAPlWB9kadipVdLWciSOu1k1aO7ObEW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2rem;left:55.625rem;display:block; }
#VNF1tG5vkNOlLTgtZacbInutTHPGAQdR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.625rem;left:56.25rem; }
#VNF1tG5vkNOlLTgtZacbInutTHPGAQdR > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#R6rIubZiL2nTAOTlUmQKFV88nJ5Z3Jtq { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2rem;left:51.9375rem;display:block; }
#OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:2.5rem;left:52.4375rem; }
#OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:#f6f8fb;background-image:url("https://images.assets-landingi.com/uc/5e2e6b61-cab0-4c47-8b06-7cb9b9b78549/Dentystazimplantemiprotezami.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;overflow:visible;position:relative;display:block; }#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15021;line-height:1;letter-spacing:0;top:6.4375rem;left:2.25rem;height:4.6245625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.25rem;height:3.89756875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#URwzsoRnvzFbehcF5b35kMJsZzfmhl8N { 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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.99956875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.186849594116rem;left:2.2493515014649rem;display:block; }
#tdAeqOkroD3v3dcTWMWIDs6a8c6R5FRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container { background-color: transparent; background-image: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container > .video-iframe-container { display: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row > .video-iframe-container { display: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .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); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container { border-width: 0; border-radius: 0; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;overflow:visible;position:relative;display:block; }#dSxuBHTAwfcJOx738lK0q6ro7VPewkV1 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:2.375rem;left:1.5rem;height:2.37521875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l0u6FstvV1pWFk0TAyrZnhogC43PRFrB { color:rgba(var(--color-tertiary-2),1);display:block;width:50.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4375rem;left:1.5rem;height:1.9487875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GelOzRRXySy3l0v2FDJRmOalTTzIKgg7 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:51.0625rem;left:52.125rem;height:6.334625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VvgFZPcROoKJWEWNee1IQ4fsTm0nuWDq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:51.0625rem;left:26.25rem;height:5.2788625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Zri36LtL0CdA52rS8o6UN8kgJyKuiS0U { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:48.625rem;left:57.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#yJpWGWnVfUvmK6K5TTvSWTw3KpMherL9 { position:absolute;display:block;z-index:15019;height:36.4375rem;width:20.3125rem;top:10rem;left:53.1875rem;display:block; }
#GQOEQxDLpFLtEar0iVr6tvJWK7lM1TM1 { position:absolute;display:block;z-index:15020;height:36.4375rem;width:20.3125rem;top:10rem;left:27.3125rem;display:block; }
#b0oOXpHS2N7zrqeZQc6sSxR9H0a6MV2p { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:48.625rem;left:31.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UQ8SydWKzKA9rt8HV9pPwTufTBPBQhzu { color:rgba(var(--color-tertiary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:51.0625rem;left:0.4375rem;height:7.3904375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RIDdXeWfo1ZVAxzCHNEN7cIBnye2SoKd { position:absolute;display:block;z-index:15021;height:36.4375rem;width:20.3125rem;top:10rem;left:1.5rem;display:block; }
#i1mkrOn76a2G7zufegnIHCuRBsgGeAF2 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:48.625rem;left:5.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#QbftZsmTrNnfrIuAPBdEJtpQiHvZdy4L { color:rgba(var(--color-tertiary-2),1);display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:62.6875rem;left:12rem;height:1.62543125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container { background-color: transparent; background-image: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container > .video-iframe-container { display: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row > .video-iframe-container { display: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .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); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container { border-width: 0; border-radius: 0; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#TIVQrTFvMEcqESr0UFe7UgZtFkQi5nu9 { color:rgba(var(--color-tertiary-2),1);display:block;width:44.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:23.1875rem;height:5.85069375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q { color:rgba(var(--color-tertiary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.6875rem;left:23.1875rem;height:8.250875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_184a05c61b2b8ae740ccd67f4f1834ba.svg); }
#shbd0nAEEyDRSdT3oUSgN08fvlwd9Bd8 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:3.625rem;left:23.1875rem;height:2.27430625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mIxEHXGnJZr1fv7doGrTi7rmAzTfW5dy { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.125rem;height:2.11155rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hBlTdCiT0q1zowM470a7gywqScxnmUu9 { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:14.625rem;width:14.625rem;top:3.625rem;left:5.625rem;overflow:hidden;display:block; }
#Mv5xE6ANSNAhEBOs7Wc1QPyvrVZxs7yl { color:rgba(var(--color-tertiary-2),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.875rem;left:7rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container { background-color: transparent; background-image: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container > .video-iframe-container { display: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row > .video-iframe-container { display: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .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); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container { border-width: 0; border-radius: 0; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;overflow:visible;position:relative;display:block; }#T9dMtFvKuAPrZzefawZVlM3t3pJknhx9 { color:rgba(var(--color-tertiary-2),1);display:block;width:58.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:1.75rem;left:8.1875rem;height:1.75021875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JApKnCZLJfVZnOlilvFKWdtKM7Uawatm { 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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.374125rem;height:3.99956875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:57.498918533325rem;left:23.812934875488rem;display:block; }
#Sq8WwmTdTGR84BcW5ktguzSMf0GnQlhv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtG4tOxS2bSp4co736oFiIsWIMcNVGOV { position:absolute;display:block;z-index:15013;height:16.75rem;width:34.3125rem;top:7.0625rem;left:2.1875rem;display:block; }
#rNGEkVG5QENPBbcDQ3q7oFA8aCVROivE { position:absolute;display:block;z-index:15014;height:16.75rem;width:34.3125rem;top:7.0625rem;left:38.5rem;display:block; }
#s9QNMEzFbt7UmT6oNQSykttTbIlh9qwG { color:rgba(var(--color-tertiary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.8125rem;left:45.9375rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tl3auyRIW7ud3viLfIDeszb5OZu0Z6t3 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:24.8125rem;left:7.53125rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHSXuqTIbNsaUiQnkoc3UEmm0M4ww98c { color:rgba(var(--color-tertiary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:49.1875rem;left:25.6875rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kNeuFCnofdfdhWgPNFM4R1zlazVThgIR { position:absolute;display:block;z-index:15015;height:16.75rem;width:34.3125rem;top:31.4375rem;left:20.3125rem;display:block; }
#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { background-color: transparent; background-image: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container > .video-iframe-container { display: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row > .video-iframe-container { display: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .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); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { border-width: 0; border-radius: 0; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#KASVyGnhqTqwtlGoTb09TsGcZcLHczXI { color:rgba(var(--color-tertiary-2),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.291015625rem;left:3.1875rem;height:5.52300625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-form-header {  }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:21rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.1875rem;margin-bottom:0.25rem;margin-left:1.0625rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:18.875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .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.5625rem;font-weight:300;color:#000000;vertical-align:top;width:19.875rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .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; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-container:first-of-type{padding-top:0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-container:last-of-type{padding-bottom:0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm  { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.499137878418rem;top:3.0240898132324rem;z-index:15015;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21rem;display:block;vertical-align:top; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.0625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm {display:block;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm { background-color:rgba(var(--color-tertiary-0),0.63);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:45.499137878418rem;top:3.0240898132324rem;z-index:15015;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #eFQpMPsPwXMiZg2V3MVThA5nB7dq1BV4 { position:relative;display:block;z-index:15000; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #ZqmNPkQXx7S3VkC5HJcao95PRLl0X9I4 { position:relative;display:block;z-index:15000; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #GzLyeqCTu66afNp2RAZOdeKUS9mRTs3Z { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Cd9whdW3mOrpW908u2a0KWhLHriT5G9f { position:relative;display:block; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #hgnveQwKqAH7M3ss1iVMlffmNOtTARh7 { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #AlBWEi5xoNQgNoECe2f7ya2XI04sLmEK { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #TNCFZ77vCaXMnDBIlBW1SOpVL8IqcPp7 { position:relative;display:block; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Kk5QG8oSO0J75U1MQMibqKwJ05mPlCOQ { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #cuvgn8XZuAo7v5vJMiOdyNsD83MLSzwK { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NObxge3K4HzWbgZZXaJs4VuuSqPZ7XoJ { position:relative;display:block; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Abbeh4r364uee5omgs4Snma0NmzsViII { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Trqt4ModTgqaZBycikmOikB4HmTsDNlE { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Q8BeDIAJfTd9HX5x1TcD2lRq0sM4XuNH { position:relative;z-index:2; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NAfvkhfyKecFnHnI7Vc0FUKz7fZt8WIJ { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #JF91S8MIUnRuyCSGtTt4fnm1SrC7OsO1 { position:relative; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #mT8WKKR91rppFgQnnWZZxG7UxUsCyH1e { position:relative; }
#rHAww4UVzbiLaezxaT4oNqgIO7d7sELx { color:rgba(var(--color-tertiary-2),1);display:block;width:38.499375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.686195373535rem;left:3.1868515014649rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwCKyobmf2NbBqvBTUmyGTLlT5fXDD7W { color:rgba(var(--color-tertiary-2),1);display:block;width:37.4370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:17.316623687744rem;left:3.1868515014649rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XAebd6zosmWtkrp6HaqysV8CRhid24NM { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container { background-color: transparent; background-image: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container > .video-iframe-container { display: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row > .video-iframe-container { display: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .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); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container { border-width: 0; border-radius: 0; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;overflow:visible;position:relative;display:block; }#elTGz4ckl8wM0H3iB8CQhAfCXEPtkm7A { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:3.5625rem;left:22.25rem;height:2.12456875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ghKMc4Mc41RDMiiDZIvIJxnzvXOu7OJi { color:rgba(var(--color-tertiary-2),1);display:block;width:27.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.6875rem;left:22.25rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OX7kkLwe7zptTofOHlx5Q2MrNARLB5IZ { 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: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:16.8120625rem;width:17.3123125rem;top:3.5611991882324rem;left:2.4978294372559rem;overflow:hidden;display:block; }
#cqEJBTT2zKOJZmMCIUUlsI6xDBUNgCgs { color:rgba(var(--color-tertiary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.625rem;left:22.25rem;height:11.69925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6de99474-1abd-4d40-9f2f-7013b3991e25/IMG_6901.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6.adaptive-delivery-prevent-bg, #pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6.lazyload, #pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6.lazyloading { background-image: none; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container { background-color: transparent; background-image: none; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.81); }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container > .video-iframe-container { display: none; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.81); }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row > .video-iframe-container { display: none; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .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); }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container { border-width: 0; border-radius: 0; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6::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; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#xXT2QT6Q7gN6amLu22qCWbBcw2cTkBCo { color:rgba(var(--color-secondary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.73828125rem;left:14.3125rem;height:9.099375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m31ysokV3ApdC8L5mg4rqHuHCcDhfw5L { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:13.8125rem;top:2.6875rem;left:30.59375rem;overflow:hidden;display:block; }
#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container { background-color: transparent; background-image: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container > .video-iframe-container { display: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row > .video-iframe-container { display: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .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); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container { border-width: 0; border-radius: 0; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;overflow:visible;position:relative;display:block; }#UU8MNhnER6df9vG05QVZ3vGPrSpIoyRu { position:absolute;display:block;z-index:15005;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:6.25rem;width:25rem;top:1.625rem;left:33.4375rem;overflow:hidden;display:block; }
#IvTDG1LCtXa9zrIat7AuEx2XEr1WSkIM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.75rem;top:2.6875rem;left:2.875rem;overflow:hidden;display:block; }
#VuySGtTNx7rFFCKwbpnRMT2TsDdUFaup { color:#000000;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.4375rem;left:52.9375rem;height:2.599825rem;display:block; }
#B6NRAgxbpR3lb7gRFs9ZoD8vw49cmAZC { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:9.125rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container { background-color: transparent; background-image: none; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container > .video-iframe-container { display: none; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row > .video-iframe-container { display: none; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .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); }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container { border-width: 0; border-radius: 0; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#E9t5R0TOI4erwnAoWZ5MyuGEefTXwVff { color:rgba(var(--color-secondary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.892578125rem;left:32.3125rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xTTWfBiNJqbrW4fcIPzykTP7ggQb6wC1 { 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:3.4375rem;width:13.8125rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#Gyi1biSv83IUe940guUxFZTC3qc4Rqov { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.892578125rem;left:52.125rem;display:block; }
#IeKDTtEASz4xNCRBfvQ0rR3nJgGW2CUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aK6nUTZuETmEQosghSJ9J71b84Xd24Ng { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.892578125rem;left:50.25rem; }
#vBPR4mpKecIUICfHtKxmKSe67FgoXrlo { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:2.892578125rem;left:65.9375rem; }
#vBPR4mpKecIUICfHtKxmKSe67FgoXrlo > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:2.875rem;left:68.875rem; }
#ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#duyD6vL4Ntux2GvyNC8AAwdtyH9qDk85 { color:rgba(var(--color-secondary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.8310546875rem;left:3.125rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oF5chOp8usNtI6aXqpBVvRINut7M8a66 { color:rgba(var(--color-secondary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8310546875rem;left:51.875rem;height:1.3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SOyITB3IQGmECSh2TeU13Z4wCAcaGQ27 { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:7.76171875rem;left:28.75rem;display:block; }
#WOwXekbweTEPEPEyCMQJBwqDTnaLS4fF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#si79NTMJPowfuT1FLmv0H7h3XClgJvT6 { color:rgba(var(--color-secondary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6484375rem;left:20.0625rem;height:4.388025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M3mCbZWg9oLLADFAc5WyER7tzZRTz46a { background-color:rgba(var(--color-primary-2),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.4375rem;left:52.125rem;display:block; }
#z8ZXHzRkZQqGt5WOwlPneLVmVLq7VIMg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CwcWP37sgxw2GftkM9Q4qXsK8QNbJhyC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.4375rem;left:50.3125rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX { display:block; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8R2ai2m8fD1UzIncObfmu0lCIdmy8Av { top:0.875rem;left:0rem;width:15rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em3uPoX9FedfgQFOk0LUwTbh86w1fDwZ { width:9.875rem;height:3.4375rem;top:1.5625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpRaS7GRzq569JlhoxZT3xhBsOakUZb { display:block; }
 }@media only screen and (max-width: 763px) { #g8rVE8THeMOX5t1MKsXdTCteMKw9wP2u { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:1.3125rem;height:1.3125rem;top:2.625rem;left:42.625rem;display:block; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #G0bAhE5B9N2T6m49TGo2CbN6nFh4yIoe { width:6.5625rem;height:4.1875rem;top:1.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTK3e0xLZXH7mTy8UOyT7mJoaggXr2eh { display:block; }
 }@media only screen and (max-width: 763px) { #EPTtEIq2Z6D22AQ9e4m55QwJTXaMs40C { width:6.4375rem;height:3.4375rem;top:1.5rem;left:17.811637878418rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCrKSTihZw6CvcRWrE5GJOgUAotGcf8 { display:block; }
 }@media only screen and (max-width: 763px) { #yDpfNX22WyZuJLVECznT8UxO3BpndSGd { width:9.5rem;height:3.4375rem;top:1.5rem;left:31.764541625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZK0z7HVL3eCDM7Xodt8Vr7xwmi2PhVn { display:block; }
 }@media only screen and (max-width: 763px) { #mn8bKTMFfWODw0llmLkesOX9lWTZV8UP { width:5.3125rem;height:3.4375rem;top:1.5rem;left:25.685981750488rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9LpH8A0ou3N6iAsehq7fJTO80mXOE93 { display:block; }
 }@media only screen and (max-width: 763px) { #SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL { display:block; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdexOtskcaJX8v1H2hNfs99gPK9GWIFp { top:0.875rem;left:0rem;width:15rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC8Q9hoUOFgZ9G5FMWITMAMITxTd0c4 { width:9.875rem;height:3.4375rem;top:1.5625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJe4vZ4DQx1wp1xZnHrm57Ut9skyA28P { display:block; }
 }@media only screen and (max-width: 763px) { #ET4LoAPZ8hQIJqCuCZF72VfFleXHlT17 { top:2.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUAPlWB9kadipVdLWciSOu1k1aO7ObEW { width:2.5rem;height:2.5rem;top:2rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNF1tG5vkNOlLTgtZacbInutTHPGAQdR { width:1.3125rem;height:1.3125rem;top:2.625rem;left:42.625rem;display:block; }
#VNF1tG5vkNOlLTgtZacbInutTHPGAQdR > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #R6rIubZiL2nTAOTlUmQKFV88nJ5Z3Jtq { width:2.5rem;height:2.5rem;top:2rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 { width:1.5625rem;height:1.5625rem;top:2.5rem;left:38.8125rem;display:block; }
#OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:34.1875rem;height:4.5625rem;top:6.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:33.125rem;height:3.875rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwzsoRnvzFbehcF5b35kMJsZzfmhl8N { width:17.5rem;height:3.9375rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdAeqOkroD3v3dcTWMWIDs6a8c6R5FRO { display:block; }
 }@media only screen and (max-width: 763px) { #kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg { display:block; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dSxuBHTAwfcJOx738lK0q6ro7VPewkV1 { width:47.75rem;height:2.375rem;top:2.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0u6FstvV1pWFk0TAyrZnhogC43PRFrB { width:47.75rem;height:1.9375rem;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GelOzRRXySy3l0v2FDJRmOalTTzIKgg7 { top:51.0625rem;left:25.25rem;width:22.5rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvgFZPcROoKJWEWNee1IQ4fsTm0nuWDq { top:51.0625rem;left:12.625rem;width:22.5rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zri36LtL0CdA52rS8o6UN8kgJyKuiS0U { top:48.625rem;left:35.875rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpWGWnVfUvmK6K5TTvSWTw3KpMherL9 { top:10rem;left:27.4375rem;width:20.3125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQOEQxDLpFLtEar0iVr6tvJWK7lM1TM1 { top:10rem;left:13.6875rem;width:20.3125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0oOXpHS2N7zrqeZQc6sSxR9H0a6MV2p { top:48.625rem;left:17.9375rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ8SydWKzKA9rt8HV9pPwTufTBPBQhzu { top:51.0625rem;left:0rem;width:22.5rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIDdXeWfo1ZVAxzCHNEN7cIBnye2SoKd { top:10rem;left:0rem;width:20.3125rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mkrOn76a2G7zufegnIHCuRBsgGeAF2 { top:48.625rem;left:0rem;width:11.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbftZsmTrNnfrIuAPBdEJtpQiHvZdy4L { width:47.75rem;height:1.625rem;top:62.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i { display:block; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIVQrTFvMEcqESr0UFe7UgZtFkQi5nu9 { width:44.375rem;height:5.8125rem;top:7.375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q { width:34.5625rem;height:8.25rem;top:14.6875rem;left:9.5625rem;font-size:1.125rem;display:block; }#ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_184a05c61b2b8ae740ccd67f4f1834ba.svg); }
 }@media only screen and (max-width: 763px) { #shbd0nAEEyDRSdT3oUSgN08fvlwd9Bd8 { width:37.875rem;height:2.25rem;top:3.625rem;left:9.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxEHXGnJZr1fv7doGrTi7rmAzTfW5dy { top:23.1875rem;left:0rem;width:17.5625rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBlTdCiT0q1zowM470a7gywqScxnmUu9 { top:3.625rem;left:0rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5xE6ANSNAhEBOs7Wc1QPyvrVZxs7yl { top:19.8125rem;left:0rem;width:11.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK { display:block; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9dMtFvKuAPrZzefawZVlM3t3pJknhx9 { width:47.75rem;height:1.75rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JApKnCZLJfVZnOlilvFKWdtKM7Uawatm { width:27.3125rem;height:3.9375rem;top:57.4375rem;left:10.187934875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8WwmTdTGR84BcW5ktguzSMf0GnQlhv { display:block; }
 }@media only screen and (max-width: 763px) { #XtG4tOxS2bSp4co736oFiIsWIMcNVGOV { top:7.0625rem;left:0rem;width:34.3125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNGEkVG5QENPBbcDQ3q7oFA8aCVROivE { top:7.0625rem;left:13.4375rem;width:34.3125rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9QNMEzFbt7UmT6oNQSykttTbIlh9qwG { top:24.75rem;left:26.8125rem;width:20.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3auyRIW7ud3viLfIDeszb5OZu0Z6t3 { top:24.75rem;left:0rem;width:23.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHSXuqTIbNsaUiQnkoc3UEmm0M4ww98c { top:49.1875rem;left:12.0625rem;width:23.5625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNeuFCnofdfdhWgPNFM4R1zlazVThgIR { top:31.4375rem;left:6.6875rem;width:34.25rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 { display:block; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KASVyGnhqTqwtlGoTb09TsGcZcLHczXI { top:5.25rem;left:0rem;width:38.4375rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-regular-label { display:block;width:21.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-textarea { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-button { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.0625rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-checkbox-label { width:19.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm  { width:21.125rem;height:auto;top:3rem;left:24.125rem; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .radio-container { width:21.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm {display:block;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm { width:21.125rem;height:auto;top:3rem;left:24.125rem; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #eFQpMPsPwXMiZg2V3MVThA5nB7dq1BV4 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #ZqmNPkQXx7S3VkC5HJcao95PRLl0X9I4 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #GzLyeqCTu66afNp2RAZOdeKUS9mRTs3Z {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Cd9whdW3mOrpW908u2a0KWhLHriT5G9f { display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #hgnveQwKqAH7M3ss1iVMlffmNOtTARh7 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #AlBWEi5xoNQgNoECe2f7ya2XI04sLmEK {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #TNCFZ77vCaXMnDBIlBW1SOpVL8IqcPp7 { display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Kk5QG8oSO0J75U1MQMibqKwJ05mPlCOQ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #cuvgn8XZuAo7v5vJMiOdyNsD83MLSzwK {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NObxge3K4HzWbgZZXaJs4VuuSqPZ7XoJ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Abbeh4r364uee5omgs4Snma0NmzsViII {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Trqt4ModTgqaZBycikmOikB4HmTsDNlE {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Q8BeDIAJfTd9HX5x1TcD2lRq0sM4XuNH { z-index:2; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NAfvkhfyKecFnHnI7Vc0FUKz7fZt8WIJ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #JF91S8MIUnRuyCSGtTt4fnm1SrC7OsO1 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #mT8WKKR91rppFgQnnWZZxG7UxUsCyH1e {  }
 }@media only screen and (max-width: 763px) { #rHAww4UVzbiLaezxaT4oNqgIO7d7sELx { top:11.625rem;left:0rem;width:38.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwCKyobmf2NbBqvBTUmyGTLlT5fXDD7W { top:17.3125rem;left:0rem;width:37.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAebd6zosmWtkrp6HaqysV8CRhid24NM { display:block; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elTGz4ckl8wM0H3iB8CQhAfCXEPtkm7A { width:46.625rem;height:2.0625rem;top:3.5rem;left:1.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKMc4Mc41RDMiiDZIvIJxnzvXOu7OJi { top:5.6875rem;left:8.625rem;width:27.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7kkLwe7zptTofOHlx5Q2MrNARLB5IZ { top:3.5rem;left:0rem;width:17.25rem;height:16.751550558309rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEJBTT2zKOJZmMCIUUlsI6xDBUNgCgs { top:8.625rem;left:0.25rem;width:47.5rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 { display:block; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXT2QT6Q7gN6amLu22qCWbBcw2cTkBCo { top:8.6875rem;left:0.6875rem;width:46.375rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m31ysokV3ApdC8L5mg4rqHuHCcDhfw5L { top:2.6875rem;left:16.96875rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR { display:block; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UU8MNhnER6df9vG05QVZ3vGPrSpIoyRu { top:1.625rem;left:19.8125rem;width:25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvTDG1LCtXa9zrIat7AuEx2XEr1WSkIM { top:2.6875rem;left:0rem;width:4.75rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuySGtTNx7rFFCKwbpnRMT2TsDdUFaup { top:3.4375rem;left:28.5rem;width:19.25rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6NRAgxbpR3lb7gRFs9ZoD8vw49cmAZC { top:3.5625rem;left:0rem;width:28.9375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 { display:block; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9t5R0TOI4erwnAoWZ5MyuGEefTXwVff { top:2.875rem;left:18.6875rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTWfBiNJqbrW4fcIPzykTP7ggQb6wC1 { top:3.125rem;left:0rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyi1biSv83IUe940guUxFZTC3qc4Rqov { width:9.875rem;height:1.875rem;top:2.875rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKDTtEASz4xNCRBfvQ0rR3nJgGW2CUh { display:block; }
 }@media only screen and (max-width: 763px) { #aK6nUTZuETmEQosghSJ9J71b84Xd24Ng { top:2.875rem;left:36.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBPR4mpKecIUICfHtKxmKSe67FgoXrlo { width:1.5625rem;height:1.5625rem;top:2.875rem;left:46.1875rem;display:block; }
#vBPR4mpKecIUICfHtKxmKSe67FgoXrlo > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 { width:1.5625rem;height:1.5625rem;top:2.875rem;left:46.1875rem;display:block; }
#ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #duyD6vL4Ntux2GvyNC8AAwdtyH9qDk85 { top:8.8125rem;left:0rem;width:20.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF5chOp8usNtI6aXqpBVvRINut7M8a66 { top:8.8125rem;left:27.125rem;width:20.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOyITB3IQGmECSh2TeU13Z4wCAcaGQ27 { width:17.5rem;height:3.4375rem;top:7.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwXekbweTEPEPEyCMQJBwqDTnaLS4fF { display:block; }
 }@media only screen and (max-width: 763px) { #si79NTMJPowfuT1FLmv0H7h3XClgJvT6 { top:2.625rem;left:6.4375rem;width:10.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3mCbZWg9oLLADFAc5WyER7tzZRTz46a { width:20.9375rem;height:1.875rem;top:5.4375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZXHzRkZQqGt5WOwlPneLVmVLq7VIMg { display:block; }
 }@media only screen and (max-width: 763px) { #CwcWP37sgxw2GftkM9Q4qXsK8QNbJhyC { top:5.4375rem;left:36.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;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;display:block; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { background-color: transparent; background-image: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container > .video-iframe-container { display: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container { display: none; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .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); }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { border-width: 0; border-radius: 0; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APH5wEXEoFw7qu3W0f2To3CEKlU5PwQX > .row .container { width:20rem;height:5.6868502384186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8R2ai2m8fD1UzIncObfmu0lCIdmy8Av { width:9.125rem;height:2.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em3uPoX9FedfgQFOk0LUwTbh86w1fDwZ { width:8.75rem;height:3.4375rem;top:0.0625rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJpRaS7GRzq569JlhoxZT3xhBsOakUZb { display:block; }
 }@media only screen and (max-width: 763px) { #g8rVE8THeMOX5t1MKsXdTCteMKw9wP2u { display:flex;width:1.5625rem;height:1.5625rem;top:1rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 { width:1.0625rem;height:1.0625rem;top:11.21875rem;left:9.125rem;display:none; }
#k8MkA0hW789oGC9b0NSrBurKwQIlRCL4 > img { max-width: 100%;max-height:100%; width:1.0625rem; height:1.0625rem; } }@media only screen and (max-width: 763px) { #G0bAhE5B9N2T6m49TGo2CbN6nFh4yIoe { width:4.5rem;height:1.6875rem;top:4.1458334922791rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTK3e0xLZXH7mTy8UOyT7mJoaggXr2eh { display:block; }
 }@media only screen and (max-width: 763px) { #EPTtEIq2Z6D22AQ9e4m55QwJTXaMs40C { width:6.5rem;height:2.5rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGCrKSTihZw6CvcRWrE5GJOgUAotGcf8 { display:block; }
 }@media only screen and (max-width: 763px) { #yDpfNX22WyZuJLVECznT8UxO3BpndSGd { width:5.375rem;height:2.5rem;top:3.1875rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZK0z7HVL3eCDM7Xodt8Vr7xwmi2PhVn { display:block; }
 }@media only screen and (max-width: 763px) { #mn8bKTMFfWODw0llmLkesOX9lWTZV8UP { width:5.375rem;height:2.5625rem;top:3.125rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9LpH8A0ou3N6iAsehq7fJTO80mXOE93 { display:block; }
 }@media only screen and (max-width: 763px) { #SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL { position:relative;z-index:auto;background-color:#ffffff;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;display:block; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { background-color: transparent; background-image: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container > .video-iframe-container { display: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container { display: none; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .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); }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { border-width: 0; border-radius: 0; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqW7T8LV8zuMaTJfzwlJTfrCxSbG4XAL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cdexOtskcaJX8v1H2hNfs99gPK9GWIFp { width:9.125rem;height:2.625rem;top:0.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElC8Q9hoUOFgZ9G5FMWITMAMITxTd0c4 { width:6.8125rem;height:2.625rem;top:0.78125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJe4vZ4DQx1wp1xZnHrm57Ut9skyA28P { display:block; }
 }@media only screen and (max-width: 763px) { #ET4LoAPZ8hQIJqCuCZF72VfFleXHlT17 { display:flex;width:1.5625rem;height:1.5625rem;top:1.3125rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #KUAPlWB9kadipVdLWciSOu1k1aO7ObEW { width:1.75rem;height:1.75rem;top:10.875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNF1tG5vkNOlLTgtZacbInutTHPGAQdR { width:1.0625rem;height:1.0625rem;top:11.21875rem;left:9.125rem;display:none; }
#VNF1tG5vkNOlLTgtZacbInutTHPGAQdR > img { max-width: 100%;max-height:100%; width:1.0625rem; height:1.0625rem; } }@media only screen and (max-width: 763px) { #R6rIubZiL2nTAOTlUmQKFV88nJ5Z3Jtq { width:1.75rem;height:1.75rem;top:5.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 { width:1rem;height:1rem;top:5.6875rem;left:6.3125rem;display:none; }
#OWTkWMw6o1vAGhQnIOez652RxcwvVoR9 > img { max-width: 100%;max-height:100%; width:1rem; height:1rem; } }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:30.9375rem;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/5e2e6b61-cab0-4c47-8b06-7cb9b9b78549/Dentystazimplantemiprotezami.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:17.6875rem;height:5.9982625rem;top:2.6875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:17.9373125rem;height:1.92274375rem;top:9.4368495941163rem;left:1.0308160185814rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#1b2754;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #URwzsoRnvzFbehcF5b35kMJsZzfmhl8N { width:18.499375rem;height:3.31055rem;top:13.250869750976rem;left:0.74978297948838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdAeqOkroD3v3dcTWMWIDs6a8c6R5FRO { display:block; }
 }@media only screen and (max-width: 763px) { #kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg { display:block; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg { background-color: transparent; background-image: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container > .video-iframe-container { display: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row > .video-iframe-container { display: none; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .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); }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg { border-width: 0; border-radius: 0; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .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; }#kPJHryfbRw4JgnOLrpCyq7vroIyVCZpg > .row .container { width:20rem;height:59.375rem;background-color:rgba(var(--color-secondary-0),1);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) { #dSxuBHTAwfcJOx738lK0q6ro7VPewkV1 { width:17.6875rem;height:4.4987rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l0u6FstvV1pWFk0TAyrZnhogC43PRFrB { width:18.5625rem;height:2.20051875rem;top:6.8109817504881rem;left:0.71831601858137rem;text-align:center;text-align-last:center;font-size:1rem;color:#1b2754;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GelOzRRXySy3l0v2FDJRmOalTTzIKgg7 { width:20rem;height:6.334625rem;top:45.057508468628rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvgFZPcROoKJWEWNee1IQ4fsTm0nuWDq { width:20rem;height:6.334rem;top:56.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zri36LtL0CdA52rS8o6UN8kgJyKuiS0U { width:11.875rem;height:1.2999125rem;top:11.075303554535rem;left:4.0625002980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJpWGWnVfUvmK6K5TTvSWTw3KpMherL9 { width:20rem;height:36.4375rem;top:106.95703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQOEQxDLpFLtEar0iVr6tvJWK7lM1TM1 { width:20rem;height:36.4375rem;top:62.39453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b0oOXpHS2N7zrqeZQc6sSxR9H0a6MV2p { width:11.875rem;height:1.29980625rem;top:72.6875rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UQ8SydWKzKA9rt8HV9pPwTufTBPBQhzu { width:20rem;height:7.389625rem;top:47rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RIDdXeWfo1ZVAxzCHNEN7cIBnye2SoKd { width:16.9375rem;height:31.75rem;top:12.305774688721rem;left:1.5310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1mkrOn76a2G7zufegnIHCuRBsgGeAF2 { width:11.875rem;height:1.29980625rem;top:62rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QbftZsmTrNnfrIuAPBdEJtpQiHvZdy4L { width:17.6875rem;height:3.9388rem;top:54.016927719116rem;left:1.1555990576744rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i { display:block; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i { background-color: transparent; background-image: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container > .video-iframe-container { display: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row > .video-iframe-container { display: none; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .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); }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i { border-width: 0; border-radius: 0; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .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; }#Ba2gmScFTEVXcdOtKVXviwPrX9f00M8i > .row .container { width:20rem;height:44.6875rem;background-color:rgba(var(--color-secondary-0),0);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) { #TIVQrTFvMEcqESr0UFe7UgZtFkQi5nu9 { width:17.9373125rem;height:6.729625rem;top:4.8730392456055rem;left:1.0308160185814rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#1b2754;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q { width:18.75rem;height:7.667125rem;top:13.309461593628rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#1b2754;line-height:1.1;display:block; }#ncBkeZ2oVhuFn6vX70ZtJZihqZ31Hg9q li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_184a05c61b2b8ae740ccd67f4f1834ba.svg); }
 }@media only screen and (max-width: 763px) { #shbd0nAEEyDRSdT3oUSgN08fvlwd9Bd8 { width:20rem;height:1.71875rem;top:2.1234855651856rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#1b2754;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mIxEHXGnJZr1fv7doGrTi7rmAzTfW5dy { width:17.561875rem;height:2.11155rem;top:41.125rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBlTdCiT0q1zowM470a7gywqScxnmUu9 { width:14.561625rem;height:14.561625rem;top:22.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv5xE6ANSNAhEBOs7Wc1QPyvrVZxs7yl { width:15.686875rem;height:2.599825rem;top:38.5625rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK { display:block; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK { background-color: transparent; background-image: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container > .video-iframe-container { display: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row > .video-iframe-container { display: none; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .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); }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK { border-width: 0; border-radius: 0; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .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; }#PsxEzNoCVo4ShymZQ1ftvGIH4ICOy2oK > .row .container { width:20rem;height:55.3125rem;background-color:rgba(var(--color-secondary-0),0);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) { #T9dMtFvKuAPrZzefawZVlM3t3pJknhx9 { width:17.6855625rem;height:2.5rem;top:1.8120617866516rem;left:1.1566841006279rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JApKnCZLJfVZnOlilvFKWdtKM7Uawatm { width:18.9985rem;height:3.75rem;top:50.372181415558rem;left:0.50021702051162rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq8WwmTdTGR84BcW5ktguzSMf0GnQlhv { display:block; }
 }@media only screen and (max-width: 763px) { #XtG4tOxS2bSp4co736oFiIsWIMcNVGOV { width:18.811875rem;height:10rem;top:6.9357643127444rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNGEkVG5QENPBbcDQ3q7oFA8aCVROivE { width:18.811875rem;height:10rem;top:21.185981750488rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9QNMEzFbt7UmT6oNQSykttTbIlh9qwG { width:18.8748125rem;height:2.43706875rem;top:31.184896469116rem;left:0.56206601858139rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3auyRIW7ud3viLfIDeszb5OZu0Z6t3 { width:20rem;height:2.43706875rem;top:16.934679031372rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHSXuqTIbNsaUiQnkoc3UEmm0M4ww98c { width:20rem;height:2.43706875rem;top:46.310764789581rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNeuFCnofdfdhWgPNFM4R1zlazVThgIR { width:18.8125rem;height:10rem;top:35.623917102814rem;left:0.59353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-secondary-0),1));background-size:cover !important;display:block; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { background-color: transparent; background-image: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container > .video-iframe-container { display: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row > .video-iframe-container { display: none; }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .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); }#mtls0zTWIyTnyTCIRp1uWgrPHXEZrXM9 > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KASVyGnhqTqwtlGoTb09TsGcZcLHczXI { width:20rem;height:5.84635625rem;top:2.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-text {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-select {padding-top: 0; padding-bottom: 0;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm  { width:17.5rem;height:auto;top:24.12109375rem;left:0rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm {display:block;}#v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm { width:17.5rem;height:auto;top:24.12109375rem;left:0rem;background-color:rgba(var(--color-tertiary-1),0.13);background-image:none; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #eFQpMPsPwXMiZg2V3MVThA5nB7dq1BV4 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #ZqmNPkQXx7S3VkC5HJcao95PRLl0X9I4 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #GzLyeqCTu66afNp2RAZOdeKUS9mRTs3Z {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Cd9whdW3mOrpW908u2a0KWhLHriT5G9f { display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #hgnveQwKqAH7M3ss1iVMlffmNOtTARh7 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #AlBWEi5xoNQgNoECe2f7ya2XI04sLmEK {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #TNCFZ77vCaXMnDBIlBW1SOpVL8IqcPp7 { display:block; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Kk5QG8oSO0J75U1MQMibqKwJ05mPlCOQ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #cuvgn8XZuAo7v5vJMiOdyNsD83MLSzwK {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NObxge3K4HzWbgZZXaJs4VuuSqPZ7XoJ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Abbeh4r364uee5omgs4Snma0NmzsViII {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Trqt4ModTgqaZBycikmOikB4HmTsDNlE {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #Q8BeDIAJfTd9HX5x1TcD2lRq0sM4XuNH { z-index:2; }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #NAfvkhfyKecFnHnI7Vc0FUKz7fZt8WIJ {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #JF91S8MIUnRuyCSGtTt4fnm1SrC7OsO1 {  }
 }@media only screen and (max-width: 763px) { #v0GB3gLPRyuBDcZFiXBKgCdSq3lVFyWm #mT8WKKR91rppFgQnnWZZxG7UxUsCyH1e {  }
 }@media only screen and (max-width: 763px) { #rHAww4UVzbiLaezxaT4oNqgIO7d7sELx { width:20rem;height:3.2487rem;top:9.82421875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fwCKyobmf2NbBqvBTUmyGTLlT5fXDD7W { width:20rem;height:7.7995rem;top:14.026693344116rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAebd6zosmWtkrp6HaqysV8CRhid24NM { display:block; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM { background-color: transparent; background-image: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container > .video-iframe-container { display: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row > .video-iframe-container { display: none; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .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); }#XAebd6zosmWtkrp6HaqysV8CRhid24NM { border-width: 0; border-radius: 0; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .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; }#XAebd6zosmWtkrp6HaqysV8CRhid24NM > .row .container { width:20rem;height:43.4375rem;background-color:rgba(var(--color-secondary-0),0);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) { #elTGz4ckl8wM0H3iB8CQhAfCXEPtkm7A { width:17.6875rem;height:2.99913125rem;top:1.75rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ghKMc4Mc41RDMiiDZIvIJxnzvXOu7OJi { width:11.875rem;height:2.11154375rem;top:5.375rem;left:4.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OX7kkLwe7zptTofOHlx5Q2MrNARLB5IZ { width:15rem;height:14.564484003486rem;top:8.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqEJBTT2zKOJZmMCIUUlsI6xDBUNgCgs { width:20rem;height:17.948125rem;top:24.578990459442rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 { display:block; }#pSoqDTxiobZ7m0O5dHOnO3iebmzpfBQ6 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXT2QT6Q7gN6amLu22qCWbBcw2cTkBCo { width:18.0625rem;height:18.1770625rem;top:8rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m31ysokV3ApdC8L5mg4rqHuHCcDhfw5L { width:13.8125rem;height:3.4375rem;top:2.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR { display:block; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR { background-color: transparent; background-image: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container > .video-iframe-container { display: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row > .video-iframe-container { display: none; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .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); }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR { border-width: 0; border-radius: 0; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .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; }#PlLeZ2dNhTn6ai5RW5tVFFqwb2mzSynR > .row .container { width:20rem;height:22.1875rem;background-color:rgba(var(--color-secondary-0),0);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) { #UU8MNhnER6df9vG05QVZ3vGPrSpIoyRu { width:20rem;height:5rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvTDG1LCtXa9zrIat7AuEx2XEr1WSkIM { width:4.75rem;height:4.3125rem;top:2.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuySGtTNx7rFFCKwbpnRMT2TsDdUFaup { width:19.25rem;height:2.4370625rem;top:17.3125rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6NRAgxbpR3lb7gRFs9ZoD8vw49cmAZC { width:20rem;height:3.6556rem;top:8.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 { display:block; }#PJ8u8qlQh4zlbMTIUCDf3mVxbRxRmDX6 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9t5R0TOI4erwnAoWZ5MyuGEefTXwVff { width:14.8125rem;height:3.8997375rem;top:20.9375rem;left:2.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTWfBiNJqbrW4fcIPzykTP7ggQb6wC1 { width:13.8125rem;height:3.4375rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyi1biSv83IUe940guUxFZTC3qc4Rqov { width:9.875rem;height:3.4375rem;top:11.625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeKDTtEASz4xNCRBfvQ0rR3nJgGW2CUh { display:block; }
 }@media only screen and (max-width: 763px) { #aK6nUTZuETmEQosghSJ9J71b84Xd24Ng { display:flex;width:1.875rem;height:1.875rem;top:12.40625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #vBPR4mpKecIUICfHtKxmKSe67FgoXrlo { width:1.5625rem;height:1.5625rem;top:26.375rem;left:8.3125rem;display:block; }
#vBPR4mpKecIUICfHtKxmKSe67FgoXrlo > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 { width:1.3125rem;height:1.3125rem;top:26.5rem;left:10.375rem;display:block; }
#ioHMfoSFNf8kklE9UvuRScJ3DS81VMI0 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #duyD6vL4Ntux2GvyNC8AAwdtyH9qDk85 { width:20rem;height:0.9746125rem;top:29.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oF5chOp8usNtI6aXqpBVvRINut7M8a66 { width:20rem;height:0.9746125rem;top:32.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SOyITB3IQGmECSh2TeU13Z4wCAcaGQ27 { width:17.5rem;height:1.625rem;top:30.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOwXekbweTEPEPEyCMQJBwqDTnaLS4fF { display:block; }
 }@media only screen and (max-width: 763px) { #si79NTMJPowfuT1FLmv0H7h3XClgJvT6 { width:10.8125rem;height:4.388025rem;top:7.25rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3mCbZWg9oLLADFAc5WyER7tzZRTz46a { width:19rem;height:1.875rem;top:16.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZXHzRkZQqGt5WOwlPneLVmVLq7VIMg { display:block; }
 }@media only screen and (max-width: 763px) { #CwcWP37sgxw2GftkM9Q4qXsK8QNbJhyC { display:flex;width:1.875rem;height:1.875rem;top:14.28125rem;left:0.78125rem;opacity:0; }
 }