.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:246,217,220;--color-primary-1:224,128,139;--color-primary-2:193,0,22;--color-primary-3:97,0,11;--color-primary-4:29,0,3;--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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { background-color: transparent; background-image: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container > .video-iframe-container { display: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container { display: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .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); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { border-width: 0; border-radius: 0; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#Def0vJdl12DndULcDddCIlJH7SSD66E2 { color:#222222;display:block;width:27.5rem;position:absolute;font-family:"ivy presto";font-size:4.5rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:13.786010742188rem;left:2.5934104919434rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kq5yvqL6NEkdKopUyH8SytlFF445yGrL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:16.625rem;display:none; }
#w1ZfTo5IIJKZBbBxuGmFWodgSaBlmqP1 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.934896rem;width:6.622396rem;top:1.9778646230698rem;left:34.188804626465rem;overflow:hidden;display:block; }
#OnrDDFVG6VD0KBGdxv2TwfnsxrV9sla2 { color:#222222;display:block;width:23.936821rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:23.483913421631rem;left:4.375rem;height:2.17480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qo0HZ5PeJuybEWQHApnkk2Xd3MaHGI5x { color:#222222;display:block;width:26.4993095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:25.842140197754rem;left:5.2745857238769rem;height:2.9411764375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MMgR27TBzqNsCQmQg1DirH0srvw6XV2r { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:19.3118095625rem;top:17.305835723877rem;left:30.342828750611rem;overflow:hidden;display:block; }
#TQ4WS18HKSJDHhDSmNTTl6nhpHvGN7EI { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:21.375rem;top:10.359550476074rem;left:45.498475074768rem;overflow:hidden;display:block; }
#VGlgE9UoERS7hsgswritEUMJU06IVu0K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container { background-color: transparent; background-image: none; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container > .video-iframe-container { display: none; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row > .video-iframe-container { display: none; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .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); }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container { border-width: 0; border-radius: 0; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#pa2oBDQum1hoSVIc9oXuw8ee10WND4Mc { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.1875rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PKFWA3Z6ILRTuW4W3eEGzFQ856dhytvm { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:23.125rem;width:44.25rem;top:1.6979179382324rem;left:15.15625rem;overflow:hidden;display:block; }
#VnNe5IlUCr44ivug27u8yDdES1EsPNQt { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:15.53125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Ro3pQIiotmiPzluS4GRJATrG16Jiy9uN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.400730133057rem;left:26.341909408569rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TvgxIATIGZusyOGWa3sF6DTsTgXGuyTQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.2495403125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.444164276123rem;left:31.216680526733rem;display:block; }
#AK4nflzyTfHDCXq8hT5AvUtLrra9nXsi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt > .row .container { border-width: 0; border-radius: 0; }#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:none; }#PD98rz2htxKiRRODULwwOPbIzAXWS77k { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.1875rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkXWvMTdE9EaD69i8wmiekJmdars8DaP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:23.1875rem;width:44.3125rem;top:1.6979179382324rem;left:15.15625rem;overflow:hidden;display:block; }
#iIysoOn8c7e6SqSHpsyq4q7CTIiGSBuq { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.0625rem;left:15.53125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#IurUxUdAXuHZnlQdpQATSkRGaH1MNtaw { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.400730133057rem;left:26.341909408569rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#nPTzmPF9GAE3Th800AnP015EEFwXmCCi { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.2495403125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:31.444164276123rem;left:31.216680526733rem;display:block; }
#JGXT1leLerobxigDCcssySokMDy0MbfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container { background-color: transparent; background-image: none; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container > .video-iframe-container { display: none; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row > .video-iframe-container { display: none; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .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); }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container { border-width: 0; border-radius: 0; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#LhqLo3RegQGqs2QiWiI8X1LlKH4eyVh6 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.1875rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IEHmpEIACgq4HvxbK24S1m1BRQH31d44 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:23.25rem;width:44.75rem;top:1.6979179382324rem;left:15.15625rem;overflow:hidden;display:block; }
#Uopekt16SsfgmQTy7QxnegW6rxpSla9A { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.625rem;left:15.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Pqq2ZVJKewHL6AO6vXFstNKcKk4KBsGV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.2495403125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:29.717597961426rem;left:31.434968948364rem;display:block; }
#oiP2R7zVnAttyuQHMZmgUmqoJJbrJ3qC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container { background-color: transparent; background-image: none; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container > .video-iframe-container { display: none; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row > .video-iframe-container { display: none; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .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); }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container { border-width: 0; border-radius: 0; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#fmAPpNEquxxRGmPApiVGybl5bQB9LNn9 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.1875rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pL2Q0TXMrZLXH51ZrbSFoSBzgkK0ZP6r { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:23.25rem;width:44.5rem;top:1.6770858764649rem;left:15.15625rem;overflow:hidden;display:block; }
#yENdak2x9TkvxpcohL6HqV7kQbgIDNqa { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.1875rem;left:15.59375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#oSVccgs4ZmUeD9KTfdL5f2PAdleuEC5M { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.2495403125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.352020263672rem;left:31.309740066528rem;display:block; }
#mcR0r5cnErN3wtyaPuH38qQFlGRIaffe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPfzHUpzbXreTseA2y1bpNnfRScymT34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WPfzHUpzbXreTseA2y1bpNnfRScymT34 > .row .container { border-width: 0; border-radius: 0; }#WPfzHUpzbXreTseA2y1bpNnfRScymT34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPfzHUpzbXreTseA2y1bpNnfRScymT34 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:none; }#MetXLNtngNTVTifOnZKcybtvqK8soEfR { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5620403125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:22.1875rem;left:7.125rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuJrVADJSzH6LwtWycwpOvLWXMIFio77 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:23.25rem;width:44.5rem;top:1.6770858764649rem;left:15.15625rem;overflow:hidden;display:block; }
#sTliagpHpW99B4e2T68dLCTNW8eN3nOg { color:rgba(var(--color-tertiary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.1875rem;left:15.09375rem;height:2.5996125rem;display:block; }
#AEpuXbNtpdwmA0U189xpvevtVmcRx0Pb { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.861328125rem;left:15.15625rem;height:1.29980625rem;display:block; }
#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq > .row .container { border-width: 0; border-radius: 0; }#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#QhkgbNcpfs2KBTEnXcpbe6N9y8N2wzqK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.0625rem;width:50.8125rem;top:1.875rem;left:0.5625rem;overflow:hidden;display:block; }
#BOdW3wTqU3eF8O7AIRbXumWkyfpI1bqV { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:"ivy presto";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1640625rem;left:42.6337890625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#WZdhxDH5fm7kWQK83dgl3RUJzyDcbXTC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:15.125rem;top:10.4375rem;left:50.0712890625rem;overflow:hidden;display:block; }
#Lr3Iu6rcVfOZxtXcWoOChKZ9wxFdoXeW { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:15.125rem;top:19.33203125rem;left:50.1337890625rem;overflow:hidden;display:block; }
#fyX30tTAKnZIxe7VE3FBvV6wT5CFaTMU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:15.6875rem;top:28.0625rem;left:50.0712890625rem;overflow:hidden;display:block; }
#AaX9bTl9yJuivovC1Znirg0XBtIkwvPA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.3125rem;width:33.3125rem;top:3.3949928283691rem;left:0rem;overflow:hidden;display:none; }
#QZAgrHUbUKBWUcPwOsWkvoP21FN1lQt6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:"ivy presto";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1640625rem;left:42.6337890625rem;height:3.25rem;text-align:center;text-align-last:center;display:none; }
#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3ee;background-image:url("https://images.assets-landingi.com/uc/a868cbcf-07e3-4261-8aa5-54421e08953a/GotoweDietyLPprojectmarysiabackground_2500.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.adaptive-delivery-prevent-bg, #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.lazyload, #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.lazyloading { background-image: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { background-color: transparent; background-image: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container > .video-iframe-container { display: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row > .video-iframe-container { display: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .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); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { border-width: 0; border-radius: 0; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { font-size:0.875rem;font-family:arial;height:91.6875rem;width:75rem;position:relative;display:block; }#xyrbWGoQLLGmTyv7AFtwSrOnn59FmXxL { color:#222222;display:block;width:37.5615234375rem;position:absolute;font-family:"ivy presto";font-size:3.1875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5537109375rem;left:18.71875rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #222222;border-left:0.0625rem solid #222222;border-right:0.0625rem solid #222222;border-bottom:0.0625rem solid #222222; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:var(--paragraphs-font-family);font-style:normal; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-trigger.adaptive-delivery-prevent-bg, #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-trigger.lazyload, #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-trigger.lazyloading { background-image: none; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW { box-sizing:content-box;height:auto;width:65.498695375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15014;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:11.8125rem;left:3.5rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #xAz41gQK5dhl4DEqqskRODecbsAgunru { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #bsQXOoH1ddUVhwLiHhuK32o7L01zACsx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #cpxkwRlwsKsevUmMglfaRdabx05pXgNv { display:block;position:relative; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #KLnhMfDDrF7ABLQurVEsVl4Q1IsR7h3V {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #kIDbyhLoTPkAeHMlwvFCCRh0sGDESCXx {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VzGByTaxAJvAuQ3zgnMNTaiDmRN9Px1h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NgFy1iwwgGESZDkoa1MWTaLC0cmymin2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #uKcXfKoewWSDoKuIPLldaih6DD5UhtcC { display:block;position:relative; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #pca3rDlZQaUaXREIkIuomvthMe8Aayd5 {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #X4oFHMsrqcVwtFspudXMp165o2U0kJfD { display:none; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #MKQnTeeVFnpPvv5tahiMzNQRuenKRhBk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Oh3oMzKZ5ZpEzlzpGzzloKdNDq2MQiGs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VmSuG8QJDHUcJtZ7ke55Xmiovw4MF1Si { display:block;position:relative; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #SsKzSIW8WGBI9V66lICUfQvNRLl48RSv {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NXAiskTVvt8Dhd1aw4OCHsPefHESefcs { display:none; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T27tT7048UyMQQVOZEUKSuGK8nmxI3m7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #goDe8DLUwgoD3r5iHK72ip6gGM02Bckh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #mwcV2elpWT5HxAoTDGJzz0qvASclieyI { display:block;position:relative; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #QS3AMr05kEETliiIMw6ycpxwTLJdMSwL {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #XwK9OxJTySLb0Ng4AM6PlzRLgB0AT0hV { display:none; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T4diMbiRh1d7LLU1WWfghJky2KlqOM6A { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Te2WNVpteUTrDnsCsmvbZV3BkTBHhHWQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #HTVBC79IU3EumyQV9cT60ZBIzFpvaOnM { display:block;position:relative; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #TvIMOeSN0GP3p2rVkGWzT1NcgU4OA8hG {  }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #yuvzFUhzVBfedcf5tNOvRgpunfD3GtZJ { display:none; }
#eWiKlte5XX3PEJT2qtnT4wAlhB4A4reA { color:#222222;display:block;width:29.0625rem;position:absolute;font-family:"ivy presto";font-size:3.4375rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:42.6787109375rem;left:45.9375rem;height:15.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#anfNEZVGb7wpaHOUrWQxuirmo23bTeJg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:2.6240234375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:62.5625rem;left:58.125rem;display:block; }
#ULghRAfPsfO2F9HTH4JSvDqtACQTqrfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/65fe6ae5-ccf1-4f65-9cc4-6310659cf6ef/maziajkibackground.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.adaptive-delivery-prevent-bg, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.lazyload, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.lazyloading { background-image: none; } #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection *:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="text"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="email"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="tel"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection textarea:focus-visible { outline: none; } #nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container { background-color: transparent; background-image: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container > .video-iframe-container { display: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row > .video-iframe-container { display: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .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); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container { border-width: 0; border-radius: 0; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g { display:block; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Def0vJdl12DndULcDddCIlJH7SSD66E2 { top:13.75rem;left:0rem;width:27.5rem;height:8.9375rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq5yvqL6NEkdKopUyH8SytlFF445yGrL { width:16.625rem;height:17.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w1ZfTo5IIJKZBbBxuGmFWodgSaBlmqP1 { top:1.9375rem;left:20.563804626465rem;width:6.5625rem;height:6.8721736060483rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnrDDFVG6VD0KBGdxv2TwfnsxrV9sla2 { top:23.4375rem;left:0rem;width:23.875rem;height:2.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo0HZ5PeJuybEWQHApnkk2Xd3MaHGI5x { top:16.875rem;left:0rem;width:20rem;height:2.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMgR27TBzqNsCQmQg1DirH0srvw6XV2r { top:17.25rem;left:16.717828750611rem;width:19.25rem;height:14.95199085645rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4WS18HKSJDHhDSmNTTl6nhpHvGN7EI { top:10.3125rem;left:26.375rem;width:21.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGlgE9UoERS7hsgswritEUMJU06IVu0K { display:block; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa2oBDQum1hoSVIc9oXuw8ee10WND4Mc { top:22.1875rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKFWA3Z6ILRTuW4W3eEGzFQ856dhytvm { top:1.6875rem;left:0rem;width:44.25rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNe5IlUCr44ivug27u8yDdES1EsPNQt { top:26rem;left:0rem;width:43.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3pQIiotmiPzluS4GRJATrG16Jiy9uN { top:29.375rem;left:2rem;width:21.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgxIATIGZusyOGWa3sF6DTsTgXGuyTQ { width:12.1875rem;height:2.1875rem;top:31.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4nflzyTfHDCXq8hT5AvUtLrra9nXsi { display:block; }
 }@media only screen and (max-width: 763px) { #EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt { display:block; }#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PD98rz2htxKiRRODULwwOPbIzAXWS77k { top:22.1875rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkXWvMTdE9EaD69i8wmiekJmdars8DaP { top:1.6875rem;left:0rem;width:44.3125rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIysoOn8c7e6SqSHpsyq4q7CTIiGSBuq { top:26rem;left:0rem;width:43.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IurUxUdAXuHZnlQdpQATSkRGaH1MNtaw { top:29.375rem;left:2rem;width:21.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTzmPF9GAE3Th800AnP015EEFwXmCCi { width:12.1875rem;height:2.1875rem;top:31.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGXT1leLerobxigDCcssySokMDy0MbfZ { display:block; }
 }@media only screen and (max-width: 763px) { #cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV { display:block; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhqLo3RegQGqs2QiWiI8X1LlKH4eyVh6 { top:22.1875rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEHmpEIACgq4HvxbK24S1m1BRQH31d44 { top:1.6875rem;left:0rem;width:44.75rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uopekt16SsfgmQTy7QxnegW6rxpSla9A { top:26.5625rem;left:0rem;width:43.125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqq2ZVJKewHL6AO6vXFstNKcKk4KBsGV { width:12.1875rem;height:2.1875rem;top:29.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiP2R7zVnAttyuQHMZmgUmqoJJbrJ3qC { display:block; }
 }@media only screen and (max-width: 763px) { #h7dEIgHNZyKc3cCFmywF94yfuryE8P3g { display:block; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmAPpNEquxxRGmPApiVGybl5bQB9LNn9 { top:22.1875rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL2Q0TXMrZLXH51ZrbSFoSBzgkK0ZP6r { top:1.625rem;left:0rem;width:44.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yENdak2x9TkvxpcohL6HqV7kQbgIDNqa { top:26.125rem;left:0rem;width:43.5rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSVccgs4ZmUeD9KTfdL5f2PAdleuEC5M { width:12.1875rem;height:2.1875rem;top:29.3125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcR0r5cnErN3wtyaPuH38qQFlGRIaffe { display:block; }
 }@media only screen and (max-width: 763px) { #WPfzHUpzbXreTseA2y1bpNnfRScymT34 { display:block; }#WPfzHUpzbXreTseA2y1bpNnfRScymT34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MetXLNtngNTVTifOnZKcybtvqK8soEfR { top:22.1875rem;left:0rem;width:27.5rem;height:1.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuJrVADJSzH6LwtWycwpOvLWXMIFio77 { top:1.625rem;left:0rem;width:44.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTliagpHpW99B4e2T68dLCTNW8eN3nOg { top:26.1875rem;left:0rem;width:44.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpuXbNtpdwmA0U189xpvevtVmcRx0Pb { top:29.8125rem;left:1.625rem;width:22.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq { display:block; }#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhkgbNcpfs2KBTEnXcpbe6N9y8N2wzqK { top:1.875rem;left:0rem;width:47.75rem;height:31.069803198032rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOdW3wTqU3eF8O7AIRbXumWkyfpI1bqV { top:5.125rem;left:17.75rem;width:30rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZdhxDH5fm7kWQK83dgl3RUJzyDcbXTC { top:10.4375rem;left:29.6337890625rem;width:15.125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr3Iu6rcVfOZxtXcWoOChKZ9wxFdoXeW { top:19.3125rem;left:29.6962890625rem;width:15.125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyX30tTAKnZIxe7VE3FBvV6wT5CFaTMU { top:28.0625rem;left:29.6337890625rem;width:15.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaX9bTl9yJuivovC1Znirg0XBtIkwvPA { top:3.375rem;left:0rem;width:33.3125rem;height:33.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZAgrHUbUKBWUcPwOsWkvoP21FN1lQt6 { top:30.0625rem;left:0rem;width:20rem;height:5.125rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 { display:block; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyrbWGoQLLGmTyv7AFtwSrOnn59FmXxL { top:4.5rem;left:5.09375rem;width:37.5rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW { display:flex;height:auto;width:27.8125rem;top:19.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #xAz41gQK5dhl4DEqqskRODecbsAgunru {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #bsQXOoH1ddUVhwLiHhuK32o7L01zACsx {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #cpxkwRlwsKsevUmMglfaRdabx05pXgNv {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #KLnhMfDDrF7ABLQurVEsVl4Q1IsR7h3V {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #kIDbyhLoTPkAeHMlwvFCCRh0sGDESCXx {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VzGByTaxAJvAuQ3zgnMNTaiDmRN9Px1h {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NgFy1iwwgGESZDkoa1MWTaLC0cmymin2 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #uKcXfKoewWSDoKuIPLldaih6DD5UhtcC {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #pca3rDlZQaUaXREIkIuomvthMe8Aayd5 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #X4oFHMsrqcVwtFspudXMp165o2U0kJfD {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #MKQnTeeVFnpPvv5tahiMzNQRuenKRhBk {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Oh3oMzKZ5ZpEzlzpGzzloKdNDq2MQiGs {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VmSuG8QJDHUcJtZ7ke55Xmiovw4MF1Si {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #SsKzSIW8WGBI9V66lICUfQvNRLl48RSv {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NXAiskTVvt8Dhd1aw4OCHsPefHESefcs {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T27tT7048UyMQQVOZEUKSuGK8nmxI3m7 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #goDe8DLUwgoD3r5iHK72ip6gGM02Bckh {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #mwcV2elpWT5HxAoTDGJzz0qvASclieyI {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #QS3AMr05kEETliiIMw6ycpxwTLJdMSwL {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #XwK9OxJTySLb0Ng4AM6PlzRLgB0AT0hV {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T4diMbiRh1d7LLU1WWfghJky2KlqOM6A {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Te2WNVpteUTrDnsCsmvbZV3BkTBHhHWQ {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #HTVBC79IU3EumyQV9cT60ZBIzFpvaOnM {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #TvIMOeSN0GP3p2rVkGWzT1NcgU4OA8hG {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #yuvzFUhzVBfedcf5tNOvRgpunfD3GtZJ {  }
 }@media only screen and (max-width: 763px) { #eWiKlte5XX3PEJT2qtnT4wAlhB4A4reA { top:42.625rem;left:18.6875rem;width:29.0625rem;height:15rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anfNEZVGb7wpaHOUrWQxuirmo23bTeJg { width:16.875rem;height:2.5625rem;top:62.5625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULghRAfPsfO2F9HTH4JSvDqtACQTqrfM { display:block; }
 }@media only screen and (max-width: 763px) { #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection { display:block; } #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection *:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="text"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="email"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="tel"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection textarea:focus-visible { outline: none; } #nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .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) { #Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { background-color: transparent; background-image: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container > .video-iframe-container { display: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container { display: none; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .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); }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { border-width: 0; border-radius: 0; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lkymlv9eTTLu1ktdabEOVvKdLUpBI72g > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Def0vJdl12DndULcDddCIlJH7SSD66E2 { width:20rem;height:2rem;top:14.249539375305rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #kq5yvqL6NEkdKopUyH8SytlFF445yGrL { top:0.8118206858635rem;left:8.4060809016225rem;width:3.1869905rem;height:3.3746605rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #w1ZfTo5IIJKZBbBxuGmFWodgSaBlmqP1 { width:6.5625rem;height:6.8720756832327rem;top:64.792974709962rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnrDDFVG6VD0KBGdxv2TwfnsxrV9sla2 { width:20rem;height:0;top:18.794576644898rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qo0HZ5PeJuybEWQHApnkk2Xd3MaHGI5x { width:13.125rem;height:2.9238375rem;top:16.5625rem;left:3.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #MMgR27TBzqNsCQmQg1DirH0srvw6XV2r { width:9.9375rem;height:7.75rem;top:16.375rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ4WS18HKSJDHhDSmNTTl6nhpHvGN7EI { width:9.9368105rem;height:8.8740806875rem;top:5.0103397369385rem;left:5.0310200452804rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGlgE9UoERS7hsgswritEUMJU06IVu0K { display:block; }#VGlgE9UoERS7hsgswritEUMJU06IVu0K > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pa2oBDQum1hoSVIc9oXuw8ee10WND4Mc { width:17.5rem;height:0;top:26.713005065918rem;left:1.2488510608673rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #PKFWA3Z6ILRTuW4W3eEGzFQ856dhytvm { width:19.8125rem;height:10.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnNe5IlUCr44ivug27u8yDdES1EsPNQt { width:15.125rem;height:4.546875rem;top:11.970703125rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro3pQIiotmiPzluS4GRJATrG16Jiy9uN { width:20rem;height:1.13671875rem;top:16.783203125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgxIATIGZusyOGWa3sF6DTsTgXGuyTQ { width:12.1875rem;height:2.1875rem;top:18.324907302856rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK4nflzyTfHDCXq8hT5AvUtLrra9nXsi { display:block; }
 }@media only screen and (max-width: 763px) { #EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt { display:none; }#EWGUDawrSJ5eSoWxL4LhtAxO8H9hTIEt > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PD98rz2htxKiRRODULwwOPbIzAXWS77k { width:17.5rem;height:0;top:26.713005065918rem;left:1.2488510608673rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #WkXWvMTdE9EaD69i8wmiekJmdars8DaP { width:19.875rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIysoOn8c7e6SqSHpsyq4q7CTIiGSBuq { width:18.0618095625rem;height:3.3088234375rem;top:12.498849868774rem;left:0.96737122535706rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IurUxUdAXuHZnlQdpQATSkRGaH1MNtaw { width:20rem;height:1.102941125rem;top:16.346506118774rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTzmPF9GAE3Th800AnP015EEFwXmCCi { width:12.1875rem;height:2.1875rem;top:18.324907302856rem;left:3.9062498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGXT1leLerobxigDCcssySokMDy0MbfZ { display:block; }
 }@media only screen and (max-width: 763px) { #cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV { display:block; }#cQdl7f0Hbdd78TCJcKOLGgn8cm9KEhSV > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhqLo3RegQGqs2QiWiI8X1LlKH4eyVh6 { width:17.5rem;height:0;top:26.713005065918rem;left:1.2488510608673rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #IEHmpEIACgq4HvxbK24S1m1BRQH31d44 { width:20rem;height:10.391061452514rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uopekt16SsfgmQTy7QxnegW6rxpSla9A { width:19.25rem;height:4.546875rem;top:12.765625rem;left:0.43658089637756rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqq2ZVJKewHL6AO6vXFstNKcKk4KBsGV { width:12.1875rem;height:2.1875rem;top:17.864889625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiP2R7zVnAttyuQHMZmgUmqoJJbrJ3qC { display:block; }
 }@media only screen and (max-width: 763px) { #h7dEIgHNZyKc3cCFmywF94yfuryE8P3g { display:block; }#h7dEIgHNZyKc3cCFmywF94yfuryE8P3g > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fmAPpNEquxxRGmPApiVGybl5bQB9LNn9 { width:17.5rem;height:0;top:26.713005065918rem;left:1.2488510608673rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #pL2Q0TXMrZLXH51ZrbSFoSBzgkK0ZP6r { width:20rem;height:10.449438202247rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yENdak2x9TkvxpcohL6HqV7kQbgIDNqa { width:19.25rem;height:4.546875rem;top:12.94925rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSVccgs4ZmUeD9KTfdL5f2PAdleuEC5M { width:12.1875rem;height:2.1875rem;top:17.985975745606rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcR0r5cnErN3wtyaPuH38qQFlGRIaffe { display:block; }
 }@media only screen and (max-width: 763px) { #WPfzHUpzbXreTseA2y1bpNnfRScymT34 { display:none; }#WPfzHUpzbXreTseA2y1bpNnfRScymT34 > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MetXLNtngNTVTifOnZKcybtvqK8soEfR { width:17.5rem;height:0;top:26.713005065918rem;left:1.2488510608673rem;font-size:0.5rem;text-align:center;text-align-last:center;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #UuJrVADJSzH6LwtWycwpOvLWXMIFio77 { width:20rem;height:10.449438202247rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTliagpHpW99B4e2T68dLCTNW8eN3nOg { width:20rem;height:0;top:12.94925rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEpuXbNtpdwmA0U189xpvevtVmcRx0Pb { width:20rem;height:0;top:16.76175rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq { display:none; }#GHa7sdoLrXzEazTDQDIn9I3OdlW1A3Mq > .row .container { width:20rem;height:38.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QhkgbNcpfs2KBTEnXcpbe6N9y8N2wzqK { width:20rem;height:13rem;top:1.159572769261rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOdW3wTqU3eF8O7AIRbXumWkyfpI1bqV { width:20rem;height:0;top:21.5029296875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZdhxDH5fm7kWQK83dgl3RUJzyDcbXTC { width:15.125rem;height:1.9375rem;top:24.6904296875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr3Iu6rcVfOZxtXcWoOChKZ9wxFdoXeW { width:15.75rem;height:1.375rem;top:30.3154296875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyX30tTAKnZIxe7VE3FBvV6wT5CFaTMU { width:15.6875rem;height:1.8125rem;top:35.0029296875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaX9bTl9yJuivovC1Znirg0XBtIkwvPA { width:19.5rem;height:19.5rem;top:0rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QZAgrHUbUKBWUcPwOsWkvoP21FN1lQt6 { width:20rem;height:4.3984375rem;top:19.0654296875rem;left:0rem;font-size:2rem;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 { background-color:#f6f3ee;background-image:url("https://images.assets-landingi.com/uc/3768c418-2cc3-45ab-8fbe-2c5ed3b91d52/BGbottom.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.adaptive-delivery-prevent-bg, #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.lazyload, #dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7.lazyloading { background-image: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { background-color: transparent; background-image: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container > .video-iframe-container { display: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row > .video-iframe-container { display: none; }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .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); }#dvTfdxAgiAH7M5ynXxHi7LLpO9ERiLt7 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyrbWGoQLLGmTyv7AFtwSrOnn59FmXxL { width:14.0625rem;height:3.298825rem;top:1.9361572265625rem;left:2.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-heading-text { font-size:0.875rem;height:auto; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW .accordion-desc-text { font-size:0.875rem;height:auto; }
#Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW { display:flex;height:auto;width:17.5rem;top:6.0988464355469rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #xAz41gQK5dhl4DEqqskRODecbsAgunru {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #bsQXOoH1ddUVhwLiHhuK32o7L01zACsx {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #cpxkwRlwsKsevUmMglfaRdabx05pXgNv {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #KLnhMfDDrF7ABLQurVEsVl4Q1IsR7h3V {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #kIDbyhLoTPkAeHMlwvFCCRh0sGDESCXx {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VzGByTaxAJvAuQ3zgnMNTaiDmRN9Px1h {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NgFy1iwwgGESZDkoa1MWTaLC0cmymin2 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #uKcXfKoewWSDoKuIPLldaih6DD5UhtcC {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #pca3rDlZQaUaXREIkIuomvthMe8Aayd5 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #X4oFHMsrqcVwtFspudXMp165o2U0kJfD {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #MKQnTeeVFnpPvv5tahiMzNQRuenKRhBk {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Oh3oMzKZ5ZpEzlzpGzzloKdNDq2MQiGs {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #VmSuG8QJDHUcJtZ7ke55Xmiovw4MF1Si {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #SsKzSIW8WGBI9V66lICUfQvNRLl48RSv {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #NXAiskTVvt8Dhd1aw4OCHsPefHESefcs {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T27tT7048UyMQQVOZEUKSuGK8nmxI3m7 {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #goDe8DLUwgoD3r5iHK72ip6gGM02Bckh {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #mwcV2elpWT5HxAoTDGJzz0qvASclieyI {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #QS3AMr05kEETliiIMw6ycpxwTLJdMSwL {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #XwK9OxJTySLb0Ng4AM6PlzRLgB0AT0hV {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #T4diMbiRh1d7LLU1WWfghJky2KlqOM6A {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #Te2WNVpteUTrDnsCsmvbZV3BkTBHhHWQ {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #HTVBC79IU3EumyQV9cT60ZBIzFpvaOnM {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #TvIMOeSN0GP3p2rVkGWzT1NcgU4OA8hG {  }
 }@media only screen and (max-width: 763px) { #Nokns8qm3y2eNoG6MyDTfuGypcJe3rUW #yuvzFUhzVBfedcf5tNOvRgpunfD3GtZJ {  }
 }@media only screen and (max-width: 763px) { #eWiKlte5XX3PEJT2qtnT4wAlhB4A4reA { width:13.18699075rem;height:6.59765rem;top:35.837310791016rem;left:3.4060802459717rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anfNEZVGb7wpaHOUrWQxuirmo23bTeJg { width:16.875rem;height:2.5619905rem;top:42.547576904297rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULghRAfPsfO2F9HTH4JSvDqtACQTqrfM { display:block; }
 }@media only screen and (max-width: 763px) { #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d5d1c1e9-aee8-4fe0-b333-b88cf7598a24/BGsplash.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.adaptive-delivery-prevent-bg, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.lazyload, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection.lazyloading { background-image: none; } #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection *:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="text"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="email"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection input[type="tel"]:focus-visible, #efe0dc91a3c3eae0bd75604078e97d69.widget-smartsection textarea:focus-visible { outline: none; } #nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container { background-color: transparent; background-image: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container > .video-iframe-container { display: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row > .video-iframe-container { display: none; }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .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); }#nsik4TTTHgSNO1O4eFUCwE1mpHFkG1vv > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }