.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { background-color: transparent; background-image: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row > .video-iframe-container { display: none; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .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); }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { border-width: 0; border-radius: 0; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:18.5618125rem;top:0.3125rem;left:20.717329025269rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cQeY0y4a/01.jpg");background-position:top 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;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;overflow:visible;position:relative;display:block; }#qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { color:#f49037;display:block;width:35.68625rem;position:absolute;font-family:"mykonos ar";font-size:4.375rem;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:1.1221590638161rem;left:22.49289894104rem;height:6.625rem;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:right;text-align-last:right;display:block; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-form-header {  }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { display:none;width:13.75rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:14.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:right;text-align-last:right;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:2.9375rem;width:14.9375rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:right;text-align-last:right;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:14.9375rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:10rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"mykonos ar";font-weight:bold;text-align:center;text-align-last:center;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #37a3eb, #2b84bf);background-image: -moz-linear-gradient(top, #37a3eb, #2b84bf);background-image: -ms-linear-gradient(top, #37a3eb, #2b84bf);background-image: -o-linear-gradient(top, #37a3eb, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37a3eb', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #37a3eb, #2b84bf);background-size:initial !important;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:40.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.65625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:first-of-type{padding-top:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-container:last-of-type{padding-bottom:0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:41.75rem;height:auto;left:6.6840267181394rem;top:36.184897899628rem;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:15.5625rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:41.75rem;height:auto;left:6.6840267181394rem;top:36.184897899628rem;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X { position:relative; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 { position:relative; }
#Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { color:#ffffff;display:block;width:27.0614375rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:14.718572616577rem;left:31.177202224731rem;height:4.04948125rem;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:right;text-align-last:right;display:block; }
#T26AVzpy25WGrmEEKW15C6Iv2i95DEqc { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:"mykonos ar";font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:22.78125rem;left:13.9375rem;height:3.1467rem;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:right;text-align-last:right;display:block; }
#OlWdAhHcmEbaBPMDfK2LrSBdOISPT82X { position:absolute;display:block;z-index:99999;background-color:#f49037;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;height:5rem;width:37.8125rem;top:21.8125rem;left:20.5rem;display:block; }
#sNfd8ZD56esklRaeWZPng8bQhqehaxb9 { color:#ffffff;display:block;width:27.0605625rem;position:absolute;font-family:"mykonos ar";font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:43.646484375rem;left:13.15234375rem;height:8.4364375rem;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; }
#XcpEI274wT4z1O7THr0u3yIIiKi4k7qJ { color:#ffffff;display:block;width:27.0605625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.8;letter-spacing:0;top:29.75rem;left:29.4375rem;height:2.24935rem;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:right;text-align-last:right;display:block; }
#L3sn08GfMp89OsKAbTKlm6Pcfa4P5awZ { position:absolute;display:block;z-index:100002;background-color:#f49037;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:3rem;width:22.5625rem;top:29.375rem;left:35.6875rem;display:block; }
#XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Uq4rQMgx/Insta_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.5rem;width:5.5rem;top:28.125rem;left:28.625rem;display:block; }#XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv.adaptive-delivery-prevent-bg, #XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv.lazyload, #XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv.lazyloading { background-image: none; }
#ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/8wEk3zbq/Insta_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.5rem;width:5.5rem;top:28.125rem;left:22.4921875rem;display:block; }#ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw.adaptive-delivery-prevent-bg, #ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw.lazyload, #ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw.lazyloading { background-image: none; }
#wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TD3Vuacm/Insta_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.5rem;width:5.5rem;top:28.125rem;left:15.9921875rem;display:block; }#wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD.adaptive-delivery-prevent-bg, #wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD.lazyload, #wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD.lazyloading { background-image: none; }
#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ncvy7I9M/BC.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.adaptive-delivery-prevent-bg, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyload, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyloading { background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { border-width: 0; border-radius: 0; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:60rem;position:relative;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/33BBrT3W/12_Chocolate_Foundu_Fruits.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;height:13.625rem;width:13.75rem;top:11.25rem;left:1.1875rem;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI.adaptive-delivery-prevent-bg, #VTcNJwi4g7HpD54JIxPxsOWEypudaemI.lazyload, #VTcNJwi4g7HpD54JIxPxsOWEypudaemI.lazyloading { background-image: none; }
#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/xqhdd35q/12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6248125rem;width:13.75rem;top:11.25rem;left:15.8125rem;display:block; }#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.adaptive-delivery-prevent-bg, #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.lazyload, #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei.lazyloading { background-image: none; }
#SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i2Hc9fWi/13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:11.25rem;left:30.5rem;display:block; }#SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.adaptive-delivery-prevent-bg, #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.lazyload, #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ.lazyloading { background-image: none; }
#y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Rldx3cie/20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:11.25rem;left:45rem;display:block; }#y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.adaptive-delivery-prevent-bg, #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.lazyload, #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB.lazyloading { background-image: none; }
#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/nopCL59H/10_Greek_yogurt_mouse_granola.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;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:1.1875rem;display:block; }#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.adaptive-delivery-prevent-bg, #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.lazyload, #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN.lazyloading { background-image: none; }
#Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/apcfafa8/10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:15.8125rem;display:block; }#Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.adaptive-delivery-prevent-bg, #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.lazyload, #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD.lazyloading { background-image: none; }
#tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/J7IfubfJ/14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:30.5rem;display:block; }#tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.adaptive-delivery-prevent-bg, #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.lazyload, #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t.lazyloading { background-image: none; }
#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/cLgvBlfu/02.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;height:13.6239375rem;width:13.75rem;top:25.5625rem;left:45rem;display:block; }#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.adaptive-delivery-prevent-bg, #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.lazyload, #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ.lazyloading { background-image: none; }
#VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/5Zy3c15b/17.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:1.1875rem;display:block; }#VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.adaptive-delivery-prevent-bg, #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.lazyload, #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6.lazyloading { background-image: none; }
#RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7ewna51y/16.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:15.8125rem;display:block; }#RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.adaptive-delivery-prevent-bg, #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.lazyload, #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6.lazyloading { background-image: none; }
#ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MadjDBEX/8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:30.5rem;display:block; }#ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.adaptive-delivery-prevent-bg, #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.lazyload, #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX.lazyloading { background-image: none; }
#v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { position:absolute;display:block;z-index:100008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/yfS1v7dD/7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6239375rem;width:13.75rem;top:40.0625rem;left:45rem;display:block; }#v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.adaptive-delivery-prevent-bg, #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.lazyload, #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8.lazyloading { background-image: none; }
#hvReHNLvTsZumskHi3DlicfnkkdSIyzX { color:#f49037;display:block;width:35.685375rem;position:absolute;font-family:"mykonos ar";font-size:3.625rem;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:1.625rem;left:10.625rem;height:5.4375rem;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; }
#zLgKCToynHn00OmNZzis85DR9dwfkCIF { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:2.875rem;left:39.125rem;display:block; }
#G0svTxR89k88eUNAfRANQAtnJAudRLCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0089d1;background-image:none;position:relative;display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { background-color: transparent; background-image: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row > .video-iframe-container { display: none; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .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); }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { border-width: 0; border-radius: 0; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { color:#ffffff;display:block;width:49.437125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.8389549255371rem;left:3.4623584747314rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#pazLTlFsPZadcU660C8clduEw1k9ToAF { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.669921875rem;left:26.620206832886rem;display:block; }
#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { position:relative;display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { background-color: transparent; background-image: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row > .video-iframe-container { display: none; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .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); }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { border-width: 0; border-radius: 0; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { color:#0089d1;display:block;width:16.4373125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.96146965026856rem;left:20.308061599731rem;height:1.13606875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { top:0.3125rem;left:14.592329025269rem;width:18.5rem;height:5.9177275926044rem;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) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:35.625rem;height:;top:1.0625rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { width:14.875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { width:14.875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { width:14.875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { width:14.875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { width:40.1875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { width:6.5625rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:41.6875rem;height:auto;top:36.125rem;left:0.55902671813965rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:15.5rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:41.6875rem;height:auto;top:36.125rem;left:0.55902671813965rem; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:27rem;height:5.9375rem;top:14.6875rem;left:20.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T26AVzpy25WGrmEEKW15C6Iv2i95DEqc { width:43.6875rem;height:;top:22.75rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlWdAhHcmEbaBPMDfK2LrSBdOISPT82X { top:21.8125rem;left:9.9375rem;width:37.8125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfd8ZD56esklRaeWZPng8bQhqehaxb9 { width:27rem;height:8.4375rem;top:43.625rem;left:7.02734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcpEI274wT4z1O7THr0u3yIIiKi4k7qJ { width:27rem;height:2.25rem;top:29.75rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3sn08GfMp89OsKAbTKlm6Pcfa4P5awZ { top:29.375rem;left:25.1875rem;width:22.5625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv { top:28.125rem;left:22.5rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw { top:28.125rem;left:16.3671875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD { top:28.125rem;left:9.8671875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { top:11.25rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { top:11.25rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { top:11.25rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { top:11.25rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { top:25.5625rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { top:25.5625rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { top:25.5625rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { top:25.5625rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { top:40.0625rem;left:0rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { top:40.0625rem;left:9.6875rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { top:40.0625rem;left:24.375rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { top:40.0625rem;left:34rem;width:13.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:35.625rem;height:5.375rem;top:1.625rem;left:4.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { top:2.875rem;left:33rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { top:5.8125rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { top:1.625rem;left:20.495206832886rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { top:0.9375rem;left:14.183061599731rem;width:16.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph { display:block; }#TPagQ0hbmePH9nEVxCzzsulpdNvK7Nph > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { width:18.5rem;height:5.9177275926044rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Apdkc957/02.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:18.1875rem;height:5.75rem;top:1.25rem;left:0.875rem;text-align:right;text-align-last:right;font-size:2.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:15.5619375rem;height:auto;top:21.061789035797rem;left:0.875rem; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:15.5619375rem;height:auto;top:21.061789035797rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #aOyPHrw1rhhXpV3iBmaOs2fGNKg9NAKl {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #gdw6xisHpdy8m50k68sZQ7S4yO0nX2Us {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #TU6gNSMpm5hXevc74TdUmqATqSyw6Byc {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #DsXlHC2D6zWsWC7IdbZ02CAXLqTXNgNJ {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #vbKQroalDPGn7Ew8yLTCKtPguH7bBfWo {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #HaE5ZKPfRmJthKP1y201Iz80l01mD7rb {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #lR8tMQ64A6myXono9nkZFhtQ1GBtIh2X {  }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 #Him3PIWQeacxCUfPThHLIhaDUftFtQB8 {  }
 }@media only screen and (max-width: 763px) { #Dl0Sa5Euc4rXLvC45gv5E0xcGXSVWM1c { width:17.6873125rem;height:3.375rem;top:7.4048290252688rem;left:1.435546875rem;text-align:right;text-align-last:right;font-size:0.6875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T26AVzpy25WGrmEEKW15C6Iv2i95DEqc { width:18.1855625rem;height:7.1875rem;top:12.564453125rem;left:0.90625rem;text-align:right;text-align-last:right;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OlWdAhHcmEbaBPMDfK2LrSBdOISPT82X { width:20rem;height:8.6875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfd8ZD56esklRaeWZPng8bQhqehaxb9 { width:20rem;height:5.9375rem;top:36.936255455017rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XcpEI274wT4z1O7THr0u3yIIiKi4k7qJ { width:20rem;height:2.125rem;top:47.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #L3sn08GfMp89OsKAbTKlm6Pcfa4P5awZ { width:20rem;height:3rem;top:47.498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwqgNBcRXWaNrMGxMpWXRO02XptuMTv { width:5.5rem;height:5.5rem;top:51.185546875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFQ47bOtAHlBA2JuAFhks7uSZ5hiv3Vw { width:5.5rem;height:5.5rem;top:51.185546875rem;left:7.5283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfGZZ2EO0ICg8GflQebNhxKLW8tTbNaD { width:5.5rem;height:5.5rem;top:51.185546875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Ncvy7I9M/BC.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.adaptive-delivery-prevent-bg, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyload, #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG.lazyloading { background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { background-color: transparent; background-image: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row > .video-iframe-container { display: none; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .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); }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { width:6.25rem;height:6.125rem;top:6rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { width:6.25rem;height:6.125rem;top:6rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { width:6.25rem;height:6.125rem;top:12.9375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { width:6.25rem;height:6.125rem;top:12.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { width:6.25rem;height:6.125rem;top:19.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { width:6.25rem;height:6.125rem;top:19.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { width:6.25rem;height:6.125rem;top:26.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { width:6.25rem;height:6.125rem;top:26.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { width:6.25rem;height:6.125rem;top:33.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { width:6.25rem;height:6.125rem;top:33.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { width:6.25rem;height:6.125rem;top:40.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { width:6.25rem;height:6.125rem;top:40.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:10.9375rem;height:2.3125rem;top:1.6875rem;left:2.375rem;text-align:right;text-align-last:right;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { width:3.125rem;height:3.125rem;top:1.4375rem;left:13.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { width:20rem;height:1.625rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { width:16.3743125rem;height:1rem;top:1.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }