.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;
  }
}
@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:#ffffff;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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { background-color: transparent; background-image: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row > .video-iframe-container { display: none; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .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); }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { border-width: 0; border-radius: 0; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { font-size:14px;font-family:arial;height:75px;width:960px;position:relative;display:block; }#odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:215px;top:0px;left:372.5px;overflow:hidden;display:block; }
#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/THjPtehi/02facebook.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc.adaptive-delivery-prevent-bg { background-image: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { background-color: transparent; background-image: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container > .video-iframe-container { display: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row > .video-iframe-container { display: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .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); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { border-width: 0; border-radius: 0; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { font-size:14px;font-family:arial;height:555px;width:960px;position:relative;display:block; }#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-form-header { font-size:12px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { height:auto;display:none;font-family:raleway;font-size:12px;font-weight:bold;color:#ffffff;width:263px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:263px;box-sizing:border-box;height:41px;color:#ffffff;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:263px;box-sizing:border-box;height:70px;color:#ffffff;font-size:14px;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:263px;box-sizing:border-box;height:40px;color:#ffffff;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#e5972b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:263px;height:70px;font-family:raleway;overflow:hidden;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;text-shadow:1px 1px 3px rgba(0,0,0,0.5); }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:244px;overflow:hidden;font-style:normal;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:first-of-type{padding-top:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:last-of-type{padding-bottom:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #375437, #c37c3b);background-image: -moz-linear-gradient(180deg, #375437, #c37c3b);background-image: -ms-linear-gradient(180deg, #375437, #c37c3b);background-image: -o-linear-gradient(180deg, #375437, #c37c3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#375437', endColorstr='#c37c3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#375437', endColorstr='#c37c3b' );";background-image: linear-gradient(180deg, #375437, #c37c3b);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:263px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 1px 10px 30px rgba(46,17,125,0.5) ;font-size:12px;left:99px;top:151px;z-index:100055;position:absolute; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:263px;display:block;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:10px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #375437, #c37c3b);background-image: -moz-linear-gradient(180deg, #375437, #c37c3b);background-image: -ms-linear-gradient(180deg, #375437, #c37c3b);background-image: -o-linear-gradient(180deg, #375437, #c37c3b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#375437', endColorstr='#c37c3b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#375437', endColorstr='#c37c3b' );";background-image: linear-gradient(180deg, #375437, #c37c3b);background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:263px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-shadow: 1px 10px 30px rgba(46,17,125,0.5) ;font-size:12px;left:99px;top:151px;z-index:100055;position:absolute; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd { position:relative; }
#gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { position:relative;display:block; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF { position:relative; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 { position:relative; }
#mKBPU9JdBiilL7nth809TVJ3Iut9GPvk { color:#000000;display:block;width:305px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:330px;left:98.5px;height:0;display:block; }
#i3eaIeMhegBc8gMnM1wd5roHNJvNfiPB { color:#030403;display:block;width:197px;position:absolute;font-family:"mykonos ar";font-size:22px;font-weight:700;z-index:100062;line-height:1.4;letter-spacing:0;top:75px;left:153px;height:30.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJzmsAXEJS5TvpOmseiAdGVGRhOnM8ak { position:absolute;display:block;z-index:100056;background-color:rgba(0,0,0,0.56);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;box-shadow: 1px 1px 9px rgba(0,0,0,0.5) ;height:44px;width:200px;top:67px;left:151px;display:block; }
#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/nWk5tp7S/Post_01Artboard_1_copy.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y.adaptive-delivery-prevent-bg { background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { background-color: transparent; background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229,221,218,0.5); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(229,221,218,0.5); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .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); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { border-width: 0; border-radius: 0; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { font-size:14px;font-family:arial;height:507px;width:960px;position:relative;display:block; }#qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:301px;left:248px;height:;display:block; }
#HTtmDTXukpgk23K5rcUEsOlhPIL0X6aI { color:#000000;display:block;width:200px;position:absolute;font-family:cairo;font-size:25px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:40px;left:434px;height:32px;display:block; }
#kCUO7uy92TqW283LQzFLD6izbwieu9tT { color:#000000;display:block;width:502px;position:absolute;font-family:cairo;font-size:18px;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:81px;left:112px;height:45.3333px;text-align:right;text-align-last:right;display:block; }
#AeIcdCEXo7RHqRWycqQVH4vDBn05LTcL { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:171px;left:149px;height:29.3333px;text-align:right;text-align-last:right;display:block; }
#TRR0O9e1r1idGviweIEf0xlKJfBqsNrk { box-sizing:content-box;color:#000000;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:216px;left:592px;display:block; }
#GSTLqdatbMAoHRkKZzVw5JlxlJSTMTvP { color:#000000;display:block;width:445px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:217px;left:149px;height:20px;display:block; }
#df1ATU4Gb7VgNXH4iQ3wWgiIkhsuuVmA { box-sizing:content-box;color:#000000;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:250px;left:592px;display:block; }
#g5QcaSpssTarwzcv6qgKn1ctrp5akgM6 { color:#000000;display:block;width:423px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:251px;left:159px;height:20px;text-align:right;text-align-last:right;display:block; }
#ILZGvuGD9W2RuNgd3Nu63xWTpplwcGkB { box-sizing:content-box;color:#000000;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:290px;left:592px;display:block; }
#MtRh0nWvqTyF0Efn0wtJfxPoSEAU9XCh { color:#000000;display:block;width:461px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:290px;left:123.5px;height:60px;text-align:right;text-align-last:right;display:block; }
#ScH119JWOhB2gMZxZNT0PgRE9We0T9b3 { box-sizing:content-box;color:#000000;font-size:15px;font-weight:400;line-height:1;height:22px;width:22px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:366px;left:592px;display:block; }
#QebtWd35qMkCp3kp2EcxnJXDX6i81GuQ { color:#000000;display:block;width:472px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:366px;left:112px;height:40px;text-align:right;text-align-last:right;display:block; }
#aC8p4Dk1cV1OTOvfsVqlvFckd1AqqD61 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #156178);background-image: -moz-linear-gradient(180deg, #cccccc, #156178);background-image: -ms-linear-gradient(180deg, #cccccc, #156178);background-image: -o-linear-gradient(180deg, #cccccc, #156178);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );";background-image: linear-gradient(180deg, #cccccc, #156178);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-shadow: 5px 5px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:209px;height:55px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:425px;left:112px;display:block; }
#xGQSSIdi9KuXJkKCO6ERFhe0GxkA5GwU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MpM0p4Qn/05.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk.adaptive-delivery-prevent-bg { background-image: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { background-color: transparent; background-image: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.35); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container > .video-iframe-container { display: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.35); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row > .video-iframe-container { display: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .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); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { border-width: 0; border-radius: 0; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { font-size:14px;font-family:arial;height:449px;width:960px;position:relative;display:block; }#TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { color:#000000;display:block;width:266px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:16.984375px;left:608.484375px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { color:#999999;display:block;width:445px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.4;letter-spacing:0;top:60px;left:439.5px;height:85.3333px;display:block; }
#sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { color:#ffffff;display:block;width:409px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:163px;left:466.484375px;height:32px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:212px;left:860.5px;display:block; }
#GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:247px;left:860.5px;display:block; }
#maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:339px;left:860.5px;display:block; }
#WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { box-sizing:content-box;color:#000000;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:382px;left:860.5px;display:block; }
#pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:214.5px;left:407.5px;height:20px;display:block; }
#RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:247px;left:407.5px;height:80px;display:block; }
#oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:345px;left:407.5px;height:20px;display:block; }
#BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { color:#000000;display:block;width:454px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:382px;left:407.5px;height:40px;display:block; }
#HxlHf6oXmfPLR7bxB2JTOUP8Rpo0tGGT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #156178);background-image: -moz-linear-gradient(180deg, #cccccc, #156178);background-image: -ms-linear-gradient(180deg, #cccccc, #156178);background-image: -o-linear-gradient(180deg, #cccccc, #156178);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );";background-image: linear-gradient(180deg, #cccccc, #156178);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-shadow: 5px 5px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:209px;height:55px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:367px;left:91.5px;display:block; }
#GyZUBXt4914TeoiWDsZEBRhxK32gT7I0 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw { position:relative;display:block; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw { background-color: transparent; background-image: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container > .video-iframe-container { display: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row > .video-iframe-container { display: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .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); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw { border-width: 0; border-radius: 0; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:493px;width:960px;position:relative;display:block; }#te1zSvUT4ggl448p3PrTFeMyTeru0bDd { position:absolute;display:block;z-index:100000;background-color:#e5972b;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:63px;border-top-right-radius:63px;border-bottom-left-radius:63px;border-bottom-right-radius:63px;height:75px;width:456px;top:21px;left:252px;display:block; }
#BWOKxX7JSTIx8wZhaTxNwpKZwEPDXaMP { color:#ffffff;display:block;width:447px;position:absolute;font-family:cairo;font-size:29px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:40px;left:241.5px;height:37.3333px;text-align:center;text-align-last:center;display:block; }
#TtNezEQTifs5fhPKkV0udgJ0dvGOAJH8 { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:124px;left:666px;display:block; }
#PoSKnkT5B8cLlwLw2zD30gyO9xMEa45i { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#pcrMwJoml7TMr5WEw0qhqgCwGg37PvH2 { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:125px;left:496px;display:block; }
#PmvWGFh4PfH2xS2EEtv1Vk1aTaEvUXPa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#P3BFqV0IOKPakxFo89kOQGgSwePh0qbA { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:12px;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:190px;height:73px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:126px;left:300px;display:block; }
#HspNWJz6PVlTkPf4mXMfcdB7xEzcDtpL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#c8Wo9XgHxRVWPvo64SXw8gk8NHqQERk1 { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:125px;left:129px;display:block; }
#aFW7EPlQPBa7gPbyG04iibGDwI398TFH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#oTkcFd7VHXhoCVrbTWu7lFbetCpLbolR { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:207px;left:559px;display:block; }
#AxTPM6KWPXTDTSW8rr5xMTHBReHOiTxX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#fCrfi4sApyrVCUQpOREX5clXFw4Tbva9 { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:207px;left:222px;display:block; }
#gWJn1QcwcxbkSnckJIms7MAiKbd2Py3d { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#aLsvBeZneF0V0hAPJGxv458T3ZlKDkrh { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:265px;height:73px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:292px;left:365px;display:block; }
#GuATQ18THp2K0VaDKkiAy1VR0bqyhJ84 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#wJ51IsfBiUgdtCkVZfMaesEp5f2tMD3v { background-color:#bc5f5f;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:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:165px;height:73px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:208px;left:391px;display:block; }
#Es2RTfaoUcFZJbQXGJ8aas4UPv86sRH7 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#edbcnNhu5aHWtWaDN6uh8f4KxM0heluP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #156178);background-image: -moz-linear-gradient(180deg, #cccccc, #156178);background-image: -ms-linear-gradient(180deg, #cccccc, #156178);background-image: -o-linear-gradient(180deg, #cccccc, #156178);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#156178' );";background-image: linear-gradient(180deg, #cccccc, #156178);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-shadow: 5px 5px 6px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:209px;height:55px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:399px;left:402px;display:block; }
#cPVDsTFXGdgBMrxQJv5TKzkgEa22m8fK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b7d89;background-image:none;position:relative;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { border-width: 0; border-radius: 0; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { font-size:14px;font-family:arial;height:305px;width:960px;position:relative;display:block; }#oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { color:#ffffff;display:block;width:685px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100000;line-height:2;letter-spacing:0;top:14px;left:121.5px;height:49.3333px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:16px;overflow:hidden;display:block; }
#MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:333px;overflow:hidden;display:block; }
#GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;height:199px;width:299px;top:79px;left:645px;overflow:hidden;display:block; }
#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#081c21;background-image:none;position:relative;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { border-width: 0; border-radius: 0; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { font-size:14px;font-family:arial;height:242px;width:960px;position:relative;display:block; }#hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { color:#ffedf2;display:block;width:336px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:13.96875px;left:290px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:95.5px;left:66.453125px;display:block; }
#lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:165.9375px;left:570px;height:20px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#btQG8hidmV2BxmMg96KezefpwB1iR5nv { color:#000000;display:block;width:320px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:206px;left:305px;height:20px;display:block; }
#Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { color:#000000;display:block;width:313px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:165.9375px;left:17.953125px;height:20px;display:block; }
#xTvTBcq21w0R4FCUfGGr9f0zvNwTrC1f { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4b97c7, #000000);background-image: -moz-linear-gradient(180deg, #4b97c7, #000000);background-image: -ms-linear-gradient(180deg, #4b97c7, #000000);background-image: -o-linear-gradient(180deg, #4b97c7, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b97c7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b97c7', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4b97c7, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:93.5px;left:633px;display:block; }
#kDE4w2B0mQPXOggQTLLASMsytQZ1DlDk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MzlvIL7vMif4FDK8EbKXceTgPQrqbH16 { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:95.5px;left:633px;display:block; }
#FgD603gaUuRaORh7drmmF3kloZv60Pi6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4b97c7, #000000);background-image: -moz-linear-gradient(180deg, #4b97c7, #000000);background-image: -ms-linear-gradient(180deg, #4b97c7, #000000);background-image: -o-linear-gradient(180deg, #4b97c7, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b97c7', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b97c7', endColorstr='#000000' );";background-image: linear-gradient(180deg, #4b97c7, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:216px;height:55px;text-decoration:none;z-index:100025;text-align:center;text-align-last:center;top:95.5px;left:66.453125px;display:block; }
#bqwuR0DuRAMxgpzz3PZq8OI0KdrhFnkl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Mki9XQw3IB4XMEVyoZcV71G8XwfnREX2 { box-sizing:content-box;color:#000000;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:95.5px;left:77.453125px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { top:0px;left:274.5px;width:215px;height:69px;display:block; }
 }@media only screen and (max-width: 763px) { #awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc { display:block; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { width:263px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { width:263px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { width:263px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { width:263px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { width:263px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-checkbox-label { width:244px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { width:263px;height:auto;top:151px;left:1px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { width:263px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { width:263px;height:auto;top:151px;left:1px; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd {  }
 }@media only screen and (max-width: 763px) { #gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { display:block; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 {  }
 }@media only screen and (max-width: 763px) { #mKBPU9JdBiilL7nth809TVJ3Iut9GPvk { top:330px;left:0.5px;width:305px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i3eaIeMhegBc8gMnM1wd5roHNJvNfiPB { top:75px;left:55px;width:197px;height:30px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HJzmsAXEJS5TvpOmseiAdGVGRhOnM8ak { top:67px;left:53px;width:200px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { display:block; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { top:301px;left:150px;width:454px;height:;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HTtmDTXukpgk23K5rcUEsOlhPIL0X6aI { top:40px;left:336px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #kCUO7uy92TqW283LQzFLD6izbwieu9tT { top:81px;left:14px;width:502px;height:46px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AeIcdCEXo7RHqRWycqQVH4vDBn05LTcL { top:171px;left:51px;width:465px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TRR0O9e1r1idGviweIEf0xlKJfBqsNrk { top:216px;left:494px;width:22px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GSTLqdatbMAoHRkKZzVw5JlxlJSTMTvP { top:217px;left:51px;width:445px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #df1ATU4Gb7VgNXH4iQ3wWgiIkhsuuVmA { top:250px;left:494px;width:22px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g5QcaSpssTarwzcv6qgKn1ctrp5akgM6 { top:251px;left:61px;width:423px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILZGvuGD9W2RuNgd3Nu63xWTpplwcGkB { top:290px;left:494px;width:22px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MtRh0nWvqTyF0Efn0wtJfxPoSEAU9XCh { top:290px;left:25.5px;width:461px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ScH119JWOhB2gMZxZNT0PgRE9We0T9b3 { top:366px;left:494px;width:22px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QebtWd35qMkCp3kp2EcxnJXDX6i81GuQ { top:366px;left:14px;width:472px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aC8p4Dk1cV1OTOvfsVqlvFckd1AqqD61 { width:209px;height:55px;top:425px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xGQSSIdi9KuXJkKCO6ERFhe0GxkA5GwU { display:block; }
 }@media only screen and (max-width: 763px) { #znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { display:block; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { top:16px;left:498px;width:266px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { top:60px;left:319px;width:445px;height:88px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { top:163px;left:355px;width:409px;height:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { top:212px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { top:247px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { top:339px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { top:382px;left:739px;width:25px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { top:214px;left:309.5px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { top:247px;left:309.5px;width:454px;height:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { top:345px;left:309.5px;width:454px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { top:382px;left:309.5px;width:454px;height:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HxlHf6oXmfPLR7bxB2JTOUP8Rpo0tGGT { width:209px;height:55px;top:367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GyZUBXt4914TeoiWDsZEBRhxK32gT7I0 { display:block; }
 }@media only screen and (max-width: 763px) { #LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw { display:none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #te1zSvUT4ggl448p3PrTFeMyTeru0bDd { top:21px;left:154px;width:456px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #BWOKxX7JSTIx8wZhaTxNwpKZwEPDXaMP { top:40px;left:143.5px;width:447px;height:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TtNezEQTifs5fhPKkV0udgJ0dvGOAJH8 { width:165px;height:73px;top:124px;left:568px;display:block; }
 }@media only screen and (max-width: 763px) { #PoSKnkT5B8cLlwLw2zD30gyO9xMEa45i { display:block; }
 }@media only screen and (max-width: 763px) { #pcrMwJoml7TMr5WEw0qhqgCwGg37PvH2 { width:165px;height:73px;top:125px;left:398px;display:block; }
 }@media only screen and (max-width: 763px) { #PmvWGFh4PfH2xS2EEtv1Vk1aTaEvUXPa { display:block; }
 }@media only screen and (max-width: 763px) { #P3BFqV0IOKPakxFo89kOQGgSwePh0qbA { width:190px;height:73px;top:126px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #HspNWJz6PVlTkPf4mXMfcdB7xEzcDtpL { display:block; }
 }@media only screen and (max-width: 763px) { #c8Wo9XgHxRVWPvo64SXw8gk8NHqQERk1 { width:165px;height:73px;top:125px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #aFW7EPlQPBa7gPbyG04iibGDwI398TFH { display:block; }
 }@media only screen and (max-width: 763px) { #oTkcFd7VHXhoCVrbTWu7lFbetCpLbolR { width:165px;height:73px;top:207px;left:461px;display:block; }
 }@media only screen and (max-width: 763px) { #AxTPM6KWPXTDTSW8rr5xMTHBReHOiTxX { display:block; }
 }@media only screen and (max-width: 763px) { #fCrfi4sApyrVCUQpOREX5clXFw4Tbva9 { width:165px;height:73px;top:207px;left:124px;display:block; }
 }@media only screen and (max-width: 763px) { #gWJn1QcwcxbkSnckJIms7MAiKbd2Py3d { display:block; }
 }@media only screen and (max-width: 763px) { #aLsvBeZneF0V0hAPJGxv458T3ZlKDkrh { width:265px;height:73px;top:292px;left:267px;display:block; }
 }@media only screen and (max-width: 763px) { #GuATQ18THp2K0VaDKkiAy1VR0bqyhJ84 { display:block; }
 }@media only screen and (max-width: 763px) { #wJ51IsfBiUgdtCkVZfMaesEp5f2tMD3v { width:165px;height:73px;top:208px;left:293px;display:block; }
 }@media only screen and (max-width: 763px) { #Es2RTfaoUcFZJbQXGJ8aas4UPv86sRH7 { display:block; }
 }@media only screen and (max-width: 763px) { #edbcnNhu5aHWtWaDN6uh8f4KxM0heluP { width:209px;height:55px;top:399px;left:304px;display:block; }
 }@media only screen and (max-width: 763px) { #cPVDsTFXGdgBMrxQJv5TKzkgEa22m8fK { display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { top:14px;left:23.5px;width:685px;height:50px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { top:79px;left:0px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { top:79px;left:235px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { top:79px;left:465px;width:299px;height:199px;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { top:13px;left:192px;width:336px;height:32px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { top:95px;left:0px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { top:165px;left:422px;width:342px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { top:206px;left:207px;width:320px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { top:165px;left:0px;width:313px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTvTBcq21w0R4FCUfGGr9f0zvNwTrC1f { width:216px;height:55px;top:93px;left:535px;display:block; }
 }@media only screen and (max-width: 763px) { #kDE4w2B0mQPXOggQTLLASMsytQZ1DlDk { display:block; }
 }@media only screen and (max-width: 763px) { #MzlvIL7vMif4FDK8EbKXceTgPQrqbH16 { top:95px;left:535px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FgD603gaUuRaORh7drmmF3kloZv60Pi6 { width:216px;height:55px;top:95px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bqwuR0DuRAMxgpzz3PZq8OI0KdrhFnkl { display:block; }
 }@media only screen and (max-width: 763px) { #Mki9XQw3IB4XMEVyoZcV71G8XwfnREX2 { top:95px;left:0px;width:51px;height:51px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #exoTim2pSg560TydKwSaCkvXBZulfnZs { display:block; }#exoTim2pSg560TydKwSaCkvXBZulfnZs > .row .container { width:320px;height:51px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odovAy1ofCAcNAmUSg6D0gGDiLUpVxCF { width:156px;height:50px;top:0px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc { background-color:transparent;background-image:url("https://images.assets-landingi.com/pFZPWs6T/02snapchat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc.adaptive-delivery-prevent-bg { background-image: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { background-color: transparent; background-image: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.68); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container > .video-iframe-container { display: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.68); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row > .video-iframe-container { display: none; }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .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); }#awR8SVbqTLUQTwgk6CUCPfLZXc7XqyUc > .row .container { width:320px;height:712px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-form-header { font-size:12px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:12px;font-weight:bold;color:#ffffff;width:240px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:41px;color:#000000;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:center;text-align-last:center;line-height:1.4; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-textarea { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:amiri;vertical-align:top;text-align:center;text-align-last:center;line-height:1.4; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:240px;box-sizing:border-box;height:40px;color:#000000;font-family:raleway;font-size:14px;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;background-color:#ffa203;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:240px;height:70px;font-family:raleway;overflow:hidden;box-shadow: 1px 5px 5px rgba(0,0,0,0.21) ;text-shadow:1px 1px 3px rgba(0,0,0,0.5); }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:14px; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:raleway;line-height:1.3;font-size:10px;font-weight:300;color:#ffffff;vertical-align:top;width:221px;overflow:hidden;font-style:normal;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:21px;vertical-align:middle;font-family:raleway;font-size:12px;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:first-of-type{padding-top:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-container:last-of-type{padding-bottom:0;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -moz-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -ms-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -o-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99243517', endColorstr='#8780482a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99243517', endColorstr='#8780482a' );";background-image: linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 10px 30px rgba(46,17,125,0.5) ;font-size:12px;left:20px;top:130px;z-index:100001; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:240px;display:block;vertical-align:top; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:12px;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 {display:block;}#fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -moz-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -ms-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-image: -o-linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99243517', endColorstr='#8780482a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99243517', endColorstr='#8780482a' );";background-image: linear-gradient(180deg, rgba(36,53,23,0.6), rgba(128,72,42,0.53));background-size:initial auto !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:240px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: 1px 10px 30px rgba(46,17,125,0.5) ;font-size:12px;left:20px;top:130px;z-index:100001; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #ptlvT7gzEqIypJKZhEovDQIXMevRHpt5 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #U5oJWa5VL6caDKzXhadTx2uKv6sufJ4G {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #aeVcehJvK47eSfhIRaQM2t8iZ8ZXoQJ9 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FszTl96VGI4cAAIvTaLFVhgDVNiSUP9W {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #nvDD66XKLdaROe8UqVukrbyeUUlkSph0 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #WGew3keWD61tCN7mo63teixEplt9bNPb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #hanvFxhrvwuRI0o2ZUVf5mMwWSBTHl5X {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #FgBvLkPyFm47rEBodscon8LGxyNlW6Lb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #PAUT63I7ydVr2XkiRXZ3iOBBHZ22U2gX {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xJghwXQxV1hQ4zavUZCnsBiOV3Fv1MNE {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #VGCxNeCoZBMqqLkrC6SCsVIWLQCTykNq {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #DToJsoNuW7t3bgq8khJDl5huqqw4vgi8 {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #AAe1XQkmoTH8sbEwDLt4FL6M1iCtHwvb {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #CkFcO95IG0wi1ReUvhhLcUEXdxJ1vTlF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #xO1O1tCbPPfH6rX5TfP2avyRd8eZiIsd {  }
 }@media only screen and (max-width: 763px) { #gEpSqIcd5GxsOToyopc3zfIgZgfOMUVB { display:block; }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #mB6odzNfqW73ha1IDksbLIqdmJeHvWrF {  }
 }@media only screen and (max-width: 763px) { #fqfRcnGLsmbDKoMh23aN9g8E1bTkUkl5 #sgWJ5eF84QsvxaNOps9d5sdvKD85iuO3 {  }
 }@media only screen and (max-width: 763px) { #mKBPU9JdBiilL7nth809TVJ3Iut9GPvk { width:305px;height:0;top:561px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i3eaIeMhegBc8gMnM1wd5roHNJvNfiPB { width:197px;height:30.6667px;top:60px;left:62px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HJzmsAXEJS5TvpOmseiAdGVGRhOnM8ak { width:200px;height:44px;top:52px;left:60px;background-color:rgba(0,0,0,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y { background-color:transparent;background-image:url("https://images.assets-landingi.com/M63m08s9/Post_01Artboard_1_copy_3.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y.adaptive-delivery-prevent-bg { background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { background-color: transparent; background-image: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(130,182,183,0.39); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(130,182,183,0.39); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row > .video-iframe-container { display: none; }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .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); }#CkEtolQvrgCfPLSrxLODMIg5Ppal2W4y > .row .container { width:320px;height:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKfbMkSFSkyaIb4Dv9CddT6DKd1emyri { width:286px;height:0;top:190px;left:0px;text-align:right;text-align-last:right;font-size:15px;line-height:1.4;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #HTtmDTXukpgk23K5rcUEsOlhPIL0X6aI { width:200px;height:32px;top:25px;left:120px;font-size:25px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kCUO7uy92TqW283LQzFLD6izbwieu9tT { width:320px;height:68px;top:71px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AeIcdCEXo7RHqRWycqQVH4vDBn05LTcL { width:273px;height:58.6667px;top:190px;left:47px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TRR0O9e1r1idGviweIEf0xlKJfBqsNrk { width:22px;height:22px;top:350px;left:298px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GSTLqdatbMAoHRkKZzVw5JlxlJSTMTvP { width:278px;height:40px;top:277px;left:21px;font-size:16px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #df1ATU4Gb7VgNXH4iQ3wWgiIkhsuuVmA { width:22px;height:22px;top:433px;left:298px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #g5QcaSpssTarwzcv6qgKn1ctrp5akgM6 { width:269px;height:40px;top:360px;left:25.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ILZGvuGD9W2RuNgd3Nu63xWTpplwcGkB { width:22px;height:22px;top:530px;left:298px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MtRh0nWvqTyF0Efn0wtJfxPoSEAU9XCh { width:255px;height:100px;top:457px;left:32.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ScH119JWOhB2gMZxZNT0PgRE9We0T9b3 { width:22px;height:22px;top:609px;left:298px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QebtWd35qMkCp3kp2EcxnJXDX6i81GuQ { width:243px;height:60px;top:609px;left:44px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aC8p4Dk1cV1OTOvfsVqlvFckd1AqqD61 { width:209px;height:55px;top:689px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #xGQSSIdi9KuXJkKCO6ERFhe0GxkA5GwU { display:block; }
 }@media only screen and (max-width: 763px) { #znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk { background-color:#e6dfcd;background-image:none;display:block; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { background-color: transparent; background-image: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container > .video-iframe-container { display: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row > .video-iframe-container { display: none; }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .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); }#znQo7fKKrw7vcx0zP64o2WQrHcomN7Mk > .row .container { width:320px;height:743px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGwnA0wVDTbPn8iCsUsXoqQgNsFHPTFT { width:266px;height:32px;top:22px;left:27px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #yAUU6F9GLUG8dC6zXtGrmDUXATXWiM18 { width:320px;height:144px;top:76px;left:0px;text-align:center;text-align-last:center;font-size:16px;line-height:1.5;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #sBdS9Zif4MxGvVVkhKy4NhanDrcIsblD { width:320px;height:32px;top:228px;left:0px;text-align:center;text-align-last:center;font-size:25px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #ki29QHlfw1zwoqkZ7oRJLf6nHUkwOt5r { width:25px;height:25px;top:390px;left:293px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GPwtQP8M8oXofhJ6ndw6DVmb4VeKkPM3 { width:25px;height:25px;top:284px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #maNER0d6wAzbsoW5SdXa7H0nTJTI3zuT { width:25px;height:25px;top:482px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #WvVfoSLuOHPnB7dBNadf1mpVqKK12P4E { width:25px;height:25px;top:560px;left:295px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #pyoPcpLFWluXVX7Wn97Ec5Uw0fi27Tik { width:293px;height:37.3333px;top:281px;left:0px;text-align:right;text-align-last:right;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #RzKhVD53RWGLHFi4A98vZhE9XHB2G68e { width:286px;height:120px;top:343px;left:0px;text-align:right;text-align-last:right;font-size:15px;line-height:1.4;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #oDtBHqxB0gXnoH9qOA7R0eIWbTR22pVh { width:284px;height:40px;top:488px;left:0px;text-align:right;text-align-last:right;font-size:16px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #BT65sXuO71wl5FC89ASmQwBTlhu8ftSH { width:283px;height:64px;top:552px;left:9px;text-align:right;text-align-last:right;line-height:1.4;font-size:16px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #HxlHf6oXmfPLR7bxB2JTOUP8Rpo0tGGT { width:209px;height:55px;top:638px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GyZUBXt4914TeoiWDsZEBRhxK32gT7I0 { display:block; }
 }@media only screen and (max-width: 763px) { #LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw { background-color:#d8e3b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container { background-color: transparent; background-image: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container > .video-iframe-container { display: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row > .video-iframe-container { display: none; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .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); }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container { border-width: 0; border-radius: 0; }#LnaCp3TlqlVX7XdDrd6JpU90hyk09GWw > .row .container { width:320px;height:510px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #te1zSvUT4ggl448p3PrTFeMyTeru0bDd { width:285px;height:75px;top:12px;left:14px;background-color:#2e6a3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BWOKxX7JSTIx8wZhaTxNwpKZwEPDXaMP { width:301px;height:69.3333px;top:14.5px;left:0px;font-size:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtNezEQTifs5fhPKkV0udgJ0dvGOAJH8 { width:159px;height:45px;top:242px;left:7px;z-index:100010;background-color:#509e27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PoSKnkT5B8cLlwLw2zD30gyO9xMEa45i { display:block; }
 }@media only screen and (max-width: 763px) { #pcrMwJoml7TMr5WEw0qhqgCwGg37PvH2 { width:145px;height:54px;top:109px;left:17px;background-color:#509e27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PmvWGFh4PfH2xS2EEtv1Vk1aTaEvUXPa { display:block; }
 }@media only screen and (max-width: 763px) { #P3BFqV0IOKPakxFo89kOQGgSwePh0qbA { width:190px;height:41px;top:178px;left:65px;background-color:#598205;background-image:none;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #HspNWJz6PVlTkPf4mXMfcdB7xEzcDtpL { display:block; }
 }@media only screen and (max-width: 763px) { #c8Wo9XgHxRVWPvo64SXw8gk8NHqQERk1 { width:153px;height:54px;top:109px;left:151px;background-color:#2a6f06;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aFW7EPlQPBa7gPbyG04iibGDwI398TFH { display:block; }
 }@media only screen and (max-width: 763px) { #oTkcFd7VHXhoCVrbTWu7lFbetCpLbolR { width:132px;height:43px;top:371px;left:166px;z-index:100011;background-color:#365638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AxTPM6KWPXTDTSW8rr5xMTHBReHOiTxX { display:block; }
 }@media only screen and (max-width: 763px) { #fCrfi4sApyrVCUQpOREX5clXFw4Tbva9 { width:141px;height:50px;top:237px;left:164px;background-color:#365638;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gWJn1QcwcxbkSnckJIms7MAiKbd2Py3d { display:block; }
 }@media only screen and (max-width: 763px) { #aLsvBeZneF0V0hAPJGxv458T3ZlKDkrh { width:230px;height:47px;top:298.5px;left:55.5px;background-color:#598205;background-image:none;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GuATQ18THp2K0VaDKkiAy1VR0bqyhJ84 { display:block; }
 }@media only screen and (max-width: 763px) { #wJ51IsfBiUgdtCkVZfMaesEp5f2tMD3v { width:150px;height:39px;top:373px;left:11.5px;background-color:#509e27;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Es2RTfaoUcFZJbQXGJ8aas4UPv86sRH7 { display:block; }
 }@media only screen and (max-width: 763px) { #edbcnNhu5aHWtWaDN6uh8f4KxM0heluP { width:209px;height:55px;top:431px;left:55.5px;background-color:#e5972b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cPVDsTFXGdgBMrxQJv5TKzkgEa22m8fK { display:block; }
 }@media only screen and (max-width: 763px) { #TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE { background-color:#3b7d89;background-image:none;display:block; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { background-color: transparent; background-image: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row > .video-iframe-container { display: none; }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .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); }#TVsX2N6QEnWrZzbzBpUAzik6SwAqU4UE > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXwfxb0Vn6iPC3uTg4dd4GUPVPbB4E5V { width:320px;height:36px;top:20px;left:0px;font-size:18px;color:#ffffff;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #RorS2fkTeHSpQ02lWrUABHkTEMuMuI9c { width:299px;height:199px;top:76px;left:9.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #MCm27ylfJ5fWo0pAD0fm0VKMyeMi5UUB { width:299px;height:199px;top:310px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;display:block; }
 }@media only screen and (max-width: 763px) { #GGTFTwur8dJyJsW6fMwyw9qrlre1U7Qb { width:299px;height:199px;top:551px;left:10.5px;border-top-left-radius:22px;border-top-right-radius:22px;border-bottom-left-radius:22px;border-bottom-right-radius:22px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw { background-color:rgba(34,81,76,0.98);background-image:none;display:block; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { background-color: transparent; background-image: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row > .video-iframe-container { display: none; }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .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); }#HG9QBzokrOHSKlJEETD0pAwDKDkNFpPw > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlGqS7K6BO10vyHRwNu4OM9sUpZiRNFQ { width:320px;height:18.6667px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #wtGRVNeW1l2bw46sf6vZBr3zTSlvMgwK { width:50px;height:51px;top:51px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #lKKJfL1gxtGA7Evf7EW268ZL66fTl8sE { width:320px;height:18.6667px;top:341px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #btQG8hidmV2BxmMg96KezefpwB1iR5nv { width:320px;height:12px;top:403px;left:0px;text-align:center;text-align-last:center;font-size:10px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #Hrvm3LZHwTHUu2Ummg8AxzHPS0mUmFFZ { width:314px;height:18.6667px;top:167px;left:0px;text-align:center;text-align-last:center;font-size:15px;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #xTvTBcq21w0R4FCUfGGr9f0zvNwTrC1f { width:216px;height:55px;top:275px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #kDE4w2B0mQPXOggQTLLASMsytQZ1DlDk { display:block; }
 }@media only screen and (max-width: 763px) { #MzlvIL7vMif4FDK8EbKXceTgPQrqbH16 { width:51px;height:51px;top:228px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #FgD603gaUuRaORh7drmmF3kloZv60Pi6 { width:216px;height:55px;top:101px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #bqwuR0DuRAMxgpzz3PZq8OI0KdrhFnkl { display:block; }
 }@media only screen and (max-width: 763px) { #Mki9XQw3IB4XMEVyoZcV71G8XwfnREX2 { width:51px;height:51px;top:187px;left:134.5px;font-size:35px;display:none; }
 }