.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,244,251;--color-primary-1:127,211,247;--color-primary-2:110,198,237;--color-primary-3:66,119,142;--color-primary-4:22,40,47;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:136,188,223;--color-tertiary-2:57,143,201;--color-tertiary-3:7,115,187;--color-tertiary-4:0,22,35;--headlines-font-family:"lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .row > .video-iframe-container { display: none; }#BtRZBVT6kgsMEJ8CsOXkBd5Qfp8uOUl3 > .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); }#ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(127,211,247,0.67);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;z-index:auto;display:block; } #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection *:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="text"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="email"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="tel"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection textarea:focus-visible { outline: none; } #HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container { background-color: transparent; background-image: none; }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container > .video-iframe-container { display: none; }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row > .video-iframe-container { display: none; }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .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); }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container { border-width: 0; border-radius: 0; }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:60rem;position:relative;display:block; }#Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection { background-color:rgba(127,211,247,0.71);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; } #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection *:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="text"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="email"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="tel"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection textarea:focus-visible { outline: none; } #SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { background-color: transparent; background-image: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container > .video-iframe-container { display: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row > .video-iframe-container { display: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .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); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { border-width: 0; border-radius: 0; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { width:60rem;height:11.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.71)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.71)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-size:initial !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;display:block; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { background-color: transparent; background-image: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container > .video-iframe-container { display: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row > .video-iframe-container { display: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .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); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { border-width: 0; border-radius: 0; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { width:60rem;height:49.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xOSZB0ip2RzlWkN0IG4MnQ9CMBRI6hSZ { color:#05135f;display:block;width:55.4979375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.25rem;height:2.11240625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WXhisrLdTkBZ65bHzBFeFkM2u6GQ0I6x { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.125rem;width:21.875rem;top:37.25rem;left:19.0625rem;display:none; }
#kSvoVJ27D4ct8Ttnea8sZM71oaM4TNMo { position:absolute;display:block;z-index:14999;height:11.25rem;width:20rem;top:7.0625rem;left:0.625rem;display:block; }
#cmyLTxDOyk36xquyIyhDewwJrFTMdTMd { color:#05135f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RCypuWGtxzpG0Senr9hwtVy9p5hk2J0s { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.182125rem;width:55.4956875rem;top:12.4375rem;left:2.25rem;display:block; }
#fUaiC5MOhOAFuIaFk9aC5y2I34fPt26H { color:rgba(var(--color-tertiary-3),1);display:block;width:55.4968125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:0.5625rem;left:2.25rem;height:3.82509375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container { background-color: transparent; background-image: none; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container > .video-iframe-container { display: none; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row > .video-iframe-container { display: none; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .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); }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container { border-width: 0; border-radius: 0; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP { background-color:rgba(var(--color-tertiary-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;display:block; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { background-color: transparent; background-image: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container > .video-iframe-container { display: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row > .video-iframe-container { display: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .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); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { border-width: 0; border-radius: 0; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { width:60rem;height:46.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TD7ywvwqMS0Scbx9mfqrhFkLwL22Rhwp { color:#05135f;display:block;width:55.4979375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.75rem;height:2.11240625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smB0UXqHT4FRgh5993nFcxFOdG9a1uav { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.125rem;width:21.875rem;top:37.25rem;left:19.0625rem;display:none; }
#cvaSxUM2NBKMXSxbl5cLz7aVtbi4IgRg { position:absolute;display:block;z-index:14999;height:11.25rem;width:20rem;top:14rem;left:0.625rem;display:block; }
#p21s3EAhwg6ATFOkO5Kwg12yEKVeSQJT { color:#05135f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AxOyyoP8Magw1e2Ldks8SvfdOT8x1ixt { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.182125rem;width:55.4956875rem;top:9.4364380836487rem;left:2.7487869262695rem;display:block; }
#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container { background-color: transparent; background-image: none; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container > .video-iframe-container { display: none; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row > .video-iframe-container { display: none; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .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); }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container { border-width: 0; border-radius: 0; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp { background-color:rgba(var(--color-tertiary-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;display:block; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { background-color: transparent; background-image: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container > .video-iframe-container { display: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row > .video-iframe-container { display: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .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); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { border-width: 0; border-radius: 0; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { width:60rem;height:46.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#O9cZp4Ks1Uc9wJ5ozU1hVFqIX1NZ6yre { color:#05135f;display:block;width:55.4979375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QaSIswd1bLTPW6xR8P05SsmCg9rdTs97 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.125rem;width:21.875rem;top:37.25rem;left:19.0625rem;display:none; }
#zbxlkkTxlFK6BAgigDndhHs6bqT3tGSr { position:absolute;display:block;z-index:14999;height:11.25rem;width:20rem;top:14rem;left:0.625rem;display:block; }
#ckafUNT1tm4nTt42cRBBlvBts5mMKu3n { color:#05135f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ne1neawc0zUDUR20pnyRw5kvUPrnz6q7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.182125rem;width:55.4956875rem;top:9.4364380836487rem;left:2.7487869262695rem;display:block; }
#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container { background-color: transparent; background-image: none; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container > .video-iframe-container { display: none; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row > .video-iframe-container { display: none; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .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); }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container { border-width: 0; border-radius: 0; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 { background-color:rgba(var(--color-tertiary-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;display:block; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { background-color: transparent; background-image: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container > .video-iframe-container { display: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row > .video-iframe-container { display: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .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); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { border-width: 0; border-radius: 0; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { width:60rem;height:46.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#QB0ZvQ7do2sceJ9Zb7XitJDKnVpraTK2 { color:#05135f;display:block;width:55.4979375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZZ3ln6Q8NvsZMtzLmbkIWGvAsr2yzUq { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.125rem;width:21.875rem;top:37.25rem;left:19.0625rem;display:none; }
#uv8hZ6JUmoa9PSMCZGXaurW3pArp0xGp { position:absolute;display:block;z-index:14999;height:11.25rem;width:20rem;top:14rem;left:0.625rem;display:block; }
#z6PrDNFhvRf0cEvd3RtarVKhn06ph1e0 { color:#05135f;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#D9P9eimPfN4RT05B2yuhxb3l8sXXHVNq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.182125rem;width:55.4956875rem;top:9.4364380836487rem;left:2.7487869262695rem;display:block; }
#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container { background-color: transparent; background-image: none; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container > .video-iframe-container { display: none; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row > .video-iframe-container { display: none; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .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); }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container { border-width: 0; border-radius: 0; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.67);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; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container { background-color: transparent; background-image: none; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container > .video-iframe-container { display: none; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row > .video-iframe-container { display: none; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .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); }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container { border-width: 0; border-radius: 0; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container { font-size:0.875rem;font-family:arial;height:73.5625rem;width:60rem;position:relative;display:block; }#rPK5FeJhC8oX0n6PAP0hCiLCGO71yInX { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:5.2438564300537rem;left:2.2493171691894rem;height:1.912925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTMc3sJpPfuvWSeplfSLPDoPLLFN7taA { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:48.6875rem;left:2.25rem;height:2.1237875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pspuDKhW4h3MoWJUmVFbeMhpfmKnev63 { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:60.25rem;left:2.25rem;height:4.247575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d0AeQtRDVCxo8QOnxEhn9W2iOghWQGTH { color:#2b2a2a;display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:39.3125rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:42.25rem;left:2.25rem;height:6.371375rem;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:65.375rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:51.6875rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#S9cHMHO9Tf4e4HRUiiw2es1SFX96l7iq { color:rgba(var(--color-tertiary-3),1);display:block;width:55.4990625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:1.8806829452514rem;left:2.2493171691894rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxqNwUzbTDlRAqn5Py4mfeDo0xd5t00F { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.6875rem;width:55.5rem;top:8.62294960022rem;left:2.2481803894043rem;overflow:hidden;display:block; }
#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.67);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; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container { background-color: transparent; background-image: none; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container > .video-iframe-container { display: none; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row > .video-iframe-container { display: none; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .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); }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container { border-width: 0; border-radius: 0; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container { font-size:0.875rem;font-family:arial;height:143.25rem;width:60rem;position:relative;display:block; }#KrWvgLa4om24f4F9mWT4fuZXEhgg9usk { color:rgba(var(--color-tertiary-3),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:1.7485847473144rem;left:2.2481803894043rem;height:2.76186875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XlJgMXpK19n5GfEvNzWtmvlhcJyOpoFm { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:41.3125rem;left:2.25rem;height:8.495125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UUFRuO3MgkFJdJ5VFaJLQJSwnPh7CF7z { color:rgba(var(--color-tertiary-4),1);display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:109.0625rem;left:2.25rem;height:4.247575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RT60fVZtcI4HGUCy2VpdTkz1cTgzVWzH { color:#2b2a2a;display:block;width:55.4979375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:5.118709564209rem;left:2.2493171691894rem;height:1.912925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZkpNcdQesOsiaz7Zf5VnLSHkHMHJ980 { color:#05135f;display:block;width:55.4956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:38.25rem;left:2.25rem;height:;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; }
#hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga { color:#2b2a2a;display:block;width:55.4979375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:49.25rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#FoMtp2ptaLzM3fMURriMph5rVDFuVIRG { color:#05135f;display:block;width:55.4956875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:105.375rem;left:2.25rem;height:;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; }
#lLKNXUrbgTeArzS2NFIh6s7s1x03woRo { color:#2b2a2a;display:block;width:55.4968125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:114.9375rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;overflow:hidden;display:block; }#lLKNXUrbgTeArzS2NFIh6s7s1x03woRo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lLKNXUrbgTeArzS2NFIh6s7s1x03woRo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#rLD18rTB4SlwiZoqezHwL9Em1btKvC5t { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.625rem;width:55.25rem;top:8.4978065490725rem;left:2.2481803894043rem;overflow:hidden;display:block; }
#dQBXAVoU8iDl52Zn6t56tOQyEU4OQBLm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.5625rem;width:55.1875rem;top:74.684845447537rem;left:2.3710556030274rem;overflow:hidden;display:block; }
#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI { position:relative;display:block; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI { background-color: transparent; background-image: none; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container > .video-iframe-container { display: none; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row > .video-iframe-container { display: none; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .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); }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI { border-width: 0; border-radius: 0; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:72.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E2y96G3ddgdzFaE4g684Vuo8m8GWztak { color:rgba(var(--color-tertiary-3),1);display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:1.4360828399658rem;left:2.2481803894043rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S8bTKTJXIV27oZLx0gUtFsabFZIMzwHa { color:#2b2a2a;display:block;width:55.4979375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:37.5625rem;left:2.25rem;height:2.1237875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz { color:#2b2a2a;display:block;width:55.4990625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:42.5625rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz li:before{  }
#s8KzhnpABTrx3UdgZw67GTIXxqBqMBNH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.5rem;width:55.125rem;top:6.5590782165525rem;left:2.4051895141601rem;overflow:hidden;display:block; }
#KD7C8JWzmFWLVltzL8x655vktaESLoS5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.71)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),0.71)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),0.71), rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container { background-color: transparent; background-image: none; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container > .video-iframe-container { display: none; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row > .video-iframe-container { display: none; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .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); }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container { border-width: 0; border-radius: 0; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#aRDl6wKyweqKkWFZ7LqfN4JMOeCxLg7f { color:rgba(var(--color-tertiary-3),1);display:block;width:55.4990625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:2.247034072876rem;left:2.2470436096191rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U4nAgX6CA2JNBJ0EiVdBqqnNXiWZ1Nmp { color:#2b2a2a;display:block;width:55.4976875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:7.375rem;left:2.25rem;height:2.76186875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WniN8eaUHpS9xBTbpIGXkaKV8pG8Izll { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12310625rem;width:3.12310625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:10.9375rem;left:28.375rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-form-header {  }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:32.875rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .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; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:32.875rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:31.625rem;overflow:hidden;font-style:normal;float:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .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; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-container:first-of-type{padding-top:0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-container:last-of-type{padding-bottom:0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.24893951416rem;top:15.435756683349rem;z-index:15010;position:absolute;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.875rem;display:block;vertical-align:top; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H {display:block;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.24893951416rem;top:15.435756683349rem;z-index:15010;position:absolute;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #uBlQnNsmrWaFTuwGupBTET1NeGv3SHev { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #aHPxob00gtloJSDR9M6VucVKyThIqzrP { position:relative;display:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #gcDQUuZyXiDZV8NA09Dr1MMxgmw4QTVt { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #eypDz1WC78RpDP0ZXadWKh0pyTbg2w2D { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #hnnQPC5PpdFrKvGELyHW2sKb4rbiKAU8 { position:relative;display:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #UvQKnW30yHKTJWmqkM9RXiDaaGhW2Ibn { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #omb3qbUep7939rabXTp9r9mrZ9x1Vgna { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #MlVdlEon5BNRisFHH8vOmx6CFN9fFzt7 { position:relative;display:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #z3t6docoiFc6WN8Ap8l79neLwT98GKfs { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #vpiADxRHgoGHaNHaG7XQsc4zpez4R8WP { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #no5bG7iRRt5QX6OqAaVeb6dzGcykotLb { position:relative;display:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #OWhdWhkMQoA6s52HRfLXbfFqHJXBWObZ { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #dBh2IGzAbtLmIGkDrNMc1NcUcTW0qwC5 { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #m4if2WUnbbD4STcXx1S4FEInWg0BvanT { position:relative;display:none; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #BypG3D5BRDpzQNxUe5rxaKV6TQP3nUh9 { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #iTliH6yvt3RQ5IsQahBsqHTLwk4SX24n { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #WpuMe8wZU9eQvnPHPtffdwW2dgxqgFKw { position:relative;z-index:2; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #ZmRP8HmbQMM8M4kEmtFDS6lndNILBHy8 { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #huFt8ky8fkIkBBLAZJfQ4bnGVS99SVf9 { position:relative; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H #p03Bh5O2WUBzQ53ael9X3yoq24tEZNb3 { position:relative; }
#rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; } #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection *:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="text"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="email"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="tel"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection textarea:focus-visible { outline: none; } #Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container { background-color: transparent; background-image: none; }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container > .video-iframe-container { display: none; }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row > .video-iframe-container { display: none; }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .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); }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container { border-width: 0; border-radius: 0; }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(127,211,247,0.71), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(127,211,247,0.71), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(127,211,247,0.71), #ffffff);background-image: -o-linear-gradient(180deg, rgba(127,211,247,0.71), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(127,211,247,0.71), #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection *:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="text"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="email"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="tel"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection textarea:focus-visible { outline: none; } #c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container { background-color: transparent; background-image: none; }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container > .video-iframe-container { display: none; }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row > .video-iframe-container { display: none; }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .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); }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container { border-width: 0; border-radius: 0; }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; } #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection *:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="text"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="email"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="tel"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection textarea:focus-visible { outline: none; } #rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container { background-color: transparent; background-image: none; }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container > .video-iframe-container { display: none; }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row > .video-iframe-container { display: none; }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .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); }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container { border-width: 0; border-radius: 0; }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection { display:block; } #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection *:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="text"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="email"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="tel"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection textarea:focus-visible { outline: none; } #HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection { display:block; } #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection *:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="text"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="email"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="tel"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection textarea:focus-visible { outline: none; } #SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c { display:block; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOSZB0ip2RzlWkN0IG4MnQ9CMBRI6hSZ { width:47.75rem;height:2.0625rem;top:6.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhisrLdTkBZ65bHzBFeFkM2u6GQ0I6x { width:21.875rem;height:0.125rem;top:37.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSvoVJ27D4ct8Ttnea8sZM71oaM4TNMo { top:7.0625rem;left:0rem;width:19.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyLTxDOyk36xquyIyhDewwJrFTMdTMd { width:47.75rem;height:0;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCypuWGtxzpG0Senr9hwtVy9p5hk2J0s { top:12.4375rem;left:0rem;width:47.75rem;height:26.829949061357rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUaiC5MOhOAFuIaFk9aC5y2I34fPt26H { width:47.75rem;height:3.8125rem;top:0.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx { display:block; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB728J8L005gi7RTFKS4ywDx4sNPQrP { display:block; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD7ywvwqMS0Scbx9mfqrhFkLwL22Rhwp { width:47.75rem;height:2.0625rem;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB0UXqHT4FRgh5993nFcxFOdG9a1uav { width:21.875rem;height:0.125rem;top:37.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvaSxUM2NBKMXSxbl5cLz7aVtbi4IgRg { top:14rem;left:0rem;width:19.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p21s3EAhwg6ATFOkO5Kwg12yEKVeSQJT { width:47.75rem;height:0;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxOyyoP8Magw1e2Ldks8SvfdOT8x1ixt { top:9.375rem;left:0rem;width:47.75rem;height:26.829949061357rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNckykIptiGCgqBvFnyTOR6WuJfKL7vR { display:block; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp { display:block; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9cZp4Ks1Uc9wJ5ozU1hVFqIX1NZ6yre { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSIswd1bLTPW6xR8P05SsmCg9rdTs97 { width:21.875rem;height:0.125rem;top:37.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbxlkkTxlFK6BAgigDndhHs6bqT3tGSr { top:14rem;left:0rem;width:19.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckafUNT1tm4nTt42cRBBlvBts5mMKu3n { width:47.75rem;height:0;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1neawc0zUDUR20pnyRw5kvUPrnz6q7 { top:9.375rem;left:0rem;width:47.75rem;height:26.829949061357rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k { display:block; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 { display:block; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QB0ZvQ7do2sceJ9Zb7XitJDKnVpraTK2 { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZ3ln6Q8NvsZMtzLmbkIWGvAsr2yzUq { width:21.875rem;height:0.125rem;top:37.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv8hZ6JUmoa9PSMCZGXaurW3pArp0xGp { top:14rem;left:0rem;width:19.9375rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6PrDNFhvRf0cEvd3RtarVKhn06ph1e0 { width:47.75rem;height:0;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9P9eimPfN4RT05B2yuhxb3l8sXXHVNq { top:9.375rem;left:0rem;width:47.75rem;height:26.829949061357rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu { display:block; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLkizgrVadwb4lBTFoGqyXZhJthzOwyD { display:block; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPK5FeJhC8oX0n6PAP0hCiLCGO71yInX { width:47.75rem;height:1.875rem;top:5.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMc3sJpPfuvWSeplfSLPDoPLLFN7taA { width:47.75rem;height:2.125rem;top:48.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pspuDKhW4h3MoWJUmVFbeMhpfmKnev63 { width:47.75rem;height:4.25rem;top:60.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0AeQtRDVCxo8QOnxEhn9W2iOghWQGTH { width:47.75rem;height:2.125rem;top:39.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy { width:47.75rem;height:4.25rem;top:42.25rem;left:0rem;font-size:1.25rem;display:block; }#lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq { width:47.75rem;height:;top:65.3125rem;left:0rem;font-size:1.25rem;display:block; }#kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk { width:47.75rem;height:;top:51.625rem;left:0rem;font-size:1.25rem;display:block; }#rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #S9cHMHO9Tf4e4HRUiiw2es1SFX96l7iq { width:47.75rem;height:;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxqNwUzbTDlRAqn5Py4mfeDo0xd5t00F { top:8.5625rem;left:0rem;width:47.75rem;height:23.821227477477rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNk2eNKWuFW4Vo46hZbxKTigD50dBJB { display:block; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrWvgLa4om24f4F9mWT4fuZXEhgg9usk { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlJgMXpK19n5GfEvNzWtmvlhcJyOpoFm { width:47.75rem;height:6.375rem;top:41.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFRuO3MgkFJdJ5VFaJLQJSwnPh7CF7z { width:47.75rem;height:4.25rem;top:109.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT60fVZtcI4HGUCy2VpdTkz1cTgzVWzH { width:47.75rem;height:1.875rem;top:5.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZkpNcdQesOsiaz7Zf5VnLSHkHMHJ980 { width:47.75rem;height:1.75rem;top:38.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga { width:47.75rem;height:21.875rem;top:49.25rem;left:0rem;font-size:1.25rem;display:block; }#hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #FoMtp2ptaLzM3fMURriMph5rVDFuVIRG { width:47.75rem;height:1.75rem;top:105.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLKNXUrbgTeArzS2NFIh6s7s1x03woRo { width:47.75rem;height:26.125rem;top:114.9375rem;left:0rem;font-size:1.25rem;display:block; }#lLKNXUrbgTeArzS2NFIh6s7s1x03woRo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #rLD18rTB4SlwiZoqezHwL9Em1btKvC5t { top:8.4375rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBXAVoU8iDl52Zn6t56tOQyEU4OQBLm { top:74.625rem;left:0rem;width:47.75rem;height:23.847961494904rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlcmTLXl64rkT86MH1B2bCV59P1A2fOI { display:block; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2y96G3ddgdzFaE4g684Vuo8m8GWztak { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8bTKTJXIV27oZLx0gUtFsabFZIMzwHa { width:47.75rem;height:2.125rem;top:37.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz { width:47.75rem;height:28.25rem;top:42.5625rem;left:0rem;font-size:1.25rem;display:block; }#SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz li:before{  }
 }@media only screen and (max-width: 763px) { #s8KzhnpABTrx3UdgZw67GTIXxqBqMBNH { top:6.5rem;left:0rem;width:47.75rem;height:23.820861678004rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7C8JWzmFWLVltzL8x655vktaESLoS5 { display:block; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRDl6wKyweqKkWFZ7LqfN4JMOeCxLg7f { width:47.75rem;height:;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nAgX6CA2JNBJ0EiVdBqqnNXiWZ1Nmp { width:47.75rem;height:2.75rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniN8eaUHpS9xBTbpIGXkaKV8pG8Izll { top:10.9375rem;left:22.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-regular-label { display:block;width:32.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text { width:32.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-textarea { width:32.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-select { width:32.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-button { width:32.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-checkbox-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H  { width:32.875rem;height:auto;top:15.375rem;left:6.1239395141601rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .radio-container { width:32.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H {display:block;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H { width:32.875rem;height:auto;top:15.375rem;left:6.1239395141601rem; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #uBlQnNsmrWaFTuwGupBTET1NeGv3SHev {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #aHPxob00gtloJSDR9M6VucVKyThIqzrP { display:none; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #gcDQUuZyXiDZV8NA09Dr1MMxgmw4QTVt {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #eypDz1WC78RpDP0ZXadWKh0pyTbg2w2D {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #hnnQPC5PpdFrKvGELyHW2sKb4rbiKAU8 { display:none; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #UvQKnW30yHKTJWmqkM9RXiDaaGhW2Ibn {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #omb3qbUep7939rabXTp9r9mrZ9x1Vgna {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #MlVdlEon5BNRisFHH8vOmx6CFN9fFzt7 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #z3t6docoiFc6WN8Ap8l79neLwT98GKfs {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #vpiADxRHgoGHaNHaG7XQsc4zpez4R8WP {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #no5bG7iRRt5QX6OqAaVeb6dzGcykotLb {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #OWhdWhkMQoA6s52HRfLXbfFqHJXBWObZ {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #dBh2IGzAbtLmIGkDrNMc1NcUcTW0qwC5 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #m4if2WUnbbD4STcXx1S4FEInWg0BvanT {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #BypG3D5BRDpzQNxUe5rxaKV6TQP3nUh9 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #iTliH6yvt3RQ5IsQahBsqHTLwk4SX24n {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #WpuMe8wZU9eQvnPHPtffdwW2dgxqgFKw { z-index:2; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #ZmRP8HmbQMM8M4kEmtFDS6lndNILBHy8 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #huFt8ky8fkIkBBLAZJfQ4bnGVS99SVf9 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #p03Bh5O2WUBzQ53ael9X3yoq24tEZNb3 {  }
 }@media only screen and (max-width: 763px) { #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection { display:block; } #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection *:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="text"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="email"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="tel"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection textarea:focus-visible { outline: none; } #Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection { display:block; } #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection *:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="text"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="email"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="tel"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection textarea:focus-visible { outline: none; } #c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection { display:block; } #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection *:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="text"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="email"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="tel"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection textarea:focus-visible { outline: none; } #rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection { position:relative;z-index:auto;display:block; } #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection *:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="text"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="email"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection input[type="tel"]:focus-visible, #ymltuNz7T3cJuxJNy2mNvdOlEQz0FyQQ.widget-smartsection textarea:focus-visible { outline: none; } #HUmOzXL4TzeXZ7Ttie5LVED8kqwSTE4p > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection { background-color:rgba(127,211,247,0.71);background-image:none;display:block; } #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection *:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="text"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="email"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection input[type="tel"]:focus-visible, #Tfiki2uMUFnPGL6VinnailOxqbqcSsIp.widget-smartsection textarea:focus-visible { outline: none; } #SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { background-color: transparent; background-image: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container > .video-iframe-container { display: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row > .video-iframe-container { display: none; }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .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); }#SS7MdVzfHnL0irv4D4mxfgeL61Ew4eKA > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -o-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-size:initial !important;display:block; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { background-color: transparent; background-image: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container > .video-iframe-container { display: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row > .video-iframe-container { display: none; }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .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); }#gDAQ5ilFCFkuoPzTpmLb1AklgIqNL58c > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOSZB0ip2RzlWkN0IG4MnQ9CMBRI6hSZ { width:18.75rem;height:1.62469375rem;top:3.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhisrLdTkBZ65bHzBFeFkM2u6GQ0I6x { width:9.6875rem;height:2.5rem;top:21.0625rem;left:6.25rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #kSvoVJ27D4ct8Ttnea8sZM71oaM4TNMo { width:15.1865625rem;height:8.4989375rem;top:9.8125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmyLTxDOyk36xquyIyhDewwJrFTMdTMd { width:17.9996875rem;height:0;top:43.802082061767rem;left:0.9993488788605rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCypuWGtxzpG0Senr9hwtVy9p5hk2J0s { height:10.4968125rem;width:18.75rem;top:7.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUaiC5MOhOAFuIaFk9aC5y2I34fPt26H { width:18.75rem;height:1.8670375rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx { display:none; }#v473PBMScZasWRQ6OXIyGrr8ZyVN2Mzx > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WEB728J8L005gi7RTFKS4ywDx4sNPQrP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -o-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-size:initial !important;display:block; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { background-color: transparent; background-image: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container > .video-iframe-container { display: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row > .video-iframe-container { display: none; }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .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); }#WEB728J8L005gi7RTFKS4ywDx4sNPQrP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD7ywvwqMS0Scbx9mfqrhFkLwL22Rhwp { width:18.75rem;height:3.24939375rem;top:1.5621209144593rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smB0UXqHT4FRgh5993nFcxFOdG9a1uav { width:9.6875rem;height:2.5rem;top:21.0625rem;left:6.25rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #cvaSxUM2NBKMXSxbl5cLz7aVtbi4IgRg { width:15.1865625rem;height:8.4989375rem;top:2.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p21s3EAhwg6ATFOkO5Kwg12yEKVeSQJT { width:17.9996875rem;height:0;top:43.802082061767rem;left:0.9993488788605rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxOyyoP8Magw1e2Ldks8SvfdOT8x1ixt { height:10.4968125rem;width:18.75rem;top:6.62393951416rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNckykIptiGCgqBvFnyTOR6WuJfKL7vR { display:none; }#fNckykIptiGCgqBvFnyTOR6WuJfKL7vR > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -o-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-size:initial !important;display:block; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { background-color: transparent; background-image: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container > .video-iframe-container { display: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row > .video-iframe-container { display: none; }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .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); }#JD6Q9h2SUT5aNhOKIC1sc1JALeNGtVTp > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9cZp4Ks1Uc9wJ5ozU1hVFqIX1NZ6yre { width:18.75rem;height:3.24939375rem;top:1.5621209144593rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaSIswd1bLTPW6xR8P05SsmCg9rdTs97 { width:9.6875rem;height:2.5rem;top:21.0625rem;left:6.25rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zbxlkkTxlFK6BAgigDndhHs6bqT3tGSr { width:15.1865625rem;height:8.4989375rem;top:2.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckafUNT1tm4nTt42cRBBlvBts5mMKu3n { width:17.9996875rem;height:0;top:43.802082061767rem;left:0.9993488788605rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ne1neawc0zUDUR20pnyRw5kvUPrnz6q7 { height:10.4968125rem;width:18.75rem;top:6.62393951416rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k { display:none; }#rTBnECLPPQWPe3TXHA7uPgwJ1kAOHI8k > .row .container { width:20rem;height:0.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-image: -o-linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fd3f7b2', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(127,211,247,0.7), #ffffff);background-size:initial !important;display:block; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { background-color: transparent; background-image: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container > .video-iframe-container { display: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row > .video-iframe-container { display: none; }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .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); }#kgFLbVUqGN8FU9VTPdOlN6sQw0OluVK9 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QB0ZvQ7do2sceJ9Zb7XitJDKnVpraTK2 { width:18.75rem;height:3.24939375rem;top:1.5621209144593rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZ3ln6Q8NvsZMtzLmbkIWGvAsr2yzUq { width:9.6875rem;height:2.5rem;top:21.0625rem;left:6.25rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #uv8hZ6JUmoa9PSMCZGXaurW3pArp0xGp { width:15.1865625rem;height:8.4989375rem;top:2.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6PrDNFhvRf0cEvd3RtarVKhn06ph1e0 { width:17.9996875rem;height:0;top:43.802082061767rem;left:0.9993488788605rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9P9eimPfN4RT05B2yuhxb3l8sXXHVNq { height:10.4968125rem;width:18.75rem;top:6.62393951416rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu { display:block; }#rsXz3ndzJWLniu2s6tlOTKTXFpcRMVDu > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLkizgrVadwb4lBTFoGqyXZhJthzOwyD { display:block; }#kLkizgrVadwb4lBTFoGqyXZhJthzOwyD > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPK5FeJhC8oX0n6PAP0hCiLCGO71yInX { width:18.748875rem;height:2.76281875rem;top:16.125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pTMc3sJpPfuvWSeplfSLPDoPLLFN7taA { width:18.748875rem;height:4.144225rem;top:36.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pspuDKhW4h3MoWJUmVFbeMhpfmKnev63 { width:18.75rem;height:4.144225rem;top:55.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d0AeQtRDVCxo8QOnxEhn9W2iOghWQGTH { width:18.75rem;height:2.76281875rem;top:20.5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy { width:18.75rem;height:8.2884375rem;top:24.4375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#lC2XQRsZoPMMbypsNkPp3nmnxWq4PCTy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq { width:18.75rem;height:11.04975rem;top:59.9375rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#kZu6OzF63WiKHTKRG9WPGtA9yxrRE7Bq li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk { width:18.75rem;height:9.6685625rem;top:41.5625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#rEeSbsu0HeLOnJDQ45TbFCggahKB6ZTk li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #S9cHMHO9Tf4e4HRUiiw2es1SFX96l7iq { width:18.75rem;height:1.788025rem;top:1.0342082977295rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PxqNwUzbTDlRAqn5Py4mfeDo0xd5t00F { width:18.75rem;height:9.375rem;top:4.5296382904053rem;left:0.62149193882942rem;display:block; }
 }@media only screen and (max-width: 763px) { #huNk2eNKWuFW4Vo46hZbxKTigD50dBJB { display:block; }#huNk2eNKWuFW4Vo46hZbxKTigD50dBJB > .row .container { width:20rem;height:141.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrWvgLa4om24f4F9mWT4fuZXEhgg9usk { width:18.748875rem;height:1.78739375rem;top:1.0596313476562rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XlJgMXpK19n5GfEvNzWtmvlhcJyOpoFm { width:18.74775rem;height:11.04975rem;top:21.678555011749rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UUFRuO3MgkFJdJ5VFaJLQJSwnPh7CF7z { width:18.75rem;height:4.144225rem;top:91.622432708738rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RT60fVZtcI4HGUCy2VpdTkz1cTgzVWzH { width:18.75rem;height:1.218525rem;top:3.3406410217285rem;left:0.62462076544762rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sZkpNcdQesOsiaz7Zf5VnLSHkHMHJ980 { width:18.75rem;height:1.46295rem;top:18.455325603485rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga { width:18.75rem;height:37.9164375rem;top:33.991205215454rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#hyT5qGa81kWTJF4QyqZAqJBzxm8OCyga li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #FoMtp2ptaLzM3fMURriMph5rVDFuVIRG { width:18.75rem;height:1.46295rem;top:88.973762512206rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLKNXUrbgTeArzS2NFIh6s7s1x03woRo { width:18.75rem;height:43.4413125rem;top:96.823047637938rem;left:0.62462076544762rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#lLKNXUrbgTeArzS2NFIh6s7s1x03woRo li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #rLD18rTB4SlwiZoqezHwL9Em1btKvC5t { width:18.75rem;height:9.3125rem;top:6.0630302429199rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBXAVoU8iDl52Zn6t56tOQyEU4OQBLm { width:18.75rem;height:9.3125rem;top:77.5633392334rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlcmTLXl64rkT86MH1B2bCV59P1A2fOI { display:block; }#IlcmTLXl64rkT86MH1B2bCV59P1A2fOI > .row .container { width:20rem;height:72.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2y96G3ddgdzFaE4g684Vuo8m8GWztak { width:18.75rem;height:1.7066125rem;top:0.5615234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S8bTKTJXIV27oZLx0gUtFsabFZIMzwHa { width:18.75rem;height:4.144225rem;top:15.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz { width:18.75rem;height:48.9661875rem;top:22.1875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#SXOd35OUQEWnTfG7dERnHQ1TCkMcb0Fz li:before{  }
 }@media only screen and (max-width: 763px) { #s8KzhnpABTrx3UdgZw67GTIXxqBqMBNH { width:18.75rem;height:9.3125rem;top:4.0879116058349rem;left:0.62462076544762rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD7C8JWzmFWLVltzL8x655vktaESLoS5 { display:block; }#KD7C8JWzmFWLVltzL8x655vktaESLoS5 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRDl6wKyweqKkWFZ7LqfN4JMOeCxLg7f { width:18.75rem;height:3.5747875rem;top:1.2480440139771rem;left:0.62149193882942rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U4nAgX6CA2JNBJ0EiVdBqqnNXiWZ1Nmp { width:18.75rem;height:3.24939375rem;top:6.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WniN8eaUHpS9xBTbpIGXkaKV8pG8Izll { display:flex;width:3.06166875rem;height:3.06166875rem;top:10.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-regular-label { display:block;width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .widget-checkbox-label { width:14.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H  { width:15.624625rem;height:auto;top:14.3125rem;left:0.9375rem; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wOHGisllkwL24fx2pneTKAQSi9MqQz6H {display:block;}#wOHGisllkwL24fx2pneTKAQSi9MqQz6H { width:15.624625rem;height:auto;top:14.3125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #uBlQnNsmrWaFTuwGupBTET1NeGv3SHev {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #aHPxob00gtloJSDR9M6VucVKyThIqzrP { display:none; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #gcDQUuZyXiDZV8NA09Dr1MMxgmw4QTVt {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #eypDz1WC78RpDP0ZXadWKh0pyTbg2w2D {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #hnnQPC5PpdFrKvGELyHW2sKb4rbiKAU8 { display:none; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #UvQKnW30yHKTJWmqkM9RXiDaaGhW2Ibn {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #omb3qbUep7939rabXTp9r9mrZ9x1Vgna {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #MlVdlEon5BNRisFHH8vOmx6CFN9fFzt7 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #z3t6docoiFc6WN8Ap8l79neLwT98GKfs {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #vpiADxRHgoGHaNHaG7XQsc4zpez4R8WP {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #no5bG7iRRt5QX6OqAaVeb6dzGcykotLb {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #OWhdWhkMQoA6s52HRfLXbfFqHJXBWObZ {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #dBh2IGzAbtLmIGkDrNMc1NcUcTW0qwC5 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #m4if2WUnbbD4STcXx1S4FEInWg0BvanT {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #BypG3D5BRDpzQNxUe5rxaKV6TQP3nUh9 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #iTliH6yvt3RQ5IsQahBsqHTLwk4SX24n {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #WpuMe8wZU9eQvnPHPtffdwW2dgxqgFKw { z-index:2; }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #ZmRP8HmbQMM8M4kEmtFDS6lndNILBHy8 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #huFt8ky8fkIkBBLAZJfQ4bnGVS99SVf9 {  }
 }@media only screen and (max-width: 763px) { #wOHGisllkwL24fx2pneTKAQSi9MqQz6H #p03Bh5O2WUBzQ53ael9X3yoq24tEZNb3 {  }
 }@media only screen and (max-width: 763px) { #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection { display:block; } #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection *:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="text"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="email"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection input[type="tel"]:focus-visible, #rUs0uSwhRlNtugfLDEhM3p5pTQP65reh.widget-smartsection textarea:focus-visible { outline: none; } #Hf9D4JvPbmgxFogzaNqQg6x84ykP2SGw > .row .container { width:20rem;height:87.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection { display:block; } #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection *:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="text"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="email"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection input[type="tel"]:focus-visible, #FyXvCGSE8vTyWDNCTKenKALpW3dlOXrQ.widget-smartsection textarea:focus-visible { outline: none; } #c1knkSHn23AemWpgN7gwiBpPoWz9iytZ > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection { display:block; } #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection *:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="text"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="email"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection input[type="tel"]:focus-visible, #ALUtLbqai3Eg85tSDMuGSh7F80KyceJU.widget-smartsection textarea:focus-visible { outline: none; } #rqm8cCDewpdXuISXP1y1UiDFLwP4O9lF > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }