.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f2f2f2;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#6d5b96;background-image:none;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; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:1200px;height:112px;font-size:14px;font-family:arial;position:relative;display:block; }#PHHlM68xGhTHfEu9GT6n6w6vPqTIFaQV { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"open sans condensed";font-size:30px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:32.6953125px;left:0px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container { background-color: transparent; background-image: none; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container > .video-iframe-container { display: none; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row > .video-iframe-container { display: none; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .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); }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container { border-width: 0; border-radius: 0; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container { font-size:14px;font-family:arial;height:659px;width:1200px;position:relative;display:block; }#aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew { color:#000000;display:block;width:727px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:382.046875px;left:67.5px;height:112.781px;font-style:normal;display:block; }#aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew li:before{  }
#bqEN6BbMD1GPsQmlHZvWBZ75SFF5qAaR { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15009;background-color:#03989e;background-image:none;top:285.09375px;left:278.78125px;display:block; }
#DGrVsKGTzS2ZaM9L0PK7DAgPRXttbOWw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sWUNTHNgiuqqNuiuxEw3BKruSMgcUpVR { position:absolute;display:block;z-index:15013;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:392px;width:220px;top:267px;left:800px;overflow:hidden;display:block; }
#zP4Z08mIGwyJSH4uhuTPVpf4CU8q6r6c { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:552px;width:310px;top:35.5px;left:890px;overflow:hidden;display:block; }
#TPquaciZByM0MydMuPncsENbJqUuJAnP { position:absolute;display:block;z-index:14998;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:140px;width:140px;top:242.796875px;left:742.78125px;overflow:hidden;display:block; }
#wRS4wTEyHBGOQ8R6Da9mXpRaH4OVfiG7 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 12px 8px 33px rgba(0,0,0,0.08) ;height:308px;width:790px;top:310.796875px;left:30px;display:block; }
#JxeiU5ggmFXQ50rPw8if1nPdHHOQgFwW { color:#000000;display:block;width:672px;position:absolute;font-family:"open sans condensed";font-size:28px;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:317.6953125px;left:92.7734375px;height:33.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nb9ld3FivzDz6d0iMnl4OvIFSHfCrDTD { position:absolute;display:block;z-index:15013;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 5px 5px 10px #eac8c6 ;height:49px;width:791px;top:310px;left:30px;display:block; }
#xbGRSGtXrB8zH7nZue8HTi5NhEypH8IA { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans condensed";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:427px;height:72px;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:516.296875px;left:205.5px;display:block; }
#Beykrl9yOKZaTivKyt6SikzOQCgkwnPe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#dQfhSCDVxR5XeTonSzyQWr5JKa46CkI6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:540px;display:none; }
#kayVLQZA1zpyATUDEGFkxvzZTePzlIzM { color:#000000;display:block;width:759px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:137.515625px;left:51.5px;height:105.2813px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLQfeehwAIvXZ9vyknRomiaLiLW9h1eT { color:#03989e;display:block;width:550px;position:absolute;font-family:"open sans condensed";font-size:60px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:42px;left:153.78125px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dm1TOcOSDTUUZtNe8mWeAQ41mWFZ9ydd { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:57px;left:723.78125px; }
#USspfxLZ0aiGuPk9GVMoK2MwNU8skGrv { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:57px;left:103.78125px; }
#vQ4vv98EHJwXNCFZcE4EoIwAsZs7tiOJ { color:#000000;display:block;width:759px;position:absolute;font-family:"open sans";font-size:27px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:137.515625px;left:51.5px;height:105.2813px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/J2dOEDVo/IGS_ParentLetter.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi.adaptive-delivery-prevent-bg, #mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi.lazyload, #mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi.lazyloading { background-image: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { background-color: transparent; background-image: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container > .video-iframe-container { display: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row > .video-iframe-container { display: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .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); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { border-width: 0; border-radius: 0; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { font-size:14px;font-family:arial;height:1034px;width:1200px;position:relative;display:block; }#urz7rIpOvvU4sqemyugz26A39c06AXKk { color:#000000;display:block;width:666px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:97px;left:378px;height:54px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Wss4tqQ67kqH7lHLw9TPZAkVKvIk591o { color:#000000;display:block;width:702px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:157px;left:378px;height:38px;font-style:normal;display:none; }
#ciq10FAxCCOa1Qi2d1ipxsTNUrSl1eT1 { color:#000000;display:block;width:702px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:160px;left:378px;height:57px;font-style:normal;display:none; }
#GXbVRQzmx9GcE0I08gO3GnTZW8oUBukU { color:#000000;display:block;width:702px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:160px;left:378px;height:57px;font-style:normal;display:none; }
#wlr4mPvJOVyEL7FulTKk2N6SXg5Klrx6 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:200px;width:200px;display:none; }
#XOqK9QZRQNVWupGaOzVg1eM5leXvMN2L { color:#000000;display:block;width:664px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:215.46875px;left:381px;height:87px;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fNzpKXUJte14lW0lMsqwXaUUTKPkq6wg { color:#000000;display:block;width:894px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.375px;left:173px;height:135px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bbXKO6ieuqi293FFou7sxqGqRzmS4Lh6 { color:#000000;display:block;width:620px;position:absolute;font-family:"open sans";font-size:21px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:212.5px;left:460px;height:145px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#siDbVLLKBp7WvcyoGk1vaItlq8RuXBbv { color:#000000;display:block;width:620px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:193.5px;left:460px;height:224px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Fas5vGARuxVTSBG5PTDSZUBrSse3ItNh { color:#000000;display:block;width:753px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:331px;left:179px;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fKbHKLvqBBl9HWoRtcDw9EAMz4piw3yU { color:#000000;display:block;width:786px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:158px;left:147px;height:160px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bD9XtWLT4t0ZcGts0wbsm467oxgGt3ya { color:#000000;display:block;width:753px;position:absolute;font-family:"open sans";font-size:20px;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:361px;left:147px;height:102px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HfgJkf4LmAyNbWcTtnpvLZRMInqVUh55 { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:87px;left:0px;height:25px;text-align:center;text-align-last:center;display:block; }
#PGa1o97QNDRRldhN4EtbIEr1ZZT9Gv4Q { color:#03989e;display:block;width:1200px;position:absolute;font-family:"open sans condensed";font-size:35px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:41px;left:0px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExNHuO3p34OlAwabv70rAqaVr2wCrfgq { color:#000000;display:block;width:332px;position:absolute;font-family:"open sans condensed";font-size:23px;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:148.65000152588px;left:56.5px;height:116.188px;text-align:left;text-align-last:left;font-style:normal;display:block; }#ExNHuO3p34OlAwabv70rAqaVr2wCrfgq li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ExNHuO3p34OlAwabv70rAqaVr2wCrfgq li:before{  }
#uVfPr7xP54e3ORBJn30F29zuPbMRVT5r { position:absolute;display:block;z-index:15018;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:316px;left:50px;display:block; }
#UBROHT8hWCVRlGTHdRS6qzENkp3zwPsu { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:316px;left:78px;display:block; }
#Ti9kLE5kusud3LLF0DaxpwOlcfwFDspM { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:329px;left:64px; }
#lrDiIvImlDLlUM1tZBOCAKU91bhDTsWo { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:332px;left:128px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G { color:#000000;display:block;width:372px;position:absolute;font-family:"open sans condensed";font-size:23px;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:148.65000152588px;left:799.78750610352px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G li:before{  }
#CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF { color:#000000;display:block;width:243px;position:absolute;font-family:"open sans condensed";font-size:23px;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:148.65000152588px;left:478.50003051758px;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF li:before{  }
#SvvpPdzGV6BXWW2FGiP4vwOk17OgsDPs { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15010;background-color:#03989e;background-image:none;top:288.10000610352px;left:450.00003051758px;display:block; }
#oCawlHr0XB6XLoqCknH7TEkA516sB2SG { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:394px;left:118px;display:block; }
#d0uTVCA0bPqxTpGBNbr26HZNl0MTanpn { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:410px;left:168px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJl0rmUSm7v3VhTpAoLNasIsvTBqZwi4 { position:absolute;display:block;z-index:15022;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:394px;left:90px;display:block; }
#xZJJNK56g2KNADcATI89eTHBZW1c0Hu7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:407px;left:104px; }
#l4FHlxNIQnqPSLgVTnNSoroT6gmOrwTW { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:474px;left:160px;display:block; }
#IKPVDna6RvDG9gHgirLPfFQZmu36RtdF { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:490px;left:210px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b46DoOPXPLTaAdxxdsp2wNgedpmX4QWq { position:absolute;display:block;z-index:15026;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:474px;left:132px;display:block; }
#Qfs9TNQ638rsaLMLAIr3ZHbafJR070bt { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:487px;left:146px; }
#tWSI61mtweOsXwCGNO364b3v1W43Xf7S { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:552px;left:202px;display:block; }
#LOeTT39SNZc8wGQzzADPsXlHKtntqMce { position:absolute;display:block;z-index:15030;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:552px;left:174px;display:block; }
#wixrx5sBos049Iy7aN2DBL2uUD24su59 { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:568px;left:252px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#apb87SxlxL4JS4V4gKSQh6pavTZh5NQZ { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:565px;left:188px; }
#XVdu4EggPbqSGyqNwpTTQsp4DW41p3NV { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:630px;left:242px;display:block; }
#iQpiffX9EnACE8cSsTtIA8viOwHRr2ZZ { position:absolute;display:block;z-index:15034;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:630px;left:214px;display:block; }
#fu8eLXbHKCEGmarLdLZtlmCvnOHUkNES { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:643px;left:228px; }
#twKJuHzlzqwuJ6FWWPq0ldCHHXyIE9yz { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:646px;left:292px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lRwGocEGLe0bvTBG2pQv9b2NQWkdhUEk { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:708px;left:284px;display:block; }
#v0Vy8knwPx25M3THCqxlszqpVmu0e2gh { position:absolute;display:block;z-index:15038;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:708px;left:256px;display:block; }
#MK7bhtalPcRsioVoC2MOGuTJgkOkNlnB { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:721px;left:270px; }
#fTDCHaHDalNGCFCPLxn2cvnoUr49MnQ0 { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:724px;left:334px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cLyc4A7uLTMQVyn7IqNTCyD6acD8UIwC { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:58px;width:783px;top:786px;left:326px;display:block; }
#dU33LrmZVoXkI8DtG1SxRTZwbOBzhady { color:#000000;display:block;width:704px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:802px;left:376px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noaM7drBMarQftIdI74qotai9PGtEStq { position:absolute;display:block;z-index:15042;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:113px;border-top-right-radius:113px;border-bottom-left-radius:113px;border-bottom-right-radius:113px;box-shadow: 12px 13px 20px rgba(0,0,0,0.13) ;height:58px;width:58px;top:786px;left:298px;display:block; }
#svxwMKxIqqwVGw9ps8zmaa2kN3BJoDsA { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:799px;left:312px; }
#b3suTHzlWahsRU2TpiH3oxDRqn1KvyPe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:540px;width:540px;display:none; }
#PNQwa2tO0LGgPcbTTCh6UGXaEKauOHZ4 { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans condensed";font-size:30px;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:427px;height:72px;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:902.30001831055px;left:420.00003051758px;display:block; }
#z2Mbi1TL5JBPCHp1UKaM43XStrbbu8M5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { background-color: transparent; background-image: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container > .video-iframe-container { display: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row > .video-iframe-container { display: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .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); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { border-width: 0; border-radius: 0; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { font-size:14px;font-family:arial;height:493px;width:1200px;position:relative;display:block; }#Ad0CR2hcuyJTPOeTe85zV0TOkKWClOeO { color:#000000;display:block;width:652px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:164px;left:123.5px;height:120px;text-align:center;text-align-last:center;display:block; }
#TnAtioTK7Lxbz5aIVTv0hHFKooHcHxNT { color:#03989e;display:block;width:783px;position:absolute;font-family:"open sans condensed";font-size:35px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:90px;left:58px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwrRs7c1di1lieH1l62pJnETkT2IgENm { color:#000000;display:block;width:494px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:327px;left:202.5px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMXLH4WgId5tOOIZLTDvOksErULrT6la { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:474px;width:266px;top:19px;left:901.3828125px;overflow:hidden;display:block; }
#PWFPrl5zPpbqWP1QD6lhOGRDvJeGduTz { box-sizing:content-box;height:5px;width:300px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lNTuNUWnhtnvFUSve1b5G3ktJchShlAK { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.09) ;height:392px;width:783px;top:50.5px;left:58px;display:block; }
#gW5lAS0iedSWyJKRumTS966MqU17kdK9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container { background-color: transparent; background-image: none; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container > .video-iframe-container { display: none; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row > .video-iframe-container { display: none; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .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); }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container { border-width: 0; border-radius: 0; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container { font-size:14px;font-family:arial;height:598px;width:1200px;position:relative;display:block; }#RuTBLcUzvTKHxSTcul4nbT5QPxrD7L4I { color:#03989e;display:block;width:725px;position:absolute;font-family:"open sans condensed";font-size:35px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:38px;left:237.5px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P { color:#000000;display:block;width:764px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:151.70007324219px;left:311.78750610352px;height:321.562px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P li:not(:first-child){ padding-top:9px;padding-right:0;padding-bottom:0;padding-left:0; }#MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P li:before{  }
#mTGVTBIOElbelnOgo9buWCLkC73yck87 { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:429px;width:1022px;top:135.99993896484px;left:89px;display:block; }
#A0yDOu9afLB8PvhBKJSWbcmQEDKTasiE { position:absolute;display:block;z-index:15012;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:415px;width:233px;top:182.484375px;left:50.6875px;overflow:hidden;display:block; }
#uTqDdTeGmm4Mr1o1OC5woZqwvIiFeENz { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:83px;left:0px;height:25px;text-align:center;text-align-last:center;display:block; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:rgba(255,255,255,0.46);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 15px 16px 33px rgba(0,0,0,0.08) ; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:17px;font-family:"open sans condensed";height:auto;text-align:center;text-align-last:center;font-style:italic;line-height:1.2;overflow:hidden; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:15px;font-family:"open sans";font-weight:300;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-trigger { width:23px;min-width:23px;height:23px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5d12c2e0ce2a607d97bcfd88ef7830f0ed8becd0.svg");background-size:contain !important; }#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-trigger.adaptive-delivery-prevent-bg, #aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-trigger.lazyload, #aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-trigger.lazyloading { background-image: none; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC { box-sizing:content-box;height:auto;width:723px;position:absolute;display:flex;flex-direction:column;gap:9px;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;top:471.296875px;left:329.78125px;box-shadow: none; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#aFi4LL9asNMZZrqK9gudblOhyXd4atrC #t3kO44b2Xg8eVQHnP9ZCZskIFWF7LvO3 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC #D0w8ezHn0ITI7hTEztHTuJ1w9zxl7rxr { height:auto;display:flex;position:relative;top:0px;left:0px; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC #g41T0S4MgJuvKJWErJeJeCJCsB37nrnV { display:block;position:relative; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC #LEstTpDlHtOmo934PTfnR9IVLOn1h0uQ {  }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC #vJGaBJ3BNdcgyP75IB4WTd0dcrip0HS6 {  }
#SBVLTD08T9TlTxIQq2GZaLfeafRpUugZ { color:#000000;display:block;width:764px;position:absolute;font-family:"open sans";font-size:17px;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:149.70000076294px;left:329.78750610352px;height:321.6px;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-5px;padding-top:9px;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container { background-color: transparent; background-image: none; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container > .video-iframe-container { display: none; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row > .video-iframe-container { display: none; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .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); }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container { border-width: 0; border-radius: 0; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container { font-size:14px;font-family:arial;height:293px;width:1200px;position:relative;display:block; }#QirqeHxgZdzlF7zcGQKUhZ6Gve3v3kbE { color:#000000;display:block;width:800px;position:absolute;font-family:"open sans";font-size:13px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:240px;left:200px;height:33.7968px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wz3TepniQ0qtx5UKBfAdqlbFKdhHS2Ns { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:78px;width:96px;top:154.8876953125px;left:552px;overflow:hidden;display:block; }
#AUQOLPVMuMXO5aDkC10TCSdvgcqniN7A { background-color:#ff3c94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow: 3px 3px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:30px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:610px;height:90px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37px;left:295px;display:block; }
#UNikbbGlyor6b6a0CxNwrsHWxZwo5IZz { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#KQaPr8qC0TgT9kZ9a4Xk1ybWO7Nvty8t { position:absolute;display:block;z-index:15006;height:73px;width:131px;top:144px;left:140px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHHlM68xGhTHfEu9GT6n6w6vPqTIFaQV { top:32px;left:0px;width:764px;height:39px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf { display:block; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew { top:382px;left:0px;width:727px;height:;font-size:16px;display:block; }#aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew li:before{  }
 }@media only screen and (max-width: 763px) { #bqEN6BbMD1GPsQmlHZvWBZ75SFF5qAaR { width:300px;height:2px;top:285px;left:60.78125px;display:none; }
 }@media only screen and (max-width: 763px) { #DGrVsKGTzS2ZaM9L0PK7DAgPRXttbOWw { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #sWUNTHNgiuqqNuiuxEw3BKruSMgcUpVR { width:220px;height:392px;top:267px;left:544px;display:block; }
 }@media only screen and (max-width: 763px) { #zP4Z08mIGwyJSH4uhuTPVpf4CU8q6r6c { width:310px;height:552px;top:35px;left:454px;display:block; }
 }@media only screen and (max-width: 763px) { #TPquaciZByM0MydMuPncsENbJqUuJAnP { width:140px;height:140px;top:242px;left:524.78125px;display:block; }
 }@media only screen and (max-width: 763px) { #wRS4wTEyHBGOQ8R6Da9mXpRaH4OVfiG7 { top:310px;left:0px;width:764px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #JxeiU5ggmFXQ50rPw8if1nPdHHOQgFwW { top:317px;left:0px;width:672px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9ld3FivzDz6d0iMnl4OvIFSHfCrDTD { width:764px;height:49px;top:310px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xbGRSGtXrB8zH7nZue8HTi5NhEypH8IA { width:427px;height:72px;top:516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Beykrl9yOKZaTivKyt6SikzOQCgkwnPe { display:block; }
 }@media only screen and (max-width: 763px) { #dQfhSCDVxR5XeTonSzyQWr5JKa46CkI6 { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #kayVLQZA1zpyATUDEGFkxvzZTePzlIzM { width:759px;height:105px;top:137px;left:0px;font-size:27px;display:none; }
 }@media only screen and (max-width: 763px) { #hLQfeehwAIvXZ9vyknRomiaLiLW9h1eT { top:42px;left:0px;width:550px;height:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #Dm1TOcOSDTUUZtNe8mWeAQ41mWFZ9ydd { width:30px;height:30px;top:57px;left:505.78125px;display:block; }
 }@media only screen and (max-width: 763px) { #USspfxLZ0aiGuPk9GVMoK2MwNU8skGrv { width:30px;height:30px;top:57px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vQ4vv98EHJwXNCFZcE4EoIwAsZs7tiOJ { width:320px;height:83px;top:43px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi { display:none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urz7rIpOvvU4sqemyugz26A39c06AXKk { width:302px;height:76px;top:97px;left:160px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #Wss4tqQ67kqH7lHLw9TPZAkVKvIk591o { width:320px;height:95px;top:157px;left:160px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #ciq10FAxCCOa1Qi2d1ipxsTNUrSl1eT1 { width:304px;height:35px;top:160px;left:160px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #GXbVRQzmx9GcE0I08gO3GnTZW8oUBukU { width:313px;height:70px;top:160px;left:160px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #wlr4mPvJOVyEL7FulTKk2N6SXg5Klrx6 { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #XOqK9QZRQNVWupGaOzVg1eM5leXvMN2L { width:216px;height:144px;top:215px;left:163px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #fNzpKXUJte14lW0lMsqwXaUUTKPkq6wg { width:316px;height:190px;top:24px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #bbXKO6ieuqi293FFou7sxqGqRzmS4Lh6 { width:233px;height:180px;top:212px;left:242px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #siDbVLLKBp7WvcyoGk1vaItlq8RuXBbv { width:237px;height:273px;top:193px;left:242px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Fas5vGARuxVTSBG5PTDSZUBrSse3ItNh { width:753px;height:170px;top:331px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #fKbHKLvqBBl9HWoRtcDw9EAMz4piw3yU { width:237px;height:272px;top:158px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #bD9XtWLT4t0ZcGts0wbsm467oxgGt3ya { width:284px;height:147px;top:361px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #HfgJkf4LmAyNbWcTtnpvLZRMInqVUh55 { top:87px;left:0px;width:764px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PGa1o97QNDRRldhN4EtbIEr1ZZT9Gv4Q { top:41px;left:0px;width:764px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ExNHuO3p34OlAwabv70rAqaVr2wCrfgq { top:148px;left:0px;width:332px;height:116px;font-size:17px;display:block; }#ExNHuO3p34OlAwabv70rAqaVr2wCrfgq li:before{  }
 }@media only screen and (max-width: 763px) { #uVfPr7xP54e3ORBJn30F29zuPbMRVT5r { top:316px;left:0px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #UBROHT8hWCVRlGTHdRS6qzENkp3zwPsu { top:316px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9kLE5kusud3LLF0DaxpwOlcfwFDspM { width:30px;height:30px;top:329px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lrDiIvImlDLlUM1tZBOCAKU91bhDTsWo { top:332px;left:0px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G { top:148px;left:392px;width:372px;height:;font-size:17px;display:block; }#qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G li:before{  }
 }@media only screen and (max-width: 763px) { #CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF { top:148px;left:260.50003051758px;width:243px;height:;font-size:18px;display:block; }#CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF li:before{  }
 }@media only screen and (max-width: 763px) { #SvvpPdzGV6BXWW2FGiP4vwOk17OgsDPs { width:300px;height:2px;top:288px;left:232.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #oCawlHr0XB6XLoqCknH7TEkA516sB2SG { top:394px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #d0uTVCA0bPqxTpGBNbr26HZNl0MTanpn { top:410px;left:0px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pJl0rmUSm7v3VhTpAoLNasIsvTBqZwi4 { top:394px;left:0px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #xZJJNK56g2KNADcATI89eTHBZW1c0Hu7 { width:30px;height:30px;top:407px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l4FHlxNIQnqPSLgVTnNSoroT6gmOrwTW { top:474px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPVDna6RvDG9gHgirLPfFQZmu36RtdF { top:490px;left:0px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #b46DoOPXPLTaAdxxdsp2wNgedpmX4QWq { top:474px;left:0px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Qfs9TNQ638rsaLMLAIr3ZHbafJR070bt { width:30px;height:30px;top:487px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tWSI61mtweOsXwCGNO364b3v1W43Xf7S { top:552px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #LOeTT39SNZc8wGQzzADPsXlHKtntqMce { top:552px;left:0px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #wixrx5sBos049Iy7aN2DBL2uUD24su59 { top:568px;left:34px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #apb87SxlxL4JS4V4gKSQh6pavTZh5NQZ { width:30px;height:30px;top:565px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XVdu4EggPbqSGyqNwpTTQsp4DW41p3NV { top:630px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #iQpiffX9EnACE8cSsTtIA8viOwHRr2ZZ { top:630px;left:0px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #fu8eLXbHKCEGmarLdLZtlmCvnOHUkNES { width:30px;height:30px;top:643px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #twKJuHzlzqwuJ6FWWPq0ldCHHXyIE9yz { top:646px;left:60px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #lRwGocEGLe0bvTBG2pQv9b2NQWkdhUEk { top:708px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #v0Vy8knwPx25M3THCqxlszqpVmu0e2gh { top:708px;left:38px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #MK7bhtalPcRsioVoC2MOGuTJgkOkNlnB { width:30px;height:30px;top:721px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #fTDCHaHDalNGCFCPLxn2cvnoUr49MnQ0 { top:724px;left:60px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #cLyc4A7uLTMQVyn7IqNTCyD6acD8UIwC { top:786px;left:0px;width:764px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #dU33LrmZVoXkI8DtG1SxRTZwbOBzhady { top:802px;left:60px;width:704px;height:26px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #noaM7drBMarQftIdI74qotai9PGtEStq { top:786px;left:80px;width:58px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #svxwMKxIqqwVGw9ps8zmaa2kN3BJoDsA { width:30px;height:30px;top:799px;left:94px;display:block; }
 }@media only screen and (max-width: 763px) { #b3suTHzlWahsRU2TpiH3oxDRqn1KvyPe { width:;height:;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #PNQwa2tO0LGgPcbTTCh6UGXaEKauOHZ4 { width:427px;height:72px;top:902px;left:202.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #z2Mbi1TL5JBPCHp1UKaM43XStrbbu8M5 { display:block; }
 }@media only screen and (max-width: 763px) { #h6pbSywEZux42TLwrTKcEiKAHBdRtOHb { display:block; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad0CR2hcuyJTPOeTe85zV0TOkKWClOeO { top:164px;left:0px;width:652px;height:120px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TnAtioTK7Lxbz5aIVTv0hHFKooHcHxNT { top:90px;left:0px;width:764px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #LwrRs7c1di1lieH1l62pJnETkT2IgENm { top:327px;left:0px;width:494px;height:72px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hMXLH4WgId5tOOIZLTDvOksErULrT6la { width:266px;height:474px;top:19px;left:498px;display:block; }
 }@media only screen and (max-width: 763px) { #PWFPrl5zPpbqWP1QD6lhOGRDvJeGduTz { width:300px;height:5px;display:none; }
 }@media only screen and (max-width: 763px) { #lNTuNUWnhtnvFUSve1b5G3ktJchShlAK { top:50px;left:0px;width:764px;height:392px;display:none; }
 }@media only screen and (max-width: 763px) { #gW5lAS0iedSWyJKRumTS966MqU17kdK9 { display:block; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTBLcUzvTKHxSTcul4nbT5QPxrD7L4I { top:38px;left:19.5px;width:725px;height:35px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P { top:151px;left:0px;width:764px;height:;font-size:15px;display:none; }#MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P li:before{  }
 }@media only screen and (max-width: 763px) { #mTGVTBIOElbelnOgo9buWCLkC73yck87 { top:135px;left:0px;width:764px;height:429px;display:block; }
 }@media only screen and (max-width: 763px) { #A0yDOu9afLB8PvhBKJSWbcmQEDKTasiE { top:182px;left:0px;width:233px;height:415px;display:block; }
 }@media only screen and (max-width: 763px) { #uTqDdTeGmm4Mr1o1OC5woZqwvIiFeENz { top:83px;left:0px;width:764px;height:25px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC { display:flex;height:auto;width:696px;top:139px;left:14px; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #t3kO44b2Xg8eVQHnP9ZCZskIFWF7LvO3 {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #D0w8ezHn0ITI7hTEztHTuJ1w9zxl7rxr {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #g41T0S4MgJuvKJWErJeJeCJCsB37nrnV {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #LEstTpDlHtOmo934PTfnR9IVLOn1h0uQ {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #vJGaBJ3BNdcgyP75IB4WTd0dcrip0HS6 {  }
 }@media only screen and (max-width: 763px) { #SBVLTD08T9TlTxIQq2GZaLfeafRpUugZ { top:334px;left:0px;width:298px;height:546px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP { display:block; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QirqeHxgZdzlF7zcGQKUhZ6Gve3v3kbE { width:764px;height:33px;top:240px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3TepniQ0qtx5UKBfAdqlbFKdhHS2Ns { width:96px;height:78px;top:154px;left:334px;display:block; }
 }@media only screen and (max-width: 763px) { #AUQOLPVMuMXO5aDkC10TCSdvgcqniN7A { width:610px;height:90px;top:37px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #UNikbbGlyor6b6a0CxNwrsHWxZwo5IZz { display:block; }
 }@media only screen and (max-width: 763px) { #KQaPr8qC0TgT9kZ9a4Xk1ybWO7Nvty8t { width:131px;height:73px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3zv385YM/T_a_sekcji_LP_po_g.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#6d5b96;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHHlM68xGhTHfEu9GT6n6w6vPqTIFaQV { width:320px;height:35.1875px;top:14.90625px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf { display:block; }#vN4mw7dzezHXIkb2CkTTf3Ab41UPteWf > .row .container { width:320px;height:678px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew { width:298px;height:136.781px;top:425px;left:14px;font-size:16px;text-align:left;text-align-last:left;line-height:1.3;z-index:15016;display:block; }#aoVXOTyl0Ar5ZsLvIc5GuOEmGdggDZew li:before{  }
 }@media only screen and (max-width: 763px) { #bqEN6BbMD1GPsQmlHZvWBZ75SFF5qAaR { width:150px;height:2px;top:730.60000610352px;left:84.999998092651px;display:none; }
 }@media only screen and (max-width: 763px) { #DGrVsKGTzS2ZaM9L0PK7DAgPRXttbOWw { display:flex;top:8px;left:292.39999961853px;width:20px;height:20px;z-index:15017;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #sWUNTHNgiuqqNuiuxEw3BKruSMgcUpVR { width:100px;height:184px;top:201.796875px;left:73.622897196261px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zP4Z08mIGwyJSH4uhuTPVpf4CU8q6r6c { width:135px;height:246px;top:148.796875px;left:126px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #TPquaciZByM0MydMuPncsENbJqUuJAnP { width:140px;height:140px;top:374.1875px;left:90px;display:none; }
 }@media only screen and (max-width: 763px) { #wRS4wTEyHBGOQ8R6Da9mXpRaH4OVfiG7 { width:320px;height:278px;top:378px;left:0px;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #JxeiU5ggmFXQ50rPw8if1nPdHHOQgFwW { width:320px;height:25.1953px;top:382.796875px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Nb9ld3FivzDz6d0iMnl4OvIFSHfCrDTD { width:320px;height:34px;top:378px;left:0px;z-index:14999;background-color:rgba(4,179,186,0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xbGRSGtXrB8zH7nZue8HTi5NhEypH8IA { width:303px;height:65px;top:572px;left:9px;font-size:25px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Beykrl9yOKZaTivKyt6SikzOQCgkwnPe { display:block; }
 }@media only screen and (max-width: 763px) { #dQfhSCDVxR5XeTonSzyQWr5JKa46CkI6 { top:162px;left:29px;width:73px;height:73px;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kayVLQZA1zpyATUDEGFkxvzZTePzlIzM { width:320px;height:0;top:16.96875px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #hLQfeehwAIvXZ9vyknRomiaLiLW9h1eT { width:320px;height:27.5px;top:19px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Dm1TOcOSDTUUZtNe8mWeAQ41mWFZ9ydd { display:flex;width:20px;height:20px;top:22.75px;left:290px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #USspfxLZ0aiGuPk9GVMoK2MwNU8skGrv { display:flex;width:20px;height:20px;top:22.75px;left:10px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #vQ4vv98EHJwXNCFZcE4EoIwAsZs7tiOJ { width:320px;height:83.1875px;top:54.5px;left:0px;text-align:center;text-align-last:center;font-size:16px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi { background-color:#ffffff;background-image:none;display:block; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { background-color: transparent; background-image: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container > .video-iframe-container { display: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row > .video-iframe-container { display: none; }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .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); }#mT6UpuzIaLZkgP9daC9RwZqEwOwNldZi > .row .container { width:320px;height:1650px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urz7rIpOvvU4sqemyugz26A39c06AXKk { width:302px;height:0;top:57.387504577637px;left:9px;font-size:15px;line-height:1.3;text-align:center;text-align-last:center;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Wss4tqQ67kqH7lHLw9TPZAkVKvIk591o { width:320px;height:0;top:154.5px;left:0px;font-size:15px;text-align:center;text-align-last:center;z-index:15011;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #ciq10FAxCCOa1Qi2d1ipxsTNUrSl1eT1 { width:304px;height:0;top:148.57501220703px;left:8px;font-size:14px;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #GXbVRQzmx9GcE0I08gO3GnTZW8oUBukU { width:225px;height:0;top:181px;left:0px;font-size:14px;text-align:center;text-align-last:center;z-index:15012;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wlr4mPvJOVyEL7FulTKk2N6SXg5Klrx6 { top:0px;left:0px;width:320px;height:7px;z-index:15013;background-color:#b55c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #XOqK9QZRQNVWupGaOzVg1eM5leXvMN2L { width:216px;height:0;top:242px;left:0px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fNzpKXUJte14lW0lMsqwXaUUTKPkq6wg { width:316px;height:0;top:15px;left:0px;font-size:14px;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #bbXKO6ieuqi293FFou7sxqGqRzmS4Lh6 { width:233px;height:0;top:226px;left:43.5px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #siDbVLLKBp7WvcyoGk1vaItlq8RuXBbv { width:237px;height:0;top:188px;left:7px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Fas5vGARuxVTSBG5PTDSZUBrSse3ItNh { width:284px;height:0;top:306px;left:18px;font-size:14px;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fKbHKLvqBBl9HWoRtcDw9EAMz4piw3yU { width:237px;height:0;top:105.546875px;left:83px;font-size:14px;line-height:1.3;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #bD9XtWLT4t0ZcGts0wbsm467oxgGt3ya { width:284px;height:0;top:285px;left:36.000001907349px;font-size:14px;line-height:1.5;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #HfgJkf4LmAyNbWcTtnpvLZRMInqVUh55 { width:320px;height:59.3906px;top:96px;left:0px;font-size:18px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGa1o97QNDRRldhN4EtbIEr1ZZT9Gv4Q { width:320px;height:66px;top:20px;left:0px;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ExNHuO3p34OlAwabv70rAqaVr2wCrfgq { width:265px;height:89.7812px;top:175.40000915527px;left:10px;font-size:17px;text-align:left;text-align-last:left;display:block; }#ExNHuO3p34OlAwabv70rAqaVr2wCrfgq li:before{  }
 }@media only screen and (max-width: 763px) { #uVfPr7xP54e3ORBJn30F29zuPbMRVT5r { width:58px;height:58px;top:499px;left:131px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UBROHT8hWCVRlGTHdRS6qzENkp3zwPsu { width:320px;height:101px;top:526.89999389648px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ti9kLE5kusud3LLF0DaxpwOlcfwFDspM { display:flex;width:30px;height:30px;top:512px;left:145px; }
 }@media only screen and (max-width: 763px) { #lrDiIvImlDLlUM1tZBOCAKU91bhDTsWo { width:297px;height:44.1875px;top:567px;left:11.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G { width:271px;height:89.7812px;top:369.39999389648px;left:10px;font-size:17px;text-align:left;text-align-last:left;display:block; }#qzFXRAfPg1ggxGpqDNaKKAvIKSKXXB9G li:before{  }
 }@media only screen and (max-width: 763px) { #CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF { width:243px;height:94.1875px;top:270.20001220703px;left:10px;font-size:18px;text-align:left;text-align-last:left;display:block; }#CI1tlcVDaX9GU8uaAN2LqshxUOB52dbF li:before{  }
 }@media only screen and (max-width: 763px) { #SvvpPdzGV6BXWW2FGiP4vwOk17OgsDPs { width:250px;height:2px;top:480px;left:35.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #oCawlHr0XB6XLoqCknH7TEkA516sB2SG { width:320px;height:100px;top:675.90000152588px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d0uTVCA0bPqxTpGBNbr26HZNl0MTanpn { width:304px;height:44.1875px;top:717.90000915527px;left:16px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJl0rmUSm7v3VhTpAoLNasIsvTBqZwi4 { width:58px;height:58px;top:647.89999389648px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xZJJNK56g2KNADcATI89eTHBZW1c0Hu7 { display:flex;width:30px;height:30px;top:661.89999389648px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #l4FHlxNIQnqPSLgVTnNSoroT6gmOrwTW { width:320px;height:100px;top:823.90000152588px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IKPVDna6RvDG9gHgirLPfFQZmu36RtdF { width:304px;height:44.1875px;top:863.90000152588px;left:8px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b46DoOPXPLTaAdxxdsp2wNgedpmX4QWq { width:58px;height:58px;top:795.90000915527px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Qfs9TNQ638rsaLMLAIr3ZHbafJR070bt { display:flex;width:30px;height:30px;top:809.90000915527px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #tWSI61mtweOsXwCGNO364b3v1W43Xf7S { width:320px;height:100px;top:972.90000915527px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LOeTT39SNZc8wGQzzADPsXlHKtntqMce { width:58px;height:58px;top:943.90000915527px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wixrx5sBos049Iy7aN2DBL2uUD24su59 { width:310px;height:44.1875px;top:1013.9000091553px;left:9.9874992370605px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apb87SxlxL4JS4V4gKSQh6pavTZh5NQZ { display:flex;width:30px;height:30px;top:958px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #XVdu4EggPbqSGyqNwpTTQsp4DW41p3NV { width:320px;height:100px;top:1118px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iQpiffX9EnACE8cSsTtIA8viOwHRr2ZZ { width:58px;height:58px;top:1092.8999938965px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fu8eLXbHKCEGmarLdLZtlmCvnOHUkNES { display:flex;width:30px;height:30px;top:1252px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #twKJuHzlzqwuJ6FWWPq0ldCHHXyIE9yz { width:260px;height:44.1875px;top:1164px;left:30.000001907349px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lRwGocEGLe0bvTBG2pQv9b2NQWkdhUEk { width:320px;height:100px;top:1267px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v0Vy8knwPx25M3THCqxlszqpVmu0e2gh { width:58px;height:58px;top:1238px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MK7bhtalPcRsioVoC2MOGuTJgkOkNlnB { display:flex;width:30px;height:30px;top:1401px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #fTDCHaHDalNGCFCPLxn2cvnoUr49MnQ0 { width:276px;height:44.1875px;top:1309px;left:22.000001907349px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLyc4A7uLTMQVyn7IqNTCyD6acD8UIwC { width:320px;height:100px;top:1415px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dU33LrmZVoXkI8DtG1SxRTZwbOBzhady { width:293px;height:44.1875px;top:1457px;left:13.5px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noaM7drBMarQftIdI74qotai9PGtEStq { width:58px;height:58px;top:1387px;left:131.00000572205px;background-color:rgba(3,152,158,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #svxwMKxIqqwVGw9ps8zmaa2kN3BJoDsA { display:flex;width:30px;height:30px;top:1106.8999938965px;left:145.00000572205px; }
 }@media only screen and (max-width: 763px) { #b3suTHzlWahsRU2TpiH3oxDRqn1KvyPe { top:249px;left:232.00000572205px;width:73px;height:73px;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PNQwa2tO0LGgPcbTTCh6UGXaEKauOHZ4 { width:304px;height:70px;top:1535px;left:8px;font-size:25px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;display:block; }
 }@media only screen and (max-width: 763px) { #z2Mbi1TL5JBPCHp1UKaM43XStrbbu8M5 { display:block; }
 }@media only screen and (max-width: 763px) { #h6pbSywEZux42TLwrTKcEiKAHBdRtOHb { background-color:#f3f3f3;background-image:none;display:block; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { background-color: transparent; background-image: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container > .video-iframe-container { display: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row > .video-iframe-container { display: none; }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .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); }#h6pbSywEZux42TLwrTKcEiKAHBdRtOHb > .row .container { width:320px;height:539px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad0CR2hcuyJTPOeTe85zV0TOkKWClOeO { width:320px;height:122.391px;top:73.199996948242px;left:0px;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TnAtioTK7Lxbz5aIVTv0hHFKooHcHxNT { width:320px;height:33px;top:20px;left:0px;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LwrRs7c1di1lieH1l62pJnETkT2IgENm { width:131px;height:228.766px;top:237.80000305176px;left:173.00000572205px;font-size:16px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hMXLH4WgId5tOOIZLTDvOksErULrT6la { width:193px;height:344px;top:194.80000305176px;left:0px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PWFPrl5zPpbqWP1QD6lhOGRDvJeGduTz { top:524.80000305176px;left:59.999998092651px;width:200px;height:2px;z-index:15066;background-color:#03989e;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #lNTuNUWnhtnvFUSve1b5G3ktJchShlAK { width:320px;height:392px;top:558.796875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #gW5lAS0iedSWyJKRumTS966MqU17kdK9 { display:block; }#gW5lAS0iedSWyJKRumTS966MqU17kdK9 > .row .container { width:320px;height:975px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuTBLcUzvTKHxSTcul4nbT5QPxrD7L4I { width:320px;height:66px;top:20px;left:0px;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P { width:298px;height:0;top:419.40005493164px;left:0px;font-size:15px;line-height:1.3;text-align:center;text-align-last:center;display:none; }#MkvUkQclA6AgDHL6wQLBz2dfxi1TL32P li:before{  }
 }@media only screen and (max-width: 763px) { #mTGVTBIOElbelnOgo9buWCLkC73yck87 { width:320px;height:628px;top:322px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A0yDOu9afLB8PvhBKJSWbcmQEDKTasiE { width:156px;height:279px;top:117.59999847412px;left:81.999998092651px;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uTqDdTeGmm4Mr1o1OC5woZqwvIiFeENz { width:320px;height:21.6px;top:96px;left:0px;font-size:18px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-heading-text { text-align:center;text-align-last:center; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-desc-text { text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC { display:flex;height:auto;width:290px;top:861.78759765625px;left:0px;box-shadow: none; }
#aFi4LL9asNMZZrqK9gudblOhyXd4atrC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #t3kO44b2Xg8eVQHnP9ZCZskIFWF7LvO3 {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #D0w8ezHn0ITI7hTEztHTuJ1w9zxl7rxr {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #g41T0S4MgJuvKJWErJeJeCJCsB37nrnV {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #LEstTpDlHtOmo934PTfnR9IVLOn1h0uQ {  }
 }@media only screen and (max-width: 763px) { #aFi4LL9asNMZZrqK9gudblOhyXd4atrC #vJGaBJ3BNdcgyP75IB4WTd0dcrip0HS6 {  }
 }@media only screen and (max-width: 763px) { #SBVLTD08T9TlTxIQq2GZaLfeafRpUugZ { width:305px;height:526.5px;top:330.40000915527px;left:8px;font-size:15px;line-height:1.3;z-index:15010;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; }
 }@media only screen and (max-width: 763px) { #pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP { display:block; }#pAS2B10H5uguZzcvEKb6fgiDRt5ZyMzP > .row .container { width:320px;height:272px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QirqeHxgZdzlF7zcGQKUhZ6Gve3v3kbE { width:320px;height:42.8907px;top:215.98754882812px;left:0px;font-size:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3TepniQ0qtx5UKBfAdqlbFKdhHS2Ns { width:70px;height:57px;top:140px;left:125.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #AUQOLPVMuMXO5aDkC10TCSdvgcqniN7A { width:304px;height:70px;top:20.984375px;left:8px;font-size:25px;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;font-family:"open sans condensed";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UNikbbGlyor6b6a0CxNwrsHWxZwo5IZz { display:block; }
 }@media only screen and (max-width: 763px) { #KQaPr8qC0TgT9kZ9a4Xk1ybWO7Nvty8t { width:64px;height:35px;top:132px;left:17px;display:block; }
 }