.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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);
}
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-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;
  }
}
@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:14px;font-family:"open sans";height:105px;width:960px;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:95px;width:296.989px;top:5px;left:331.4772644043px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cQeY0y4a/01.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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:14px;font-family:"open sans";height:818px;width:960px;overflow:visible;position:relative;display:block; }#qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { color:#f49037;display:block;width:570.98px;position:absolute;font-family:"mykonos ar";font-size:70px;font-weight:400;z-index:100000;line-height:1.5;letter-spacing:0;top:17.954545021057px;left:359.88638305664px;height:210px;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:220px;height:auto;font-size:14px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:47px;width:239px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;height:50px;width:239px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#161616;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:13px;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0 0 0 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:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;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:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:160px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;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:15px;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;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-moz-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-moz-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]:-ms-input-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 [class*="-text"]::-webkit-input-placeholder { font-size:13px;font-family:"open sans";color:#d6d4d4; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:646px;height:auto;font-size:12px;font-family:"open sans";line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;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:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:106.5px;vertical-align:top;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;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:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#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:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:668px;height:auto;left:100.95486450195px;top:550.97222137451px;z-index:100007;position:absolute; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:249px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:"open sans";width:668px;height:auto;left:100.95486450195px;top:550.97222137451px;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:432.983px;position:absolute;font-family:"mykonos ar";font-size:18px;font-weight:400;z-index:100001;line-height:1.8;letter-spacing:0;top:235.49716186523px;left:498.8352355957px;height:96px;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:432.983px;position:absolute;font-family:"mykonos ar";font-size:22px;font-weight:400;z-index:100002;line-height:1.8;letter-spacing:0;top:310px;left:492px;height:117px;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;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:448px;top:349px;left:485px;display:block; }
#TJI1NLyMlSZOoPo7WXiFvTd0cbfff2BW { color:#ffffff;display:block;width:432.983px;position:absolute;font-family:"mykonos ar";font-size:9px;font-weight:400;z-index:100003;line-height:1.8;letter-spacing:0;top:447.37213134766px;left:498.8352355957px;height:64px;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; }
#P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { color:#ffffff;display:block;width:432.983px;position:absolute;font-family:"mykonos ar";font-size:15px;font-weight:400;z-index:100004;line-height:1.8;letter-spacing:0;top:700.3550567627px;left:221.81817626953px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }#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:14px;font-family:"open sans";height:1000px;width:960px;position:relative;display:block; }#VTcNJwi4g7HpD54JIxPxsOWEypudaemI { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/f1x1Ud4s/9.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:218px;width:220px;top:180px;left:19px;display:block; }
#KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/0ncfdb7n/11.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.997px;width:220px;top:180px;left:253px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:180px;left:488px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:180px;left:720px;display:block; }
#Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/u76d8QfU/15.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:409px;left:19px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:409px;left:253px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:409px;left:488px;display:block; }
#WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { position:absolute;display:block;z-index:100007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/7c4wfA2R/18.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:409px;left:720px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:641px;left:19px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:641px;left:253px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:641px;left:488px;display:block; }
#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;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:217.983px;width:220px;top:641px;left:720px;display:block; }
#hvReHNLvTsZumskHi3DlicfnkkdSIyzX { color:#f49037;display:block;width:570.966px;position:absolute;font-family:"mykonos ar";font-size:58px;font-weight:400;z-index:100001;line-height:1.5;letter-spacing:0;top:26px;left:170px;height:87px;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:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:46px;left:626px;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:14px;font-family:"open sans";height:216px;width:960px;position:relative;display:block; }#iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { color:#ffffff;display:block;width:790.994px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:93.423278808594px;left:55.397735595703px;height:29px;text-align:center;text-align-last:center;display:block; }
#pazLTlFsPZadcU660C8clduEw1k9ToAF { box-sizing:content-box;color:#fbfeff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:26.71875px;left:425.92330932617px;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:14px;font-family:"open sans";height:49px;width:960px;position:relative;display:block; }#TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { color:#0089d1;display:block;width:262.997px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:15.383514404297px;left:324.9289855957px;height:18px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { top:5px;left:233.4772644043px;width:296px;height:94.683641481671px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:570px;height:;top:17px;left:194px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-regular-label { width:238px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text { width:238px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-textarea { width:238px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select { width:238px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-checkbox-label { width:643px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .widget-radio-label { width:105px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:667px;height:auto;top:550px;left:2.9548645019531px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 .radio-container { width:248px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:667px;height:auto;top:550px;left:2.9548645019531px; }
 }@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:432px;height:95px;top:235px;left:332px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #T26AVzpy25WGrmEEKW15C6Iv2i95DEqc { width:432px;height:117px;top:310px;left:332px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #OlWdAhHcmEbaBPMDfK2LrSBdOISPT82X { top:349px;left:317px;width:447px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #TJI1NLyMlSZOoPo7WXiFvTd0cbfff2BW { width:432px;height:;top:447px;left:332px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { width:432px;height:;top:700px;left:123.81817626953px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #D5hNr3eytTyCTxscv6JTnv5bOxb5DffG { display:block; }#D5hNr3eytTyCTxscv6JTnv5bOxb5DffG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { top:180px;left:0;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { top:180px;left:155px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { top:180px;left:390px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { top:180px;left:544px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { top:409px;left:0;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { top:409px;left:155px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { top:409px;left:390px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { top:409px;left:544px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { top:641px;left:0;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { top:641px;left:155px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { top:641px;left:390px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { top:641px;left:544px;width:220px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:570px;height:86px;top:26px;left:72px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { top:46px;left:528px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { top:93px;left:0;width:764px;height:29px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { top:26px;left:327.92330932617px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { top:15px;left:226.9289855957px;width:262px;height:18px;font-size:13px;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:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wikppknrv0CQaaqqMFWRINL9ePs5zbJl { width:296px;height:94.683641481671px;top:20px;left:12px;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;background-repeat:repeat;background-attachment:scroll;display:block; }#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:320px;height:1090px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRHgkqGPqE9xkyKzbwe4m01MqoATsNKm { width:291px;height:92.7273px;top:20px;left:14px;text-align:right;text-align-last:right;font-size:36px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9  { width:248.991px;height:auto;top:336.98862457275px;left:14px; }
#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 {display:inline-block;}#LPMXhdNxJRRtyh2PHRqLy7UX1ysUNwH9 { width:248.991px;height:auto;top:336.98862457275px;left:14px; }
 }@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:282.997px;height:54.5455px;top:118.4772644043px;left:22.96875px;text-align:right;text-align-last:right;font-size:11px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T26AVzpy25WGrmEEKW15C6Iv2i95DEqc { width:290.98px;height:70.9091px;top:166.04260253906px;left:14.488636016846px;text-align:right;text-align-last:right;font-size:14px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OlWdAhHcmEbaBPMDfK2LrSBdOISPT82X { width:320px;height:56px;top:184px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #TJI1NLyMlSZOoPo7WXiFvTd0cbfff2BW { width:272.997px;height:54.5455px;top:251px;left:33px;text-align:right;text-align-last:right;font-size:9px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #P0QV6H8KwEsn0DaJI9m1Ecx3tFlypepV { width:320px;height:0;top:798.9772644043px;left:0;text-align:center;text-align-last:center;font-size:15px;line-height:1.3;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;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#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:320px;height:845px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTcNJwi4g7HpD54JIxPxsOWEypudaemI { width:100px;height:98px;top:96px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #KRFwIWxZ2soPVaxTWqMEOTAvhlruTiei { width:100px;height:98px;top:96px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #SKn3fssDyFKOTyDcQ2f79NpQNVLPxufQ { width:100px;height:98px;top:207px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #y1iM1Usq5qO4wckRNL8GurwGOfyho3aB { width:100px;height:98px;top:207px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #Hu1szeqJxyELU30OPxWUyXahT0e1BPzN { width:100px;height:98px;top:317px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #Tw8yeSwQX0cypQbPWRe0lCgM5NhoBaSD { width:100px;height:98px;top:317px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #tFqMI8vW3yFDNHEy0CUh5QQ9oUIVLc8t { width:100px;height:98px;top:427px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #WdFGX9oJaNbEBzKk0JHbz7DoUfwdAuhJ { width:100px;height:98px;top:427px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #VcPC32ZpOZXaBLrdGuW43NqcD6PuwKk6 { width:100px;height:98px;top:537px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #RTvCuqzZrv9Dwpdn5dbEBzXS8bN2uGh6 { width:100px;height:98px;top:537px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #ATkGPhPVpxhvsDECPpqLyt0OhQahlmAX { width:100px;height:98px;top:652px;left:54px;display:block; }
 }@media only screen and (max-width: 763px) { #v2lQuKLtG1LHifXlNF3PRm6h6W0PP4h8 { width:100px;height:98px;top:653px;left:166px;display:block; }
 }@media only screen and (max-width: 763px) { #hvReHNLvTsZumskHi3DlicfnkkdSIyzX { width:175px;height:37.2727px;top:27px;left:38px;text-align:right;text-align-last:right;font-size:29px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zLgKCToynHn00OmNZzis85DR9dwfkCIF { width:50px;height:50px;top:23px;left:222px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #G0svTxR89k88eUNAfRANQAtnJAudRLCU { display:block; }#G0svTxR89k88eUNAfRANQAtnJAudRLCU > .row .container { width:320px;height:115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iC32tmMTTBPKfdEH8POg0e9xeWyy1QCH { width:320px;height:25.4545px;top:70px;left:0;text-align:center;text-align-last:center;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pazLTlFsPZadcU660C8clduEw1k9ToAF { width:50px;height:50px;top:20px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw { display:block; }#UoZ3T7LaW8SHf3S8VTg1nQLuNClkWsZw > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBgMKeFenlVOaCxfwlRyUdiMyfn9y4ev { width:261.989px;height:16.3636px;top:20px;left:29px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }