.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:249,240,218;--color-primary-1:237,207,132;--color-primary-2:218,158,9;--color-primary-3:109,79,5;--color-primary-4:33,24,1;--color-secondary-0:217,222,228;--color-secondary-1:128,147,164;--color-secondary-2:0,38,73;--color-secondary-3:0,19,37;--color-secondary-4:0,6,11;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"source sans pro";--paragraphs-font-family:"source sans pro"; }@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; }
 #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy *:focus-visible, #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy input[type="text"]:focus-visible, #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy input[type="email"]:focus-visible, #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy input[type="tel"]:focus-visible, #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy textarea:focus-visible { outline:0.125rem solid rgba(0,38,73,1);; } #fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4a3c7874-4856-44b0-8c73-b24346f7b0e1/gfgf.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { border-width: 0; border-radius: 0; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:60rem;height:58.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.59);top:32.125rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.625rem;left:23.6875rem;display:block; }
#Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fT80NbSmt7q1rf51eDexXLlGHHpcMJ9g { position:absolute;display:block;z-index:15005;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:22.75rem;width:23.125rem;top:6.875rem;left:19.1875rem;overflow:hidden;display:block; }
#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a3c7874-4856-44b0-8c73-b24346f7b0e1/gfgf.png");background-position:bottom center !important;background-repeat: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; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr.adaptive-delivery-prevent-bg, #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr.lazyload, #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr.lazyloading { background-image: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { background-color: transparent; background-image: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.68); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container > .video-iframe-container { display: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.68); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container { display: none; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .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); }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { border-width: 0; border-radius: 0; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:25.0625rem;top:0rem;left:0rem;display:block; }
#pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3rem;height:1.94921875rem;display:block; }
#U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.125rem;left:3rem;height:1.625rem;font-style:normal;display:block; }
#VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:3rem;height:2.4375rem;font-style:normal;display:block; }
#sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.98828125rem;left:3rem;height:1.94921875rem;display:block; }
#s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.5625rem;left:3rem;height:1.54296875rem;font-style:normal;display:block; }
#tm9PvNddron50UlVz29I8AVTGZmuuwbA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.67578125rem;left:3rem;height:1.94921875rem;display:block; }
#GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:11.3125rem;left:3rem;display:block; }
#LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10.9375rem;top:18.9375rem;left:3rem;display:block; }
#XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:27.625rem;height:3.8994125rem;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; }
#zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { color:rgba(var(--color-tertiary-2),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.23046875rem;left:27.75rem;height:5.1181625rem;font-style:normal;display:block; }
#ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:12.25rem;left:27.625rem;height:13.5rem;font-style:normal;display:block; }
#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { background-color: transparent; background-image: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { display: none; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .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); }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { border-width: 0; border-radius: 0; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;position:relative;display:block; }#pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:11.59375rem;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; }
#CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { position:absolute;display:block;z-index:15011;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:20.625rem;width:44.4375rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:27.1875rem;left:22.1875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.875rem;left:24.6875rem;display:block; }
#Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:25.125rem;left:3.59375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:25.125rem;left:41.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CmMy93f0E6tztmsSBuKUe91sdhzGqDVZ { position:absolute;display:block;z-index:15020;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:20.0625rem;width:13.5rem;top:3.3125rem;left:4.65625rem;overflow:hidden;display:block; }
#Mc89cRwPhklhRuhx7ego6MDPN1KSMihH { position:absolute;display:block;z-index:15021;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:22.0625rem;width:31.4375rem;top:8.1875rem;left:15.62890625rem;overflow:hidden;display:block; }
#JB2J0MK3BbDTagrRvUJ7RlEN2rgquGrJ { position:absolute;display:block;z-index:15022;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:20.125rem;width:14.75rem;top:3.28125rem;left:41.25rem;overflow:hidden;display:block; }
#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { background-color: transparent; background-image: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container > .video-iframe-container { display: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container { display: none; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .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); }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { border-width: 0; border-radius: 0; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/f3de18a5-d7a0-4cc4-9925-20c609312e89/sodkist.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.4375rem;width:26.5625rem;top:0rem;left:0rem;display:block; }#kI1hxb13JJXyEPcsletLGxP6iBMg3D8U.adaptive-delivery-prevent-bg, #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U.lazyload, #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U.lazyloading { background-image: none; }
#ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:3.21875rem;left:3.34375rem;height:7.4238125rem;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;text-align:center;text-align-last:center;display:block; }
#hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c315d31-41f6-459e-8ad4-787809319ef3/tort4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:33.625rem;top:0rem;left:26.5625rem;display:block; }#hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.adaptive-delivery-prevent-bg, #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.lazyload, #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT.lazyloading { background-image: none; }
#F5krPkelDJ21wJ1yRbMRThtK42qu9nTb { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:13.6875rem;left:0.9375rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTT9z5dT36LHumdv7Dv8qGWFRTyb5mWP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.1875rem;left:7.96875rem;display:block; }
#a4br22ngMXWHc7LS7dPXTteIhg09AVco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { background-color: transparent; background-image: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container > .video-iframe-container { display: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container { display: none; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .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); }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { border-width: 0; border-radius: 0; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:60rem;position:relative;display:block; }#WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.8125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { position:absolute;display:block;z-index:15011;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:20.625rem;width:44.4375rem;top:0rem;left:7.78125rem;overflow:hidden;display:block; }
#TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);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:12.5rem;width:12.5rem;top:13.0625rem;left:23.5rem;display:block; }
#TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.375rem;left:23.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:6.5625rem;width:6.5625rem;top:21.9375rem;left:5.84375rem;display:block; }
#xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:29.7734375rem;left:0rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:37.4375rem;left:20.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:6.5625rem;width:6.5625rem;top:28.9375rem;left:26.46875rem;display:block; }
#ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:29.7734375rem;left:41.25rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:6.5625rem;width:6.5625rem;top:21.71875rem;left:47.09375rem;display:block; }
#bTB5PZcsuU3lnJTXl1ENZUDSrwSOd2i4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:18.625rem;left:23.75rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRdTUQeFbDD38atWBqq3GJL59zq88Lr4 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:6.5625rem;width:6.5625rem;top:43.5rem;left:12.90625rem;display:block; }
#QRQ0l0qIyV0bdDuU2ZguXdZSwd7q586v { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);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:6.5625rem;width:6.5625rem;top:43.5rem;left:40.09375rem;display:block; }
#bCMXLC9zQuLuvEvBUsfZHrvzDcptI5TQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:51.5625rem;left:7.0625rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Qmi78vSQQgHgiAT4hzQo2Ax5N1M5nkWN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:51.5615234375rem;left:34.21875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dc21b5a8-3c27-402f-ae69-166debbb5bd6/_DSC5999.jpg");background-position:center left !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; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.adaptive-delivery-prevent-bg, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyload, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyloading { background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { background-color: transparent; background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .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); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { border-width: 0; border-radius: 0; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { font-size:0.875rem;font-family:arial;height:58.25rem;width:60rem;position:relative;display:block; }#fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:42.875rem;width:37.5rem;top:5rem;left:3.875rem;display:block; }
#F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1ab1edf8-e0e7-48c8-b5c7-b7f8fd3bbc00/SesjaRusiborek_20240324_Ifoundyou_0316.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:24.0625rem;width:24.0625rem;top:17.09375rem;left:34rem;display:block; }#F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.adaptive-delivery-prevent-bg, #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.lazyload, #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo.lazyloading { background-image: none; }
#qnGApM6W0Z8BhDdZ9sDHE04dAo9cOwkl { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:41.67578125rem;left:37.53125rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.75rem;left:16.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-form-header {  }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#ffffff;width:26.6875rem;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; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;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:26.6875rem;box-sizing:border-box;height:3.8125rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;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:26.6875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:1.125rem;font-weight:bold;color:#f2f9ff;width:26.6875rem;height:3.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.6);vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .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; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-container:first-of-type{padding-top:0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-container:last-of-type{padding-bottom:0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.84375rem;left:7.21875rem; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.6875rem;display:block;vertical-align:top; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD {display:block;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.84375rem;left:7.21875rem; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #nqBM7CrIW23AyqxcJblWOAZ0wXavCIbA { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ksRyDGvCiyJlHHsFEFCNmkbsQTn8Kw17 { position:relative;display:none; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #KowpyV6lX8BxkEKTGHorURv34Wgdxlr1 { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #RfSneA7bnQQBHvN9GWvfoGup8yoiLo55 { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Uyiz4lDQdCJPgdDsrSi5U3eCygOfqEBV { position:relative;display:none; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #yVWT2onRpS8rxdcZ8UKPlCK5q6aNikuH { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #rlQl9Oikbb4H7K3X6iumoOlC6xqdpGzT { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #w7Bq2JxECX1nTzpScSQcllTcLebofcf8 { position:relative;display:block; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #cugwBp6HyhCcRAgxCUEa3WCbs1Qr9TD6 { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #s9FWoU3EwCaa8kTlg6LNRMFyHFDIl7Ih { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #udDgy3WJXrs4xZ9khWWywDyVfDyS9H0c { position:relative;display:none; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #mSoW66DrvAAJtPZNCxMxBAar5x2e0P7c { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #zBxkzEG85G1IK6fK0Hdpbmwz5S8MBqO5 { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Jrkuni2kEmFVMfQfwXyxW3T6xqyXQtZH { position:relative;z-index:2; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #VKsEmZ81ludhk6baAI1roM2zrztGkJxR { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #SQT0yWwcluHQIGqxIH86cXK6DuRVTyte { position:relative; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ro5uOsrF0aTTesGHMvs9ZqmFmbq78XZB { position:relative; }
#pmG4zc3kt2m7GhKTV3wuyJCvEcrkDhI3 { position:absolute;display:block;z-index:15006;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:14rem;width:14.1875rem;top:1.96875rem;left:39.84375rem;overflow:hidden;display:block; }
#xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:41.15625rem;left:16.375rem; }
#xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:41.15625rem;left:24.78125rem; }
#NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#r3mK9FMakndPzPBcOGWcPUTW0Q7TXpD0 { position:absolute;display:block;z-index:15007;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:11.9375rem;width:12.125rem;top:53rem;left:24.34375rem;overflow:hidden;display:block; }
#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container { background-color: transparent; background-image: none; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container > .video-iframe-container { display: none; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row > .video-iframe-container { display: none; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .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); }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container { border-width: 0; border-radius: 0; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;position:relative;display:block; }#tVL05zaPS7oXpmSnwWBbTFbTtJ9W4zEK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.45703125rem;left:38.84375rem;height:5.52345rem;text-align:right;text-align-last:right;display:block; }
#FVdBtHTVEyLEftZh3TI6nCWosBUPObRp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.65625rem;left:3.84375rem; }
#FVdBtHTVEyLEftZh3TI6nCWosBUPObRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.65625rem;left:9.65625rem; }
#ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:39.375rem;height:3.25rem;top:32.125rem;left:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:10.625rem;height:3.8125rem;top:38.625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fT80NbSmt7q1rf51eDexXLlGHHpcMJ9g { top:6.875rem;left:13.0625rem;width:23.125rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { display:block; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { width:25.0625rem;height:29.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { width:12.5rem;height:1.9375rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { width:12.5rem;height:2.4375rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { width:12.5rem;height:1.625rem;top:7.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { width:12.5rem;height:2.4375rem;top:15.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { width:12.5rem;height:1.9375rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { width:16.375rem;height:1.5rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9PvNddron50UlVz29I8AVTGZmuuwbA { width:12.5rem;height:1.9375rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { width:10.9375rem;height:0.125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { width:10.9375rem;height:0.125rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { width:32.375rem;height:3.875rem;top:1.9375rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { width:32.25rem;height:5.0625rem;top:6.1875rem;left:15.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { width:32.375rem;height:13.5rem;top:12.25rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { width:36.8125rem;height:;top:6.3125rem;left:5.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { width:44.4375rem;height:20.625rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { width:15.625rem;height:6.75rem;top:27.1875rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { width:10.625rem;height:3.8125rem;top:35.875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block; }
 }@media only screen and (max-width: 763px) { #mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { width:15.625rem;height:5.0625rem;top:25.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { width:14.5rem;height:6.75rem;top:25.125rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmMy93f0E6tztmsSBuKUe91sdhzGqDVZ { top:3.3125rem;left:0rem;width:13.5rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc89cRwPhklhRuhx7ego6MDPN1KSMihH { top:8.1875rem;left:9.50390625rem;width:31.4375rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2J0MK3BbDTagrRvUJ7RlEN2rgquGrJ { top:3.25rem;left:33rem;width:14.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { width:26.5625rem;height:39.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { width:19.875rem;height:7.375rem;top:3.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { width:33.625rem;height:39.375rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5krPkelDJ21wJ1yRbMRThtK42qu9nTb { width:24.6875rem;height:16.875rem;top:13.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT9z5dT36LHumdv7Dv8qGWFRTyb5mWP { width:10.625rem;height:3.8125rem;top:33.1875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4br22ngMXWHc7LS7dPXTteIhg09AVco { display:block; }
 }@media only screen and (max-width: 763px) { #xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { display:block; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { width:32.375rem;height:3.875rem;top:6.25rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { width:44.4375rem;height:20.625rem;top:0rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { width:12.5rem;height:12.5rem;top:13.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { width:12.5rem;height:3.25rem;top:15.375rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { width:6.5625rem;height:6.5625rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { width:18.75rem;height:2.875rem;top:29.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { width:18.75rem;height:2.875rem;top:37.4375rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { width:6.5625rem;height:6.5625rem;top:28.9375rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { width:18.75rem;height:5.8125rem;top:29.75rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { width:6.5625rem;height:6.5625rem;top:21.6875rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTB5PZcsuU3lnJTXl1ENZUDSrwSOd2i4 { width:12.5rem;height:4.375rem;top:18.625rem;left:17.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRdTUQeFbDD38atWBqq3GJL59zq88Lr4 { width:6.5625rem;height:6.5625rem;top:43.5rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQ0l0qIyV0bdDuU2ZguXdZSwd7q586v { width:6.5625rem;height:6.5625rem;top:43.5rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCMXLC9zQuLuvEvBUsfZHrvzDcptI5TQ { width:18.75rem;height:4.375rem;top:51.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmi78vSQQgHgiAT4hzQo2Ax5N1M5nkWN { width:18.75rem;height:2.875rem;top:51.5rem;left:28.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { display:block; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { width:37.5rem;height:42.875rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { width:24.0625rem;height:24.0625rem;top:17.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGApM6W0Z8BhDdZ9sDHE04dAo9cOwkl { width:17rem;height:2.3125rem;top:41.625rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { width:12.5rem;height:2.4375rem;top:7.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-regular-label { width:26.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-textarea { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-select { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-button { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD  { width:26.6875rem;height:auto;top:10.8125rem;left:1.09375rem; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .radio-container { width:26.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD {display:block;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD { width:26.6875rem;height:auto;top:10.8125rem;left:1.09375rem; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #nqBM7CrIW23AyqxcJblWOAZ0wXavCIbA {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ksRyDGvCiyJlHHsFEFCNmkbsQTn8Kw17 { display:none; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #KowpyV6lX8BxkEKTGHorURv34Wgdxlr1 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #RfSneA7bnQQBHvN9GWvfoGup8yoiLo55 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Uyiz4lDQdCJPgdDsrSi5U3eCygOfqEBV {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #yVWT2onRpS8rxdcZ8UKPlCK5q6aNikuH {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #rlQl9Oikbb4H7K3X6iumoOlC6xqdpGzT {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #w7Bq2JxECX1nTzpScSQcllTcLebofcf8 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #cugwBp6HyhCcRAgxCUEa3WCbs1Qr9TD6 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #s9FWoU3EwCaa8kTlg6LNRMFyHFDIl7Ih {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #udDgy3WJXrs4xZ9khWWywDyVfDyS9H0c { display:none; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #mSoW66DrvAAJtPZNCxMxBAar5x2e0P7c {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #zBxkzEG85G1IK6fK0Hdpbmwz5S8MBqO5 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Jrkuni2kEmFVMfQfwXyxW3T6xqyXQtZH {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #VKsEmZ81ludhk6baAI1roM2zrztGkJxR {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #SQT0yWwcluHQIGqxIH86cXK6DuRVTyte {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ro5uOsrF0aTTesGHMvs9ZqmFmbq78XZB {  }
 }@media only screen and (max-width: 763px) { #pmG4zc3kt2m7GhKTV3wuyJCvEcrkDhI3 { top:1.9375rem;left:33.5625rem;width:14.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM { top:41.125rem;left:10.25rem;width:3.125rem;height:3.125rem;display:block; }
#xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM { top:41.125rem;left:18.65625rem;width:3.125rem;height:3.125rem;display:block; }
#NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #r3mK9FMakndPzPBcOGWcPUTW0Q7TXpD0 { top:53rem;left:18.21875rem;width:12.125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb { display:block; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVL05zaPS7oXpmSnwWBbTFbTtJ9W4zEK { top:2.4375rem;left:29.3125rem;width:18.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVdBtHTVEyLEftZh3TI6nCWosBUPObRp { top:3.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#FVdBtHTVEyLEftZh3TI6nCWosBUPObRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC { top:3.625rem;left:3.53125rem;width:3.125rem;height:3.125rem;display:block; }
#ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 { background-color:#c8d8dc;background-image:url("https://images.assets-landingi.com/uc/4a3c7874-4856-44b0-8c73-b24346f7b0e1/gfgf.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.adaptive-delivery-prevent-bg, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyload, #UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4.lazyloading { background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { background-color: transparent; background-image: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row > .video-iframe-container { display: none; }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .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); }#UcIGiH8wp9lJw7xFW7U8EuSsHWOSbDx4 > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CcByseWWG7rtzEBQlhGbzq8mOX8VibHe { width:20rem;height:3.57421875rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwxLvTWbt5uJ36tQxMCGCpTFsUcsmdT { width:9.375rem;height:3.8125rem;top:21.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo56hwpIWtgz0Ln7QnqNc25qlRDgmpT8 { display:block; }
 }@media only screen and (max-width: 763px) { #fT80NbSmt7q1rf51eDexXLlGHHpcMJ9g { width:11.625rem;height:11.4375rem;top:3.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr { display:block; }#s9Mq0xSnFyEEGsRukrwGTAy0SA7QNzSr > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4ASBvRFlAhpz6EilAuNVEea0QDPxqt5 { width:20rem;height:19.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgLrmwgzGs92pg8pIHA5xu4gFvXCZB7G { width:12.5rem;height:1.625rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GD0Lduws8P1TIS9oOIHDlgOCdsslgs { width:12.5rem;height:1.94921875rem;top:3.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGO6WcxSeNiKs05m0vfXiEoPcSAAtTKl { width:12.5rem;height:1.4619125rem;top:5.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNDzKrTWTyk1PuVMf03wKHOVto1pdTw5 { width:12.5rem;height:1.94921875rem;top:10.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL29uvTK5ySRsAp0Kdu2F5nHcN05uG03 { width:12.5rem;height:1.625rem;top:9.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0kyPeG6pXFuN1UlaWVf7XfyRQi6ha7R { width:16.125rem;height:1.4619125rem;top:15.21875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm9PvNddron50UlVz29I8AVTGZmuuwbA { width:12.5rem;height:1.625rem;top:13.59375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSTTKsOmogORBVQg2aVHgPdXECpXAxpS { width:10.9375rem;height:0.125rem;top:8.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkwfpzQQI9cgW6wdwDAewH9ub71Hn0st { width:10.9375rem;height:0.125rem;top:12.96875rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQoWSPIwUOUQ34xpD7lwwtxv0TeMiQsS { width:20rem;height:2.92480625rem;top:20.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUIELXlq60h7KF9sfi3aC2mwE3uTVOPB { width:20rem;height:6.5rem;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic57nq2T1OmJ5IHqfQ7sbVqF0PLLVtl0 { width:20rem;height:16.5rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba { display:block; }#VOrTHSzFsEpWZ1zg00T0doRJJXDUhHba > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQoiR3cfA71cTZVNKw3WLMD4zZFwcvXT { width:20rem;height:2.92480625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpAhudKgpRuoExRhAlIGEIRi9vx2sxRB { width:20rem;height:9.2827004219409rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDp1GPrOlCrJWBWqi7tJvavPsXD7kczT { width:15.625rem;height:6rem;top:51.90625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4mG7IOBP4nVntEFeAobpHERNC3lSRBU { width:9.375rem;height:3.8125rem;top:60.84375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt6ZTMdNekJvAXGi7vwlLbDt8qPHNKMQ { display:block; }
 }@media only screen and (max-width: 763px) { #mOKCo1Kpwd5oVXoXP99NoVdZexfNsv8w { width:15.625rem;height:4.5rem;top:16.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJxlnfZuh4ULrTPPDE0lnlhlSfBWFwzg { width:15.625rem;height:4.5rem;top:32.9375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmMy93f0E6tztmsSBuKUe91sdhzGqDVZ { width:6.1875rem;height:9.25rem;top:6.7373046875rem;left:6.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mc89cRwPhklhRuhx7ego6MDPN1KSMihH { width:16.5625rem;height:11.625rem;top:21.3125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB2J0MK3BbDTagrRvUJ7RlEN2rgquGrJ { width:8.25rem;height:11.25rem;top:39.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc { display:block; }#nbEufwg2PTyxxCBWCaLbniV7KrH4QmTc > .row .container { width:20rem;height:61.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kI1hxb13JJXyEPcsletLGxP6iBMg3D8U { width:20rem;height:61.9375rem;top:-0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltGFiQTLqovyu2hIHEfCG1tvPpxw6hXy { width:19.875rem;height:4.94921875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmnfOgQdx0Lh0gVVszUFEE18kw69TnT { width:20rem;height:22.0625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5krPkelDJ21wJ1yRbMRThtK42qu9nTb { width:17.8125rem;height:18rem;top:9.3125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTT9z5dT36LHumdv7Dv8qGWFRTyb5mWP { width:10.625rem;height:3.8125rem;top:54.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4br22ngMXWHc7LS7dPXTteIhg09AVco { display:block; }
 }@media only screen and (max-width: 763px) { #xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq { display:block; }#xypS9c9LZsuQaCbOorZo3WpZc2uCfyNq > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmmGKeKhZDBnX3TCXA7oore6qTtOGXXB { width:16.375rem;height:2.25rem;top:13.5rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sBHXQFfsovSexueIt6rfVCIbKzL9kOdT { width:20rem;height:9.2827004219409rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZTNfOsWeCIvtQHNrs4aMQCSHOCKSD4n { width:7.5rem;height:7.5rem;top:3.125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJxo165mbvOGuaOGPmcJUrOqJwh5Ods { width:12.5rem;height:2.4375rem;top:4.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipKGSFJ9OgHSlWKl5ifS7Nb2IFp8KEz7 { width:6.5625rem;height:6.5625rem;top:17.625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHOw5P4R3zndXo49GtpfizuNkaOQSZrm { width:18.75rem;height:2.5996125rem;top:26.5625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzbipPZFc0nZmkogVEZEuibhnvfmfy5k { width:18.75rem;height:2.5996125rem;top:40.5625rem;left:0.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EbHf6Pwq5nDSlDmodIZCBGmGLTFBRpUL { width:6.5625rem;height:6.5625rem;top:31.5625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI2IolAzH8LuEQeDaLUhgtFCynQVU6KD { width:18.75rem;height:3.8994125rem;top:54.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdCwgE7IkDi28FAMphAm1mc1sLrSZ1fZ { width:6.5625rem;height:6.5625rem;top:45.5rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTB5PZcsuU3lnJTXl1ENZUDSrwSOd2i4 { width:12.5rem;height:1.70605625rem;top:7rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRdTUQeFbDD38atWBqq3GJL59zq88Lr4 { width:6.5625rem;height:6.5625rem;top:60.97265625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRQ0l0qIyV0bdDuU2ZguXdZSwd7q586v { width:6.5625rem;height:6.5625rem;top:76.16015625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCMXLC9zQuLuvEvBUsfZHrvzDcptI5TQ { width:18.75rem;height:3.8994125rem;top:70.22265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmi78vSQQgHgiAT4hzQo2Ax5N1M5nkWN { width:18.75rem;height:2.5996125rem;top:85.37109375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE { background-color:transparent;background-image:url("https://images.assets-landingi.com/wl5C10sc/bg_footer.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.adaptive-delivery-prevent-bg, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyload, #UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE.lazyloading { background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { background-color: transparent; background-image: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row > .video-iframe-container { display: none; }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .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); }#UDgbXOLXARgsNFvCRTLJBfDl2rpUm0PE > .row .container { width:20rem;height:71.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLKG4yCGZZXUuQnXaheJw1VG6LTBQXfI { width:20rem;height:63.875rem;top:2.5rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FTGzHugBEGAXquUfZWl6AfDfUelMPo { width:7.5rem;height:7.5rem;top:46.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGApM6W0Z8BhDdZ9sDHE04dAo9cOwkl { width:17rem;height:1.94921875rem;top:55.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfzfzgHGxlB5L3CTvMyzPwo9D8vgaH5 { width:12.5rem;height:1.94921875rem;top:10.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-text {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-select {padding-top: 0; padding-bottom: 0;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD  { width:16.75rem;height:auto;top:13.75rem;left:0.375rem; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#axKt86TahqGUd6BleVxAqnPPGXOWNMPD {display:block;}#axKt86TahqGUd6BleVxAqnPPGXOWNMPD { width:16.75rem;height:auto;top:13.75rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #nqBM7CrIW23AyqxcJblWOAZ0wXavCIbA {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ksRyDGvCiyJlHHsFEFCNmkbsQTn8Kw17 { display:none; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #KowpyV6lX8BxkEKTGHorURv34Wgdxlr1 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #RfSneA7bnQQBHvN9GWvfoGup8yoiLo55 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Uyiz4lDQdCJPgdDsrSi5U3eCygOfqEBV {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #yVWT2onRpS8rxdcZ8UKPlCK5q6aNikuH {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #rlQl9Oikbb4H7K3X6iumoOlC6xqdpGzT {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #w7Bq2JxECX1nTzpScSQcllTcLebofcf8 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #cugwBp6HyhCcRAgxCUEa3WCbs1Qr9TD6 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #s9FWoU3EwCaa8kTlg6LNRMFyHFDIl7Ih {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #udDgy3WJXrs4xZ9khWWywDyVfDyS9H0c { display:none; }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #mSoW66DrvAAJtPZNCxMxBAar5x2e0P7c {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #zBxkzEG85G1IK6fK0Hdpbmwz5S8MBqO5 {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #Jrkuni2kEmFVMfQfwXyxW3T6xqyXQtZH {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #VKsEmZ81ludhk6baAI1roM2zrztGkJxR {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #SQT0yWwcluHQIGqxIH86cXK6DuRVTyte {  }
 }@media only screen and (max-width: 763px) { #axKt86TahqGUd6BleVxAqnPPGXOWNMPD #ro5uOsrF0aTTesGHMvs9ZqmFmbq78XZB {  }
 }@media only screen and (max-width: 763px) { #pmG4zc3kt2m7GhKTV3wuyJCvEcrkDhI3 { width:9.4375rem;height:9.3125rem;top:0.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM { display:flex;width:3.125rem;height:3.125rem;top:49rem;left:1.5rem; }
#xmLWSU2RJXUisTIoHlVdUXtD1FBk3FAM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM { display:flex;width:3.125rem;height:3.125rem;top:49rem;left:15.4375rem; }
#NTZ99BLwunKqdCUaF7pVKPAJPsWmQtzM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #r3mK9FMakndPzPBcOGWcPUTW0Q7TXpD0 { width:12.125rem;height:11.9375rem;top:59.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb { display:block; }#GC5UhoNBuSogtr4oTB01OzcFOhEFLzIb > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVL05zaPS7oXpmSnwWBbTFbTtJ9W4zEK { width:18.4375rem;height:5.52345rem;top:1.875rem;left:0.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVdBtHTVEyLEftZh3TI6nCWosBUPObRp { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:12.75rem; }
#FVdBtHTVEyLEftZh3TI6nCWosBUPObRp > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:4.0625rem; }
#ecxhzvyTmX98z88fe1LRLMTAaIXmDwnC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }