.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,250,247;--color-primary-1:221,239,228;--color-primary-2:187,223,200;--color-primary-3:94,112,100;--color-primary-4:28,33,30;--color-secondary-0:254,249,218;--color-secondary-1:252,236,131;--color-secondary-2:249,217,7;--color-secondary-3:125,109,4;--color-secondary-4:37,33,1;--color-tertiary-0:255,255,255;--color-tertiary-1:163,164,164;--color-tertiary-2:102,103,103;--color-tertiary-3:61,62,62;--color-tertiary-4:0,2,2;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/d5bZVuqv/lp_minikurs_odpieluchowanie_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { color:rgba(var(--color-tertiary-4),1);display:block;width:31.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:1.4484374523163rem;left:15.406251907349rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TgTrJOzzWgloq1u7q29areI5tpVly0A1 { color:#1b2121;display:block;width:59.125rem;position:absolute;font-family:merriweather;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.7609376907349rem;left:0.87343788146975rem;height:3.45rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#leS63MFmDZQGyMiv4dmILGUPNR6VywK9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15.625rem;top:4.0734376907349rem;left:22.187501907349rem;display:block; }
#kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { color:rgba(0,0,0,0.7);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:2.4;letter-spacing:0;top:11.393750190735rem;left:12.499217987061rem;height:8.5488375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#srmMDtdE6ErqLeUqxflefIEDEDbtRRRN { box-sizing:content-box;color:#4f897a;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:11.893750190735rem;left:9.96249961853rem;display:block; }
#blzXWTdXitTWvZXocrUQIHacLOgEOKwX { box-sizing:content-box;color:#75cfb8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:14.731250762939rem;left:9.96249961853rem;display:block; }
#vVmi3BzvcVFNUTUmKZndAXvKBSil7vPC { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:17.53125rem;left:9.96249961853rem;display:block; }
#T69dfElMpKd26aB8xgBKgLnauOkAxUTk { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:28.825000762939rem;left:4.28125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hf9P8Pi9kFBvIfqkRSDtdr3urkSmECxQ { color:rgba(0,0,0,0.7);display:block;width:49.375rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:21.606250762939rem;left:5.3125rem;height:3.6748rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nPgoWsphDzViWaPwN9GuaERe8JNKzyu5 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:52.0625rem;top:27.21875rem;left:3.9375rem;display:block; }
#HyXedvMun8bD7WBuPNdDBRiZBJ9S3fmk { z-index:15003;top:34.875rem;left:15.031251907349rem;background-color:#ff3c94;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #ff3c94 ;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:6.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pmgh6TrdZkrSvo0sMKXguyBiTZhL5Rwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fdyTd2tI42iae1M76LFPTl4MgmNzUWXx { position:absolute;display:block;z-index:15048;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:11.75rem;width:14.1875rem;top:31.125rem;left:41.592969894409rem;overflow:hidden;display:block; }
#qsESMSVMIBDFcbxVH2h84GX221flr7sv { color:rgba(0,0,0,0.7);display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:2.4;letter-spacing:0;top:11.393750190735rem;left:12.499217987061rem;height:8.55rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oUJDTKTnhiihL8e5HT8t75XMzA7Ubqw1 { color:rgba(0,0,0,0.7);display:block;width:49.375rem;position:absolute;font-family:merriweather;font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:21.606250762939rem;left:5.3125rem;height:3.8rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container { background-color: transparent; background-image: none; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container > .video-iframe-container { display: none; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row > .video-iframe-container { display: none; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .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); }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container { border-width: 0; border-radius: 0; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#xl9ieTnrBlyNGST33BFIhM0G0eNZx8mi { color:#000000;display:block;width:53.3125rem;position:absolute;font-family:merriweather;font-size:1.875rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:2.9374997615814rem;left:3.34375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#XAqwI91INZuLSbusMcs8gTu78ctXBRLI { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:37.125rem;width:53.25rem;top:8.099218752235rem;left:3.375rem;display:block; }
#NtoWnK6zANlGDsN6dGhtPGZlWh50FvfB { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:17.462501525879rem;left:5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yxrJ3TwhzaLqyAHKOT6Q4pBnQfxtKwWz { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.262499809265rem;left:5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uPFn2ZLS1Gfac8kax29JtZTO5Jiiz9vo { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:7.125rem;border-bottom-left-radius:7.125rem;border-bottom-right-radius:7.125rem;box-shadow: none;height:12.5rem;width:12.5rem;top:2.6875rem;left:44rem;display:block; }
#rFixQIqTuc8PS5FWfw4aUuDVeankIGwm { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:10.1875rem;left:4rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTWexiO2Z8RvB8R9For4qxDsEXLJiTV1 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:5rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#wDgRDCZliq2DzPCfaXbr7zZh6slryinO { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:5rem;height:2.8rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#JT2qNx5tyvQPGeCpdffhVf1SiIswfWh8 { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:16.1875rem;left:5rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#qJZKuXiacpTTJSupLdGftau8yR704eJK { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:21.712501525879rem;left:5rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#O2nwgf4T7HmJq4fluJvf9FE9Wic1abz4 { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#ZT5UaCUXO8J2rqeRWoF1DTAIXJ6vKW5V { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:13.262499809265rem;left:5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#xtkenJaT2UONTigaLEeMVoT6XI2Xunfg { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:19.462501525879rem;left:5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#AXFAxa4UGatTuvs9xbTbZ2yeGM3yS5fn { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:25.712500572204rem;left:5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#KpUT4GInFmR7ihD8wD0LMvGCCWOm3ySX { position:absolute;display:block;z-index:15047;border-top:0.375rem solid #75cfb8;border-left:0.375rem solid #75cfb8;border-right:0.375rem solid #75cfb8;border-bottom:0.375rem solid #75cfb8;border-top-left-radius:7.6875rem;border-top-right-radius:7.6875rem;border-bottom-left-radius:7.6875rem;border-bottom-right-radius:7.6875rem;box-shadow: none;height:11.25rem;width:11.25rem;top:3.3750001788139rem;left:44.842969894409rem;overflow:hidden;display:block; }
#vTiCtTCP7dw9IXSepaTTQUgvOqK4JzsP { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:24.71249961853rem;left:4.96875rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ov5xqHFytxfXvdI2ROMZFTkkrTH8Xf7O { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.99374961853rem;left:5rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#S6xZ3CtRl1MkUZKtAxwI7PrJGqr2i9I5 { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:32.05624961853rem;left:5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#oi211ByZ3TTT4ORNIQl0RZcw9Vp5E0rt { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:35.71249961853rem;left:5rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#JdIdtpTeqJoKkS3IupW27IzDC7OP04U0 { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:42.431251525879rem;left:5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#C6CgLNQ3wQpTH0MF59VHpI4ozH4sPP81 { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:33.89999961853rem;left:5rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Ea8FdUkEvqWr5CfmnqTh94se73WTGU1X { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.262499809265rem;left:5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#VOIZAIO7JZHioSpilqRMTbXopTGXqIdT { color:#000000;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:13.262499809265rem;left:5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#lD5MCWaTVz4kKO2SpIiwkHhCSsMDtmWo { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:17.462501525879rem;left:5rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#ldAZ0c3s3zR1hBMuxP1SgfU27FvIaxsc { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:24.71249961853rem;left:4.96875rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#MRUZWegas6rNn8n81yf2wRhW4HiQaZu9 { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:28.99374961853rem;left:5rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#s1bNxVeF0chf493NDJah2FKEBwha4WBb { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:35.71249961853rem;left:5rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container { background-color: transparent; background-image: none; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container > .video-iframe-container { display: none; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row > .video-iframe-container { display: none; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .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); }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container { border-width: 0; border-radius: 0; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#WBLpnqiALE4yhT9MQDFUFy3hiJ9GE0ep { color:#232323;display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:8.8609619140625rem;left:0.5625rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tTo65f4XmIs17MD87mdNpZwsc6D5cDNM { color:#000000;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15066;line-height:1.8;letter-spacing:0;top:0rem;left:5rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tu2TB0REloiuO6P9RDlU9Qgt40OR8Cuw { position:absolute;display:block;z-index:15067;height:3.75rem;width:6.6875rem;top:0.71875rem;left:0.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { width:31.375rem;height:;top:1.4375rem;left:9.2812519073488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTrJOzzWgloq1u7q29areI5tpVly0A1 { width:47.75rem;height:3.4375rem;top:5.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leS63MFmDZQGyMiv4dmILGUPNR6VywK9 { width:15.625rem;height:0.0625rem;top:4.0625rem;left:16.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { width:42.25rem;height:8.5rem;top:11.375rem;left:5.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #srmMDtdE6ErqLeUqxflefIEDEDbtRRRN { width:1.875rem;height:1.875rem;top:11.875rem;left:3.8374996185302rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzXWTdXitTWvZXocrUQIHacLOgEOKwX { width:1.875rem;height:1.875rem;top:14.6875rem;left:3.8374996185302rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVmi3BzvcVFNUTUmKZndAXvKBSil7vPC { width:1.875rem;height:1.875rem;top:17.5rem;left:3.8374996185302rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69dfElMpKd26aB8xgBKgLnauOkAxUTk { width:47.75rem;height:4.75rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9P8Pi9kFBvIfqkRSDtdr3urkSmECxQ { width:47.75rem;height:3.625rem;top:21.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPgoWsphDzViWaPwN9GuaERe8JNKzyu5 { width:47.75rem;height:10.875rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyXedvMun8bD7WBuPNdDBRiZBJ9S3fmk { top:34.875rem;left:8.9062519073488rem;width:29.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmgh6TrdZkrSvo0sMKXguyBiTZhL5Rwz { display:block; }
 }@media only screen and (max-width: 763px) { #fdyTd2tI42iae1M76LFPTl4MgmNzUWXx { width:14.1875rem;height:11.75rem;top:31.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsESMSVMIBDFcbxVH2h84GX221flr7sv { width:20rem;height:13.3125rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUJDTKTnhiihL8e5HT8t75XMzA7Ubqw1 { width:20rem;height:3.625rem;top:22.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT { display:block; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl9ieTnrBlyNGST33BFIhM0G0eNZx8mi { width:47.75rem;height:2.625rem;top:2.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAqwI91INZuLSbusMcs8gTu78ctXBRLI { width:47.75rem;height:37.125rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoWnK6zANlGDsN6dGhtPGZlWh50FvfB { width:47.75rem;height:3.625rem;top:17.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxrJ3TwhzaLqyAHKOT6Q4pBnQfxtKwWz { width:38.75rem;height:3.625rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPFn2ZLS1Gfac8kax29JtZTO5Jiiz9vo { width:12.5rem;height:12.5rem;top:2.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFixQIqTuc8PS5FWfw4aUuDVeankIGwm { width:39.3125rem;height:1.875rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWexiO2Z8RvB8R9For4qxDsEXLJiTV1 { width:18.125rem;height:5.5rem;top:14.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDgRDCZliq2DzPCfaXbr7zZh6slryinO { width:11.4375rem;height:2.1875rem;top:11.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT2qNx5tyvQPGeCpdffhVf1SiIswfWh8 { width:18.125rem;height:13.1875rem;top:19rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJZKuXiacpTTJSupLdGftau8yR704eJK { width:47.75rem;height:2.4375rem;top:21.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2nwgf4T7HmJq4fluJvf9FE9Wic1abz4 { width:11rem;height:3.375rem;top:9.875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT5UaCUXO8J2rqeRWoF1DTAIXJ6vKW5V { width:18.75rem;height:5.8125rem;top:13.25rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtkenJaT2UONTigaLEeMVoT6XI2Xunfg { width:18.75rem;height:11.375rem;top:19.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXFAxa4UGatTuvs9xbTbZ2yeGM3yS5fn { width:18.75rem;height:10.1875rem;top:31.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpUT4GInFmR7ihD8wD0LMvGCCWOm3ySX { width:11.25rem;height:11.25rem;top:3.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiCtTCP7dw9IXSepaTTQUgvOqK4JzsP { width:47.75rem;height:3.6875rem;top:24.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov5xqHFytxfXvdI2ROMZFTkkrTH8Xf7O { width:47.75rem;height:2.4375rem;top:28.9375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6xZ3CtRl1MkUZKtAxwI7PrJGqr2i9I5 { width:47.75rem;height:1.1875rem;top:32rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi211ByZ3TTT4ORNIQl0RZcw9Vp5E0rt { width:47.75rem;height:6.0625rem;top:35.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdIdtpTeqJoKkS3IupW27IzDC7OP04U0 { width:47.75rem;height:1.1875rem;top:42.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6CgLNQ3wQpTH0MF59VHpI4ozH4sPP81 { width:47.75rem;height:1.1875rem;top:33.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8FdUkEvqWr5CfmnqTh94se73WTGU1X { width:9.75rem;height:4.5rem;top:7.6875rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VOIZAIO7JZHioSpilqRMTbXopTGXqIdT { width:9.75rem;height:6.875rem;top:13.5rem;left:0.68749988079069rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lD5MCWaTVz4kKO2SpIiwkHhCSsMDtmWo { width:18.75rem;height:6.8125rem;top:16.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAZ0c3s3zR1hBMuxP1SgfU27FvIaxsc { width:18.75rem;height:6.875rem;top:28.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRUZWegas6rNn8n81yf2wRhW4HiQaZu9 { width:18.75rem;height:5.6875rem;top:35.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1bNxVeF0chf493NDJah2FKEBwha4WBb { width:18.75rem;height:12.5rem;top:45rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes { display:block; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLpnqiALE4yhT9MQDFUFy3hiJ9GE0ep { width:14.25rem;height:12.375rem;top:5.25rem;left:28.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTo65f4XmIs17MD87mdNpZwsc6D5cDNM { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu2TB0REloiuO6P9RDlU9Qgt40OR8Cuw { width:6.6875rem;height:3.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2amNgvEv/lp_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { width:18rem;height:1.0625rem;top:1.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgTrJOzzWgloq1u7q29areI5tpVly0A1 { width:20rem;height:1.725rem;top:3.7000002861023rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leS63MFmDZQGyMiv4dmILGUPNR6VywK9 { width:7.8125rem;height:0.0625rem;top:2.9125001430511rem;left:5.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { width:19rem;height:0;top:27.512500762939rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #srmMDtdE6ErqLeUqxflefIEDEDbtRRRN { width:1.25rem;height:1.25rem;top:6.9500002861025rem;left:9.3750003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzXWTdXitTWvZXocrUQIHacLOgEOKwX { width:1.25rem;height:1.25rem;top:12.262499809265rem;left:9.3750003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVmi3BzvcVFNUTUmKZndAXvKBSil7vPC { width:1.25rem;height:1.25rem;top:17.512500762939rem;left:9.0625003576281rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T69dfElMpKd26aB8xgBKgLnauOkAxUTk { width:18.5625rem;height:6.5625rem;top:28.762500762939rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9P8Pi9kFBvIfqkRSDtdr3urkSmECxQ { width:20rem;height:0;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #nPgoWsphDzViWaPwN9GuaERe8JNKzyu5 { width:20rem;height:10.875rem;top:27.700000762939rem;left:0rem;background-color:rgba(187,223,200,0.83);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) { #HyXedvMun8bD7WBuPNdDBRiZBJ9S3fmk { top:36.106251239777rem;left:0.5rem;width:19rem;height:5.125rem;font-size:1.1875rem;background-color:#ff3c94;background-image:none;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #pmgh6TrdZkrSvo0sMKXguyBiTZhL5Rwz { display:block; }
 }@media only screen and (max-width: 763px) { #fdyTd2tI42iae1M76LFPTl4MgmNzUWXx { width:14.1875rem;height:11.75rem;top:32.793749809265rem;left:37.655469894409rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsESMSVMIBDFcbxVH2h84GX221flr7sv { width:20rem;height:13.125rem;top:8.012499809265rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #oUJDTKTnhiihL8e5HT8t75XMzA7Ubqw1 { width:20rem;height:3.65625rem;top:22.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#000000;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT { display:block; }#cccPKmxRnKq7lU5sxT3OIGvbU9Bk1WAT > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl9ieTnrBlyNGST33BFIhM0G0eNZx8mi { width:20rem;height:1.8375rem;top:1.4359283447266rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAqwI91INZuLSbusMcs8gTu78ctXBRLI { width:20rem;height:57rem;top:7.17421913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtoWnK6zANlGDsN6dGhtPGZlWh50FvfB { width:18.75rem;height:0;top:19.749219417572rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #yxrJ3TwhzaLqyAHKOT6Q4pBnQfxtKwWz { width:9.75rem;height:0;top:7.6867187023163rem;left:0.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uPFn2ZLS1Gfac8kax29JtZTO5Jiiz9vo { width:8.625rem;height:8.625rem;top:3.3734378814698rem;left:10.812500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFixQIqTuc8PS5FWfw4aUuDVeankIGwm { width:8.875rem;height:2.975rem;top:3.7710939645768rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JTWexiO2Z8RvB8R9For4qxDsEXLJiTV1 { width:18.125rem;height:0;top:15.473438262939rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #wDgRDCZliq2DzPCfaXbr7zZh6slryinO { width:11.4375rem;height:0;top:11.886719226837rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #JT2qNx5tyvQPGeCpdffhVf1SiIswfWh8 { width:18.125rem;height:0;top:20.111730575561rem;left:0.9375rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #qJZKuXiacpTTJSupLdGftau8yR704eJK { width:18.75rem;height:3.16875rem;top:23.317188262939rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #O2nwgf4T7HmJq4fluJvf9FE9Wic1abz4 { width:11rem;height:0;top:9.92421913147rem;left:0.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #ZT5UaCUXO8J2rqeRWoF1DTAIXJ6vKW5V { width:18.75rem;height:0;top:13.311719894409rem;left:0.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #xtkenJaT2UONTigaLEeMVoT6XI2Xunfg { width:18.75rem;height:0;top:19.749219417572rem;left:0.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15047;display:none; }
 }@media only screen and (max-width: 763px) { #AXFAxa4UGatTuvs9xbTbZ2yeGM3yS5fn { width:18.75rem;height:0;top:31.749219894409rem;left:0.625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;line-height:1.4;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #KpUT4GInFmR7ihD8wD0LMvGCCWOm3ySX { width:7.375rem;height:7.375rem;top:3.8742198944092rem;left:11.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiCtTCP7dw9IXSepaTTQUgvOqK4JzsP { width:18.75rem;height:0;top:28.48671913147rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ov5xqHFytxfXvdI2ROMZFTkkrTH8Xf7O { width:18.75rem;height:0;top:35.76796913147rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #S6xZ3CtRl1MkUZKtAxwI7PrJGqr2i9I5 { width:18.75rem;height:2.1125rem;top:39.87734413147rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oi211ByZ3TTT4ORNIQl0RZcw9Vp5E0rt { width:18.75rem;height:0;top:46.84921836853rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #JdIdtpTeqJoKkS3IupW27IzDC7OP04U0 { width:18.75rem;height:3.4125rem;top:59.546094894409rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C6CgLNQ3wQpTH0MF59VHpI4ozH4sPP81 { width:18.75rem;height:3.16875rem;top:42.61484336853rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ea8FdUkEvqWr5CfmnqTh94se73WTGU1X { width:10.125rem;height:4.225rem;top:8.25rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #VOIZAIO7JZHioSpilqRMTbXopTGXqIdT { width:18.875rem;height:3.16875rem;top:12.49843788147rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #lD5MCWaTVz4kKO2SpIiwkHhCSsMDtmWo { width:18.75rem;height:6.3375rem;top:16.292188644409rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ldAZ0c3s3zR1hBMuxP1SgfU27FvIaxsc { width:18.75rem;height:6.3375rem;top:27.11093711853rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #MRUZWegas6rNn8n81yf2wRhW4HiQaZu9 { width:18.75rem;height:5.28125rem;top:33.97109413147rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #s1bNxVeF0chf493NDJah2FKEBwha4WBb { width:18.75rem;height:12.5125rem;top:46.40859413147rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes { display:block; }#mOUQNXWfTgAptFG8pDXEc9UvPw1lyxes > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLpnqiALE4yhT9MQDFUFy3hiJ9GE0ep { width:19.875rem;height:0;top:10.436718463898rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;line-height:1.5;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #tTo65f4XmIs17MD87mdNpZwsc6D5cDNM { width:20rem;height:2.25rem;top:1.0304679870606rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tu2TB0REloiuO6P9RDlU9Qgt40OR8Cuw { width:2.25rem;height:1.25rem;top:0rem;left:17.23681640625rem;display:block; }
 }