.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:#fffbef;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/APmBjYKb/OzA_g_wne_na_www_9_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C.adaptive-delivery-prevent-bg { background-image: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { background-color: transparent; background-image: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .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); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { border-width: 0; border-radius: 0; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { font-size:14px;font-family:arial;height:760px;width:1200px;position:relative;display:block; }#u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { color:#0d94a6;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:359px;left:0px;height:232.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:94px;width:92px;position:absolute;display:block;z-index:100020;top:642.20001220703px;left:554.00003051758px;overflow:hidden;display:block; }
#XeQWPeTGqyr0eR6cbt3XlTTsvtLxwwGg { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:576.00002479553px;left:0px;height:233.6001px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kZBwOdUMp2yXXhcUcrRTXl90azAhEpGz { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:576.00002479553px;left:0px;height:233.6001px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yOrDUFy1slupA19NdfI9Ca8IJ7UPNHEK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:142px;width:138px;position:absolute;display:block;z-index:100020;top:826.20007324219px;left:530.50003051758px;overflow:hidden;display:none; }
#tBDay2P7B2G5My6G0t7bEuA6btpfnpJa { position:absolute;display:block;z-index:100000;height:48px;width:87px;top:22.000015258789px;left:0px;display:block; }
#TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { color:#0d94a6;display:block;width:510px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:277px;left:345px;height:52px;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; }
#iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { position:absolute;display:block;z-index:99999;background-color:rgba(255,251,239,0.85);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;height:532px;width:1124px;top:205.2000002861px;left:38px;display:block; }
#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { position:relative;display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { background-color: transparent; background-image: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container > .video-iframe-container { display: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row > .video-iframe-container { display: none; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .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); }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { border-width: 0; border-radius: 0; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbef;background-image:none;font-size:14px;font-family:arial;height:589px;width:1200px;position:relative;display:block; }#lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:504px;width:900px;top:42.5px;left:150px;display:block; }
#p2OwLESqLezroTxamDZ8flSswqCTcBXt { position:relative;display:block; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt { background-color: transparent; background-image: none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container > .video-iframe-container { display: none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row > .video-iframe-container { display: none; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .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); }#p2OwLESqLezroTxamDZ8flSswqCTcBXt { border-width: 0; border-radius: 0; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbef;background-image:none;font-size:14px;font-family:arial;height:193px;width:1200px;position:relative;display:block; }#rzOTau4gKoLFCyN4nOyadd3P39SlexVe { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:60px;left:0px;height:112px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:73px;left:0px;height:120px;color:#0d94a6;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLARcTAmfDqFPtKvspaaPAO3duK1JkED { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:73px;left:0px;height:120px;color:#0babc1;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { background-color: transparent; background-image: none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container > .video-iframe-container { display: none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row > .video-iframe-container { display: none; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .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); }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { border-width: 0; border-radius: 0; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { font-size:14px;font-family:arial;height:515px;width:1200px;position:relative;display:block; }#wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { color:#0d94a6;display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:52.400054931641px;left:99.987487792969px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:154px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:244px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:345px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { color:#0d94a6;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:6.103515625E-5px;left:0px;height:89.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:435px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { color:#0d94a6;display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:52.400054931641px;left:99.987487792969px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:244px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { color:#0d94a6;display:block;width:1099.99px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:345px;left:100px;height:29.6px;font-style:normal;text-align:left;text-align-last:left;display:none; }
#h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { color:#0d94a6;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:95px;left:0px;height:89.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aphX7hV6OZopqG5fGmtzZeULezD3tx9u { color:#0d94a6;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:183.60000610352px;left:0px;height:89.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { color:#0d94a6;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:286px;left:0px;height:89.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h029CcthIc1uMa7gB6I6elZHAspQ3yBg { color:#0babc1;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:376.00001220405px;left:0px;height:89.6px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { border-width: 0; border-radius: 0; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { font-size:14px;font-family:arial;height:521px;width:1200px;position:relative;display:block; }#Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { color:#0d94a6;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:225px;left:0px;height:77.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { border-bottom:0;border-left:0;border-right:0;border-top:0;height:94px;width:92px;position:absolute;display:block;z-index:100020;top:386.1875px;left:554.00003051758px;overflow:hidden;display:block; }
#dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:576.00002479553px;left:0px;height:233.6001px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { color:#107d84;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:576.00002479553px;left:0px;height:233.6001px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:142px;width:138px;position:absolute;display:block;z-index:100020;top:826.20007324219px;left:530.50003051758px;overflow:hidden;display:none; }
#GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { color:#0d94a6;display:block;width:510px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:63px;left:345px;height:52px;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; }
#yCBEsVwtAJeTrulbwShdD1mM981SW9rd { color:#0d94a6;display:block;width:592px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:161px;left:304.00003051758px;height:52px;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; }
#TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { color:#0d94a6;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:225px;left:0px;height:155.2px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { position:relative;display:block; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { background-color: transparent; background-image: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row > .video-iframe-container { display: none; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .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); }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { border-width: 0; border-radius: 0; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffbef;background-image:none;font-size:14px;font-family:arial;height:572px;width:1200px;position:relative;display:block; }#IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:500px;width:900px;top:36px;left:150px;display:block; }
#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { position:relative;display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { border-width: 0; border-radius: 0; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:180px;width:1200px;position:relative;display:none; }#dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { display:block;width:694px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:13.5px;left:263px;height:;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { display:block;width:1200px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:35.5px;left:0px;height:126px;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { position:relative;display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { border-width: 0; border-radius: 0; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:none; }#LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { background-color:#4bae16;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:28px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:336px;height:80px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:23px;left:432px;display:block; }
#d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { background-color:#a54870;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { border-width: 0; border-radius: 0; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { font-size:14px;font-family:"open sans";height:197px;width:1200px;overflow:visible;position:relative;display:none; }#OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { display:block;width:923px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100000;line-height:1.5;letter-spacing:0;top:30px;left:138.5px;height:67.2px;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:none; }
#vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:63px;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:38.900024414062px;left:0px;height:94px;text-align:center;text-align-last:center;color:#f4ce83;font-style:normal;display:block; }
#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { position:relative;display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { border-width: 0; border-radius: 0; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:14px;font-family:arial;height:420px;width:1200px;position:relative;display:none; }#nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { display:block;width:694px;position:absolute;font-family:"open sans";font-size:28px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:13.5px;left:263px;height:;text-align:center;text-align-last:center;color:#47545a;font-style:normal;display:block; }
#J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:39px;left:0px;height:360px;text-align:center;text-align-last:center;color:#0babc1;font-style:normal;display:block; }
#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { position:relative;display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { border-width: 0; border-radius: 0; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#faf5f5;background-image:none;font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:none; }#N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { background-color:#a54870;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:27px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:336px;height:80px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:23px;left:432px;display:block; }
#TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#SskTbFTzVglbBoxeHFfefn146kBoSzKs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a54870;background-image:none;position:relative;display:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { border-width: 0; border-radius: 0; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { font-size:14px;font-family:arial;height:1016px;width:1200px;position:relative;display:none; }#faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:167.11666870117px;left:0px;height:67px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { position:absolute;display:block;z-index:100006;background-color:rgba(255,246,252,0.98);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:768px;width:1200px;top:124.49992370605px;left:0px;display:block; }
#reWpd069fV1zFlNqbtffnQfcWHJQWO7m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:570px;width:570px;position:absolute;display:block;z-index:100007;top:322.54992675781px;left:0px;overflow:hidden;display:block; }
#kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:243.31689453125px;left:0px;height:67px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { display:block;width:600px;position:absolute;font-family:ubuntu;font-size:23px;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:390.03326416016px;left:542.83334350586px;height:369px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bveg4TErebr10GHB9pWvgk3f0M9dEwbA { display:block;width:1200px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:167.11666870117px;left:0px;height:72px;color:#a54870;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LJf66TN2BrND9ow55lJWosF3kCTtAMpg { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:100009;line-height:1.8;letter-spacing:0;top:380.06667709351px;left:500.33334350586px;height:367.2px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { color:#000000;display:block;width:400px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:336px;top:172px;left:333px;display:none; }
#EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:88px;width:84px;top:768.06665039062px;left:800.83340454102px;overflow:hidden;display:block; }
#XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { box-sizing:content-box;color:#a54870;font-size:35px;font-weight:400;line-height:1;height:49.9875px;width:49.9875px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:434.40006256104px;left:1365.1999816895px;display:none; }
#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbef;background-image:none;position:relative;display:block; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { background-color: transparent; background-image: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container > .video-iframe-container { display: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row > .video-iframe-container { display: none; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .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); }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { border-width: 0; border-radius: 0; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { font-size:14px;font-family:"open sans";height:274px;width:1200px;position:relative;display:block; }#FihndTTUaDHC3UZrzSCsXn77JCHCiILE { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:93px;width:180px;top:90px;left:510px;overflow:hidden;display:block; }
#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { position:relative;display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { background-color: transparent; background-image: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container > .video-iframe-container { display: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row > .video-iframe-container { display: none; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .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); }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { border-width: 0; border-radius: 0; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#efe9a8;background-image:none;font-size:14px;font-family:arial;height:2px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/APmBjYKb/OzA_g_wne_na_www_9_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C.adaptive-delivery-prevent-bg { background-image: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { background-color: transparent; background-image: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .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); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { width:764px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { width:467px;height:134.4px;top:168.5px;left:148.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { width:60px;height:61px;top:321px;left:352px;display:block; }
 }@media only screen and (max-width: 1199px) { #XeQWPeTGqyr0eR6cbt3XlTTsvtLxwwGg { width:320px;height:29px;top:217px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #kZBwOdUMp2yXXhcUcrRTXl90azAhEpGz { width:320px;height:51px;top:275px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #yOrDUFy1slupA19NdfI9Ca8IJ7UPNHEK { width:110px;height:112px;top:314.23334503174px;left:327.00001811981px;display:none; }
 }@media only screen and (max-width: 1199px) { #tBDay2P7B2G5My6G0t7bEuA6btpfnpJa { width:87px;height:48px;top:22px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { width:400px;height:32px;top:115.33333587646px;left:182px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { width:620px;height:311px;top:91px;left:71.999998092651px;display:block; }
 }@media only screen and (max-width: 1199px) { #NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { width:764px;height:516px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { width:764px;height:427.84px;top:42px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #p2OwLESqLezroTxamDZ8flSswqCTcBXt { display:block; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { width:764px;height:117px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rzOTau4gKoLFCyN4nOyadd3P39SlexVe { width:635px;height:123.7333px;top:18.5px;left:64.5px;font-size:21px;display:none; }
 }@media only screen and (max-width: 1199px) { #a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { width:635px;height:73.6px;top:18.5px;left:64.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #LLARcTAmfDqFPtKvspaaPAO3duK1JkED { width:635px;height:73.6px;top:18.5px;left:64.5px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { display:block; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { width:764px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { width:664px;height:23.2px;top:108px;left:50.000001907349px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { width:664px;height:46.4px;top:162px;left:50.000001907349px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { width:664px;height:46.4px;top:236.5px;left:50.000001907349px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { width:663.987px;height:23.2px;top:319.11248779297px;left:50.012498855591px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { width:764px;height:76.8px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { width:663.987px;height:23.2px;top:373.91253662109px;left:50.012498855591px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { width:664px;height:23.2px;top:108px;left:50.000001907349px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { width:664px;height:46.4px;top:236.5px;left:50.000001907349px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { width:663.987px;height:23.2px;top:319.11248779297px;left:50.012498855591px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { width:764px;height:76.8px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #aphX7hV6OZopqG5fGmtzZeULezD3tx9u { width:764px;height:76.8px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { width:764px;height:76.8px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #h029CcthIc1uMa7gB6I6elZHAspQ3yBg { width:764px;height:76.8px;top:0px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { background-color:#fffbef;background-image:none;display:block; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { width:764px;height:372px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { width:442px;height:44.8px;top:172.47924804688px;left:160.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { width:60px;height:61px;top:283.97499389946px;left:352.00000572205px;display:block; }
 }@media only screen and (max-width: 1199px) { #dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { width:320px;height:29px;top:217px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { width:320px;height:51px;top:275px;left:0px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { width:110px;height:112px;top:314.23334503174px;left:327.00001811981px;display:none; }
 }@media only screen and (max-width: 1199px) { #GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { width:400px;height:32px;top:47.333312988281px;left:182px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #yCBEsVwtAJeTrulbwShdD1mM981SW9rd { width:400px;height:32px;top:120.81262207031px;left:182px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { width:442px;height:134.4px;top:172.47924804688px;left:160.5px;font-size:35px;display:none; }
 }@media only screen and (max-width: 1199px) { #x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { display:block; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { width:764px;height:472px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { width:764px;height:424.44444444444px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { width:764px;height:0;top:21.5px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { width:764px;height:120px;top:10px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 1199px) { #zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { width:336px;height:80px;top:23px;left:214px;display:block; }
 }@media only screen and (max-width: 1199px) { #d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block; }
 }@media only screen and (max-width: 1199px) { #e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { display:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { height:115px;width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { width:764px;height:37.3333px;top:30px;left:0px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { width:764px;height:52px;top:31.5px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { width:764px;height:0;top:21.5px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { width:764px;height:336px;top:30px;left:0px;font-size:19px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { width:336px;height:80px;top:23px;left:214px;font-size:25px;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 1199px) { #TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block; }
 }@media only screen and (max-width: 1199px) { #SskTbFTzVglbBoxeHFfefn146kBoSzKs { display:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { width:764px;height:680px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { width:499.983px;height:37px;top:120px;left:110.38334178925px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { width:704px;height:560px;top:60px;left:28.274998664856px;display:block; }
 }@media only screen and (max-width: 1199px) { #reWpd069fV1zFlNqbtffnQfcWHJQWO7m { width:379.983px;height:378.983px;top:242.08335113525px;left:28.266669273376px;display:block; }
 }@media only screen and (max-width: 1199px) { #kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { width:500px;height:37px;top:157.31661224365px;left:110.36667156219px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { width:400px;height:0;top:189.75px;left:306.86246967316px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #bveg4TErebr10GHB9pWvgk3f0M9dEwbA { width:499.987px;height:44.4px;top:60.374984741211px;left:110.41874408722px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 1199px) { #LJf66TN2BrND9ow55lJWosF3kCTtAMpg { width:363.994px;height:571.2px;top:184.98748779297px;left:356.86872577667px;display:none; }
 }@media only screen and (max-width: 1199px) { #m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { top:219.41663360596px;left:333.33336162567px;width:400px;height:340px;z-index:100011;font-size:17px;font-weight:300;font-style:normal;font-family:ubuntu;line-height:2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { width:50px;height:52px;top:549.03330230713px;left:508.41667461395px;display:block; }
 }@media only screen and (max-width: 1199px) { #XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { width:49px;height:49px;top:141.96661376953px;left:16.066668510437px;font-size:34px;display:none; }
 }@media only screen and (max-width: 1199px) { #WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { display:block; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FihndTTUaDHC3UZrzSCsXn77JCHCiILE { width:120px;height:62px;top:105.4997253418px;left:322.00001811981px;display:block; }
 }@media only screen and (max-width: 1199px) { #bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C { display:block; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C { background-color: transparent; background-image: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row > .video-iframe-container { display: none; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .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); }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C { border-width: 0; border-radius: 0; }#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container { width:320px;height:687px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5I29QtIq/ZTzA_InstaStories_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#qyADCqPdV6Ca0Msa0o1AUhtAM5coZH9C > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #u8HdOwo4xEx9Tz4Lxw4Ics3N6bRMgD0A { width:320px;height:88.8px;top:474.60000610352px;left:0px;font-size:23px;color:#e4f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #CDqpiGtUo1E2dczkTCXCNNaphlzEsgXs { width:39px;height:40px;top:621px;left:140.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #XeQWPeTGqyr0eR6cbt3XlTTsvtLxwwGg { width:320px;height:0;top:688px;left:0px;font-size:25px;z-index:100001;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kZBwOdUMp2yXXhcUcrRTXl90azAhEpGz { width:320px;height:0;top:719px;left:0px;font-size:20px;z-index:100002;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #yOrDUFy1slupA19NdfI9Ca8IJ7UPNHEK { width:138px;height:142px;top:348px;left:188.93333244324px;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #tBDay2P7B2G5My6G0t7bEuA6btpfnpJa { width:92px;height:48px;top:30px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TQ8JHoeLuaXd0RPmD6g7tS17wBarFncZ { width:300px;height:25.6px;top:426px;left:10px;font-size:20px;color:#e4f6f6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iy1ul31uiSGzof9TmPIXNUVKpwznT1aQ { width:320px;height:313px;top:373px;left:0px;background-color:#0d94a6;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) { #NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 { display:block; }#NrURUHDJA5xcn5H37Q14ad8FFQzt4q97 > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWy1ThrcSOOHdURiT0eT6ZRAv8P1Z9zM { height:179.5px;width:320px;top:39.25px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p2OwLESqLezroTxamDZ8flSswqCTcBXt { display:block; }#p2OwLESqLezroTxamDZ8flSswqCTcBXt > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzOTau4gKoLFCyN4nOyadd3P39SlexVe { width:290px;height:0;top:13.383331298828px;left:15px;text-align:center;text-align-last:center;font-size:20px;z-index:100012;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #a64wQU9M6lDG4AcXVEOO2hwJqhhL6VWh { width:290px;height:0;top:12.875px;left:15px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #LLARcTAmfDqFPtKvspaaPAO3duK1JkED { width:290px;height:118.4px;top:36.300018310547px;left:15px;text-align:center;text-align-last:center;font-size:20px;z-index:100012;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF { display:block; }#CSDw6tuBWX9IiA0NPhcVS9SbcG70ixyF > .row .container { width:320px;height:544px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEFxKHfIIi3K1zTK4z2CcMfhAfTdpapN { width:290px;height:0;top:96.350006103516px;left:15px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #MI3KJMfhPWKUaNNy9DT7MH93mVgixI8U { width:290px;height:64.8px;top:167.96249389648px;left:15px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pUpDCHPDmbazWKT7knKkSEdriw0WgHnS { width:290px;height:0;top:267.61251831055px;left:15px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #NVFTgmOgTTAIV6UiQfXT1Bg2XTC7qeWC { width:290px;height:0;top:356.53750610352px;left:15px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #cxH4DWZzWVx3rsHWzWCJxKT3pLXcoFd3 { width:100px;height:76.8px;top:0px;left:109.99999809265px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #sg92DLv3FGVZwAfpwB5SVRb0zH2I6eTp { width:320px;height:43.2px;top:446.60003662109px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LSo2nUBvPK5E80l4NJTOzKuqQztePyPP { width:290px;height:43.2px;top:105.35000610352px;left:15px;text-align:center;text-align-last:center;font-size:17px;z-index:100014;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #yPEukrcLdxURQdUxr4J6P6Mp6qTgSsO7 { width:290px;height:64.8px;top:264.61251831055px;left:15px;text-align:center;text-align-last:center;font-size:17px;z-index:100017;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #WdbWwMDpAqBATAF5kc2EsUtbkxbrT1bS { width:290px;height:43.2px;top:371.73751831055px;left:15px;text-align:center;text-align-last:center;font-size:17px;z-index:100018;color:#0d94a6;display:block; }
 }@media only screen and (max-width: 763px) { #h3PoSyat2k8dNb4gZDAE2B6kfvI1RM9L { width:100px;height:0;top:509.79999084473px;left:110px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #aphX7hV6OZopqG5fGmtzZeULezD3tx9u { width:100px;height:0;top:606.59999084473px;left:110px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #ZvI4iDQ8Uxz4cJCfwc6wkCd6sZKK4J26 { width:100px;height:0;top:703.39999084473px;left:110px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #h029CcthIc1uMa7gB6I6elZHAspQ3yBg { width:100px;height:0;top:800.19999084473px;left:110px;text-align:center;text-align-last:center;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #gBd1sxbRsq7AF8n242zDrM29GnMTHJeg { background-color:#fffbef;background-image:none;display:block; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { background-color: transparent; background-image: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row > .video-iframe-container { display: none; }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .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); }#gBd1sxbRsq7AF8n242zDrM29GnMTHJeg > .row .container { width:320px;height:273px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm7qTMtzSoHMWLQ45tDEZEilw7dB7Qo2 { width:320px;height:0;top:136px;left:0px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #LCMQcvikqSVsbzBolb7HtLio6Nlmb38U { width:39px;height:40px;top:218px;left:140.50000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #dMb6U7fI1zLUOzouiqNDpqpZbXicxiRc { width:320px;height:0;top:688px;left:0px;font-size:25px;z-index:100001;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WH8kMBSf5pm7ZBRGpL3PzkFtzBFeQPlr { width:320px;height:0;top:719px;left:0px;font-size:20px;z-index:100002;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #PVL1DDP4MkIyTVnQqzAHLNCbxcUvxrMi { width:138px;height:142px;top:348px;left:188.93333244324px;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #GeZ9eTE0cZAtZrI8wDRKdrpT3NzFTBTb { width:300px;height:25.6px;top:44px;left:10px;font-size:20px;color:#0d94a6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yCBEsVwtAJeTrulbwShdD1mM981SW9rd { width:300px;height:25.6px;top:102px;left:10px;font-size:20px;color:#0d94a6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TMSTi7gz3tzW0NZazFWzuO79dSMlXPko { width:320px;height:34.4px;top:141.20001220703px;left:0px;font-size:23px;z-index:100001;color:#0d94a6;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP { display:block; }#x6HIs83BuOh2V9DU5J5VaBJStxX3uVyP > .row .container { width:320px;height:249px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IgALq8eF0TDKtGVhD142zfyx4fkHyGcs { height:179.51219512195px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez { display:none; }#ZvxLskz62IBOFTDGFpEMkB4IbHZG3Aez > .row .container { width:320px;height:280px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dE8glqwi95aTDoTIx5zfZthWg6FuEhbD { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsaEfI11LrddxyvvwWwB8EkMcnmGHFgN { width:234px;height:234px;top:20px;left:43px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt { display:none; }#zVtPzkr27A7eRhWmDbPb36fl6r1K9TQt > .row .container { width:320px;height:101px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LrCz4pJcRBXNHXViAbvpZTfsdGFiGAMb { width:309px;height:55px;top:20px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d8kOy9vfl7A41RnhE8ipZBx3aiE55oQL { display:block; }
 }@media only screen and (max-width: 763px) { #e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c { background-color:#a54870;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { border-width: 0; border-radius: 0; }#e7dQ8IeXSehEAWq1xWuBOAenEq8Nrr5c > .row .container { height:114px;width:320px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OCgpQn9TJeqpbz4Zow8rn7wGUyfFMUxU { width:290px;height:74px;top:20px;left:15px;text-align:center;text-align-last:center;font-size:29px;color:#a54870;z-index:100001;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vFCHMpbeClc8c2vfHDmKaqgZpL5I1zOA { width:290px;height:0;top:6.0833282470703px;left:0px;text-align:center;text-align-last:center;font-size:20px;color:#0babc1;display:none; }
 }@media only screen and (max-width: 763px) { #TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF { display:none; }#TwOm5D2RIIDSNRb5C3Kt7MECEJ6FEqpF > .row .container { width:320px;height:740px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nfT7JudxCMzKNnIJvaKfqwGcbBoCIa5I { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #J8qUrcLzgMh3vPPrg6eDlQNdBUDPPvP1 { width:234px;height:675px;top:20px;left:43px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP { display:none; }#MTm3rrx4zmvTeBieHsVXnIAebyEgVUOP > .row .container { width:320px;height:101px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N2vzPTswuQqLrnWizIbah1eLQZ9Nh1eP { width:309px;height:55px;top:20px;left:5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TV421qM6UWR2905LxcQLLChGVwSLG8kg { display:block; }
 }@media only screen and (max-width: 763px) { #SskTbFTzVglbBoxeHFfefn146kBoSzKs { background-color:#f1dede;background-image:none;display:none; }#SskTbFTzVglbBoxeHFfefn146kBoSzKs > .row .container { width:320px;height:975px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #faKGhvZPQ1OGu7H3qzSWWh09SK4DHZ6C { width:320px;height:0;top:67.11669921875px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #ThwsXPToXGweW6y8CMJfmnRyw0ml4Sz7 { width:290px;height:768px;top:20.981262207031px;left:14.981249332428px;display:none; }
 }@media only screen and (max-width: 763px) { #reWpd069fV1zFlNqbtffnQfcWHJQWO7m { width:290px;height:290px;top:203.04373168945px;left:14.981249332428px;display:block; }
 }@media only screen and (max-width: 763px) { #kIoci51X0rv9F4eIN3l9gkUJbydfgN64 { width:319.987px;height:0;top:145.85623168945px;left:0.018750190734863px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #z6Tq73IM12clTw1DO9ark4vISqFn7vmQ { width:290px;height:0;top:526.01246643066px;left:14.981249332428px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #bveg4TErebr10GHB9pWvgk3f0M9dEwbA { width:319.987px;height:148px;top:30px;left:0.018750190734863px;text-align:center;text-align-last:center;font-size:25px;z-index:100008;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #LJf66TN2BrND9ow55lJWosF3kCTtAMpg { width:289.987px;height:390px;top:522.99369812012px;left:14.981249332428px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;z-index:100010;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #m6ATuKBNHHt32MnomUrqo7IVAxvQAkKz { width:319.987px;height:0;top:1033.4936523438px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #EaSQZmZlXrFX3T4c0vsAslshgNV6CKnO { width:84px;height:88px;top:931.23327636719px;left:118px;display:none; }
 }@media only screen and (max-width: 763px) { #XXR6CWmXsaFwsyrCysaoBOQUGkWDnCLs { width:25px;height:25px;top:1040.216796875px;left:147px;font-size:17px;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 { display:block; }#WCBDvBwA4BaKupCLEnzU6TD3PkornfA9 > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FihndTTUaDHC3UZrzSCsXn77JCHCiILE { width:90px;height:46px;top:42.999816894531px;left:115.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { #bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM { display:block; }#bb8L4Tv7IKLJxRiAcseK2z3LTeKr1xwM > .row .container { width:320px;height:2px;position:relative;display:block; } }