.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container { background-color: transparent; background-image: none; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container > .video-iframe-container { display: none; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row > .video-iframe-container { display: none; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .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); }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container { border-width: 0; border-radius: 0; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container { font-size:14px;font-family:dosis;height:111px;width:960px;position:relative;display:block; }#xcKT1ifMI4a82G2xizV9lRzzbmITpOvR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:90px;width:300px;top:10.5px;left:315.5px;overflow:hidden;display:block; }
#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:transparent;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:center left;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { border-width: 0; border-radius: 0; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:960px;height:622px;font-size:14px;font-family:dosis;position:relative;display:block; }#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-form-header { font-size:19px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-regular-label { height:auto;display:none;font-family:cairo;font-size:19px;font-weight:400;color:#c657a0;width:220px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0);line-height:1.6;font-style:normal;vertical-align:top; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:220px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:cairo;box-shadow: 0 0 0 #000000 ;text-align:right;text-align-last:right;vertical-align:top; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:220px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:cairo;box-shadow: 0 0 0 #000000 ;text-align:right;text-align-last:right;vertical-align:top; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;display:block;width:220px;box-sizing:border-box;height:40px;color:rgba(135,127,126,0.5);font-family:cairo;font-size:14px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ;text-align:center;text-align-last:center;vertical-align:top; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-checkbox { width:13px;height:13px;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; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:transparent;background-image: -webkit-linear-gradient(top, #c657a0, #c657a0);background-image: -moz-linear-gradient(top, #c657a0, #c657a0);background-image: -ms-linear-gradient(top, #c657a0, #c657a0);background-image: -o-linear-gradient(top, #c657a0, #c657a0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c657a0', endColorstr='#c657a0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c657a0', endColorstr='#c657a0' );";background-image: linear-gradient(to bottom, #c657a0, #c657a0);background-size:initial;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:0;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:220px;height:55px;font-family:cairo;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:cairo;font-size:13px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .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:dosis;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:177px;overflow:hidden;font-style:normal;float:none; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .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; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:dosis;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-container { padding-top:4px;padding-left:0;padding-right:0;padding-bottom:4px;width:100%;font-size:0;height:auto; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-container:first-of-type{padding-top:0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-container:last-of-type{padding-bottom:0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2  { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.8125px;top:134.859375px;z-index:100028;position:absolute;font-size:19px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0;width:220px;display:block;vertical-align:top; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-info-text { display:block;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:dosis;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 {display:block;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:220px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.8125px;top:134.859375px;z-index:100028;position:absolute;font-size:19px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aEaBPXuaWBA2KOfsuJr9llJ8syNBNRmN { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #h6RxUJISEXWEGTrdz5QT7TaVR4aGJncO { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HunmLghgTCavTFlb0Cfb7KJdZM3BnuHS { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #vxBu8y3xsZQFE9BSRRhLCfHheGCQKb8h { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #J7dgkGkhAgg9o0opStBhyvXGxonE8yp4 { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #cgnvr7JINyy0lKpNdcHIuhG0wAUkNBQV { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #xz7am5PGX1FWm9fd4k3wiBQ7FluZpOms { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #RoSQBKIovOKbCvT357xr0k7IL2iIKIbP { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #flIW4NXWwHqxdFQZp19efypclFZ51NRz { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #nKZkXds8ignGUnqUwhZtnrTw05R3MMLp { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #n4DVRAorWpg9cS8uIV3nUt5zv15dWKTK { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #QnWBkcyt35JbDXMwPKgF7TGqC3NIaQkh { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #zycbDLBs79TNu5LO9QXGWe70X1V6FyER { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HNMHv9nO6DT8wxHAG9WlJB0mMahkBNhL { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #pmtodZscwxXw9TMxU8HoG4pOcTRKO2qe { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #l8zbuOKxhtk0m7OXGIvap5ZK8p4Hsw83 { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #FfMOBT4wZ641OwXmDZtlA2k3UHhPh3CF { position:relative;top:0px;left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #phxxzCEcpLfwAvR3Rdgu0aToPzdKCg9A { position:relative;top:0px;left:0px; }
#JxGkcEFOJSkdMa82u8T4dWKBRZ1TayCN { position:relative;top:0px;left:0px;display:block; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aLpsyThcDMy6pp9tp6uvI1sU1EQLDw7c { position:relative; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #fwp7HbshMskWt615pem07OZokhmuvEhn { position:relative; }
#MX2rkyCdlnMJOnTo2mAunBHovpQRJ4Qp { color:#000000;display:block;width:227px;position:absolute;font-family:cairo;font-size:22px;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:114px;left:52.3125px;height:27.7778px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7Qgw5vmToopxUpghVfcPU9BZqfKETIf { z-index:100000;top:9px;left:8.859375px;background-color:#c657a0;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:52px;border-top-right-radius:52px;border-bottom-left-radius:52px;border-bottom-right-radius:52px;box-shadow: 0 3px 0 #29bdbe ;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:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:105px;height:33px;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#EA1BMbaZ75w7zNyzw6SnqGmbRKqzDVom { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#usGvmqTny5N9ODiETrJI8pqxeBhpcwLD { color:#00eeef;display:block;width:470px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100035;line-height:1.7;letter-spacing:0;text-shadow:1px 1px 15px #000000;top:111px;left:380px;height:126.6667px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iFnOliEKa2ddoAZJFG8U1XiLf2vTJeqT { position:absolute;display:block;z-index:100034;background-color:#df4a8d;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:10px solid #ffffff;border-left:10px solid #ffffff;border-right:10px solid #ffffff;border-bottom:10px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:129px;width:462px;top:100px;left:374px;display:block; }
#rJ1TmW6x7wTqP1JHxIPMAyHrUvul0Q0e { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:462.986px;width:247.986px;top:104.0000038147px;left:40.788208007812px;display:block; }
#X5xQK187noNnaWicQnSUHz6zviUsegu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#60b8dc;background-image:none;position:relative;display:block; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { background-color: transparent; background-image: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container > .video-iframe-container { display: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row > .video-iframe-container { display: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .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); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { border-width: 0; border-radius: 0; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { font-size:14px;font-family:dosis;height:480px;width:960px;position:relative;display:block; }#r0xoeyedfHQgZ5zHzHtT9EyO0onpotcS { color:#000000;display:block;width:674px;position:absolute;font-family:"sari 3";font-size:30px;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:8.953125px;left:161px;height:88.8888px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wh483TobztwtIdDl8SRyTpPcfBfpnQSM { color:#ffffff;display:block;width:960px;position:absolute;font-family:cairo;font-size:21px;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:113.90625px;left:-0.1171875px;height:71.1111px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiKAOFXBRTQens8Q62rEhZWibynFf5mT { color:#ffffff;display:block;width:275px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:217.5px;left:636.82293701172px;height:25.5556px;text-align:right;text-align-last:right;display:block; }
#kSzOsLUaAQTmD4POEvqTdXK52ptAM4Os { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:305px;left:663px;height:25.5556px;text-align:right;text-align-last:right;display:block; }
#kZ7GRTTs5kdIHSPDh7Av0BlOL6CGf4QK { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:263px;left:663px;height:25.5556px;text-align:right;text-align-last:right;display:block; }
#yTnRR0T46FPAfCpxWXWC6oqgUrH1XV9K { color:#ffffff;display:block;width:253px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:382px;left:664px;height:25.5556px;text-align:right;text-align-last:right;display:block; }
#IwJ4KTLHneowaceuK64lJFVznNGg21l0 { color:#ffffff;display:block;width:325px;position:absolute;font-family:"sari 3";font-size:20px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:345px;left:590px;height:25.5556px;text-align:right;text-align-last:right;display:block; }
#Sry1Mp3tM9w3TxTsmIDXN4m0Dt5gPBzy { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 30px rgba(0,0,0,0.28) ;height:254px;width:408px;top:198.453125px;left:17.859375px;display:block; }
#muyXPkJWFPzcgVLblOPf50wxgAJ8Z3KK { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:223.00735473633px;left:919.77938842773px;overflow:hidden;display:block; }
#JSWhxyqKKedytBzr9iOaUKJPF0gP2nah { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:271px;left:921px;overflow:hidden;display:block; }
#hkaAJrlT2LVLzKITNGziaT2XHDtDel0K { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:310px;left:921px;overflow:hidden;display:block; }
#mATpL7UCfSFz01n3XfGng0uFKwBsqTEf { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:351px;left:921px;overflow:hidden;display:block; }
#hFAAu6AaHeUfIvf7uq6Vicw2MxWVR1QA { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21px;width:27px;top:389px;left:921px;overflow:hidden;display:block; }
#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt { position:relative;display:block; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt { background-color: transparent; background-image: none; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row .container > .video-iframe-container { display: none; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row > .video-iframe-container { display: none; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .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); }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt { border-width: 0; border-radius: 0; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .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:1141px;width:960px;position:relative;display:block; }#abEKtTQeXgOkWeiKMyInMokwvETRdGKz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/maTCTz49/57433647_421821441698895_3058345000577269760_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:203px;left:44px;display:block; }
#H8y77dcf6IP93RoyWX0C6cn6Gru0W5SX { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/KI6S6lfo/61091378_431963194018053_5113855767929159680_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:203px;left:267px;display:block; }
#LhsHDklKqwHCXR6pB5cwo1cJxr2LIlDL { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/i93StUCq/65246264_451344692079903_8644304557230260224_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:203px;left:490px;display:block; }
#Zh6FJFzzrq31gukxcVG7SETv17rKCZzN { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/USBUnnKA/53528449_398506567363716_849024668307292160_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:203px;left:715px;display:block; }
#t0EeEGOcLOnPOH9J1tUA4uVUtkPaCwpA { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/zqxWnQzY/52474438_387858051761901_1938572792295325696_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:431px;left:44px;display:block; }
#NaugfUPGCXsZVSf4iUxOdP7fkFznhfxo { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ornHKNkp/53020169_394894027724970_4226521236882063360_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:431px;left:267px;display:block; }
#GZxeEyXIUoP4xaQ7CKVy0ERX83WewLXs { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/rjvwmxkz/52595698_386906291857077_3074075056305864704_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:431px;left:490px;display:block; }
#sQoNGDamO9cx8ddrFEHlOBL3wscNH7aB { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/NDbSgNhB/53695268_399712053909834_7320234678961569792_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:431px;left:715px;display:block; }
#bVH6kN1Fcc4wGHItCSkIZkXizTPTD9aw { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/pfIYcVkt/39165119_307070159840691_318811750185041920_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:658px;left:44px;display:block; }
#pL9AdtWWhHI8OXTbM6JvFlMq56zZO8eL { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/r8EcL1Fh/44023384_333205043893869_4010449145981566976_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:658px;left:267px;display:block; }
#cS5AcUd5sCdvumaT9MDG9kerPhoqPWPe { position:absolute;display:block;z-index:100004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/t6ruBxgB/47158931_354670301747343_8798341940098629632_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:658px;left:490px;display:block; }
#Wcx1S9GcUSqhnn9BrOcGsvEnITpd9VGh { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/YukEXYK5/42319696_326016567946050_6977533667841146880_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:658px;left:715px;display:block; }
#BMkFPOlRo6FWgdynR8INgoq5GnrcTCFS { position:absolute;display:block;z-index:100005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/EMvh2QfK/49895357_378757582671948_7290572075742265344_o.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:883.99310302734px;left:43.993072509766px;display:block; }
#qCXuDPKDGkLJcelTZRXBETahyQOoWw8k { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/1By1ifDS/Sara_Insta.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:883.99310302734px;left:266.99658203125px;display:block; }
#qxwihfRpwkIL5w4stqMlMGMBmsSrCdSB { color:#df4a8d;display:block;width:673.993px;position:absolute;font-family:cairo;font-size:30px;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:63.940948486328px;left:114.98266601562px;height:88.8889px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29bdbe;background-image:none;position:relative;display:block; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container { background-color: transparent; background-image: none; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container > .video-iframe-container { display: none; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row > .video-iframe-container { display: none; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .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); }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container { border-width: 0; border-radius: 0; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container { font-size:14px;font-family:dosis;height:263px;width:960px;position:relative;display:block; }#OVxVai4vTayOR8eWdZmxe0geElTzPs7a { color:#29bdbe;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:235px;left:344.5px;height:20px;font-style:normal;display:block; }
#XosvKPcGIe3lqgWCLhxvrF39ITFSvSor { color:#ffffff;display:block;width:426px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100007;line-height:1.4;letter-spacing:0;top:34px;left:287px;height:38.8889px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VgAPo803Kiim6nTv8MKtP7NrJlSmJfAh { color:#fafafa;display:block;width:366px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:100026;line-height:1.7;letter-spacing:0;top:140px;left:317px;height:60px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PSFDMvb7Ot9vz1QN82xLsLtT1HhZ7qPm { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:90px;left:485px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB { display:block; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcKT1ifMI4a82G2xizV9lRzzbmITpOvR { top:10px;left:217.5px;width:300px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-regular-label { width:220px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-textarea { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-button { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-checkbox-label { width:204px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2  { width:220px;height:auto;top:134px;left:0; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .radio-container { width:220px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 {display:block;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 { width:220px;height:auto;top:134px;left:0; }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aEaBPXuaWBA2KOfsuJr9llJ8syNBNRmN {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #h6RxUJISEXWEGTrdz5QT7TaVR4aGJncO {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HunmLghgTCavTFlb0Cfb7KJdZM3BnuHS {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #vxBu8y3xsZQFE9BSRRhLCfHheGCQKb8h {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #J7dgkGkhAgg9o0opStBhyvXGxonE8yp4 {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #cgnvr7JINyy0lKpNdcHIuhG0wAUkNBQV {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #xz7am5PGX1FWm9fd4k3wiBQ7FluZpOms {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #RoSQBKIovOKbCvT357xr0k7IL2iIKIbP {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #flIW4NXWwHqxdFQZp19efypclFZ51NRz {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #nKZkXds8ignGUnqUwhZtnrTw05R3MMLp {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #n4DVRAorWpg9cS8uIV3nUt5zv15dWKTK {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #QnWBkcyt35JbDXMwPKgF7TGqC3NIaQkh {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #zycbDLBs79TNu5LO9QXGWe70X1V6FyER {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HNMHv9nO6DT8wxHAG9WlJB0mMahkBNhL {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #pmtodZscwxXw9TMxU8HoG4pOcTRKO2qe {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #l8zbuOKxhtk0m7OXGIvap5ZK8p4Hsw83 {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #FfMOBT4wZ641OwXmDZtlA2k3UHhPh3CF {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #phxxzCEcpLfwAvR3Rdgu0aToPzdKCg9A {  }
 }@media only screen and (max-width: 763px) { #JxGkcEFOJSkdMa82u8T4dWKBRZ1TayCN { display:block; }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aLpsyThcDMy6pp9tp6uvI1sU1EQLDw7c {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #fwp7HbshMskWt615pem07OZokhmuvEhn {  }
 }@media only screen and (max-width: 763px) { #MX2rkyCdlnMJOnTo2mAunBHovpQRJ4Qp { top:114px;left:0;width:227px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #W7Qgw5vmToopxUpghVfcPU9BZqfKETIf { top:9px;left:0;width:105px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #EA1BMbaZ75w7zNyzw6SnqGmbRKqzDVom { display:block; }
 }@media only screen and (max-width: 763px) { #usGvmqTny5N9ODiETrJI8pqxeBhpcwLD { width:470px;height:126px;top:111px;left:282px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #iFnOliEKa2ddoAZJFG8U1XiLf2vTJeqT { top:100px;left:276px;width:462px;height:129px;display:block; }
 }@media only screen and (max-width: 763px) { #rJ1TmW6x7wTqP1JHxIPMAyHrUvul0Q0e { top:104px;left:0;width:247px;height:462px;display:block; }
 }@media only screen and (max-width: 763px) { #X5xQK187noNnaWicQnSUHz6zviUsegu8 { display:block; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0xoeyedfHQgZ5zHzHtT9EyO0onpotcS { width:673px;height:88px;top:8px;left:62.989562988281px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #wh483TobztwtIdDl8SRyTpPcfBfpnQSM { width:764px;height:70px;top:113px;left:0;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #EiKAOFXBRTQens8Q62rEhZWibynFf5mT { top:217px;left:489px;width:275px;height:26px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kSzOsLUaAQTmD4POEvqTdXK52ptAM4Os { top:305px;left:512px;width:252px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7GRTTs5kdIHSPDh7Av0BlOL6CGf4QK { top:263px;left:511px;width:252px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yTnRR0T46FPAfCpxWXWC6oqgUrH1XV9K { top:382px;left:510px;width:252px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IwJ4KTLHneowaceuK64lJFVznNGg21l0 { top:345px;left:439px;width:325px;height:26px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Sry1Mp3tM9w3TxTsmIDXN4m0Dt5gPBzy { width:408px;height:254px;top:198px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #muyXPkJWFPzcgVLblOPf50wxgAJ8Z3KK { top:223px;left:737px;width:27px;height:21px;display:block; }
 }@media only screen and (max-width: 763px) { #JSWhxyqKKedytBzr9iOaUKJPF0gP2nah { top:271px;left:737px;width:26px;height:20.225272892999px;display:block; }
 }@media only screen and (max-width: 763px) { #hkaAJrlT2LVLzKITNGziaT2XHDtDel0K { top:310px;left:737px;width:26px;height:20.225272892999px;display:block; }
 }@media only screen and (max-width: 763px) { #mATpL7UCfSFz01n3XfGng0uFKwBsqTEf { top:351px;left:737px;width:26px;height:20.225272892999px;display:block; }
 }@media only screen and (max-width: 763px) { #hFAAu6AaHeUfIvf7uq6Vicw2MxWVR1QA { top:389px;left:737px;width:26px;height:20.225272892999px;display:block; }
 }@media only screen and (max-width: 763px) { #EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt { display:block; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abEKtTQeXgOkWeiKMyInMokwvETRdGKz { top:203px;left:0;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #H8y77dcf6IP93RoyWX0C6cn6Gru0W5SX { top:203px;left:169px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #LhsHDklKqwHCXR6pB5cwo1cJxr2LIlDL { top:203px;left:392px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh6FJFzzrq31gukxcVG7SETv17rKCZzN { top:203px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #t0EeEGOcLOnPOH9J1tUA4uVUtkPaCwpA { top:431px;left:0;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #NaugfUPGCXsZVSf4iUxOdP7fkFznhfxo { top:431px;left:169px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #GZxeEyXIUoP4xaQ7CKVy0ERX83WewLXs { top:431px;left:392px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #sQoNGDamO9cx8ddrFEHlOBL3wscNH7aB { top:431px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #bVH6kN1Fcc4wGHItCSkIZkXizTPTD9aw { top:658px;left:0;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #pL9AdtWWhHI8OXTbM6JvFlMq56zZO8eL { top:658px;left:169px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #cS5AcUd5sCdvumaT9MDG9kerPhoqPWPe { top:658px;left:392px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #Wcx1S9GcUSqhnn9BrOcGsvEnITpd9VGh { top:658px;left:564px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #BMkFPOlRo6FWgdynR8INgoq5GnrcTCFS { top:883px;left:0;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #qCXuDPKDGkLJcelTZRXBETahyQOoWw8k { top:883px;left:168.99658203125px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #qxwihfRpwkIL5w4stqMlMGMBmsSrCdSB { width:673px;height:88px;top:63px;left:16.982666015625px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 { display:block; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVxVai4vTayOR8eWdZmxe0geElTzPs7a { top:235px;left:246.5px;width:311px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XosvKPcGIe3lqgWCLhxvrF39ITFSvSor { width:426px;height:39px;top:34px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #VgAPo803Kiim6nTv8MKtP7NrJlSmJfAh { top:140px;left:219px;width:366px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #PSFDMvb7Ot9vz1QN82xLsLtT1HhZ7qPm { top:90px;left:387px;width:49px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;position:relative;display:block; }
#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .row > .video-iframe-container { display: none; }#oqNluzoZWTS08TbwfZaiOu6Ng51WgTxn > .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); } }@media only screen and (max-width: 763px) { #t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB { display:block; }#t7yN2cHUVnM7lLuteFoFrkPmFffVBxnB > .row .container { width:320px;height:145px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcKT1ifMI4a82G2xizV9lRzzbmITpOvR { width:317.986px;height:93.9931px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH { background-color:#efefef;background-image:url("https://images.assets-landingi.com/QBaf86E7/Landing.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { background-color: transparent; background-image: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row > .video-iframe-container { display: none; }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .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); }#ZVrhwqTC7ObOrOfz0UFM4zKlJUciaMXH > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-regular-label { width:208px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-weight:700;font-style:normal; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text { width:208px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-textarea { width:208px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select { width:208px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-input-button { width:208px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .widget-checkbox-label { width:192px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2  { width:220px;height:auto;top:317.20486450195px;left:35.503475189209px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 .radio-container { width:208px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 {display:block;}#NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 { width:220px;height:auto;top:317.20486450195px;left:35.503475189209px; }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aEaBPXuaWBA2KOfsuJr9llJ8syNBNRmN {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #h6RxUJISEXWEGTrdz5QT7TaVR4aGJncO {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HunmLghgTCavTFlb0Cfb7KJdZM3BnuHS {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #vxBu8y3xsZQFE9BSRRhLCfHheGCQKb8h {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #J7dgkGkhAgg9o0opStBhyvXGxonE8yp4 {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #cgnvr7JINyy0lKpNdcHIuhG0wAUkNBQV {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #xz7am5PGX1FWm9fd4k3wiBQ7FluZpOms {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #RoSQBKIovOKbCvT357xr0k7IL2iIKIbP {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #flIW4NXWwHqxdFQZp19efypclFZ51NRz {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #nKZkXds8ignGUnqUwhZtnrTw05R3MMLp {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #n4DVRAorWpg9cS8uIV3nUt5zv15dWKTK {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #QnWBkcyt35JbDXMwPKgF7TGqC3NIaQkh {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #zycbDLBs79TNu5LO9QXGWe70X1V6FyER {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #HNMHv9nO6DT8wxHAG9WlJB0mMahkBNhL {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #pmtodZscwxXw9TMxU8HoG4pOcTRKO2qe {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #l8zbuOKxhtk0m7OXGIvap5ZK8p4Hsw83 {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #FfMOBT4wZ641OwXmDZtlA2k3UHhPh3CF {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #phxxzCEcpLfwAvR3Rdgu0aToPzdKCg9A {  }
 }@media only screen and (max-width: 763px) { #JxGkcEFOJSkdMa82u8T4dWKBRZ1TayCN { display:block; }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #aLpsyThcDMy6pp9tp6uvI1sU1EQLDw7c {  }
 }@media only screen and (max-width: 763px) { #NeN45Wn9ohhkyJ1Trh7RTMULCwHhRzn2 #fwp7HbshMskWt615pem07OZokhmuvEhn {  }
 }@media only screen and (max-width: 763px) { #MX2rkyCdlnMJOnTo2mAunBHovpQRJ4Qp { width:226.997px;height:20px;top:298.19445419312px;left:45.972229003906px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W7Qgw5vmToopxUpghVfcPU9BZqfKETIf { top:6.9609375px;left:3.1171875px;width:76px;height:23px;display:none; }
 }@media only screen and (max-width: 763px) { #EA1BMbaZ75w7zNyzw6SnqGmbRKqzDVom { display:block; }
 }@media only screen and (max-width: 763px) { #usGvmqTny5N9ODiETrJI8pqxeBhpcwLD { width:265px;height:73.3333px;top:87px;left:37px;text-align:center;text-align-last:center;font-size:15px;text-shadow:1px 1px 30px rgba(0,0,0,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #iFnOliEKa2ddoAZJFG8U1XiLf2vTJeqT { width:300px;height:127.986px;top:60px;left:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rJ1TmW6x7wTqP1JHxIPMAyHrUvul0Q0e { width:247px;height:462px;top:284.96528625488px;left:38.454864501953px;display:block; }
 }@media only screen and (max-width: 763px) { #X5xQK187noNnaWicQnSUHz6zviUsegu8 { background-color:#002231;background-image:none;display:block; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { background-color: transparent; background-image: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container > .video-iframe-container { display: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row > .video-iframe-container { display: none; }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .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); }#X5xQK187noNnaWicQnSUHz6zviUsegu8 > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0xoeyedfHQgZ5zHzHtT9EyO0onpotcS { width:320px;height:82.2222px;top:32.881942749023px;left:0;text-align:center;text-align-last:center;font-size:28px;color:#df4a8d;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wh483TobztwtIdDl8SRyTpPcfBfpnQSM { width:320px;height:33.3333px;top:125.46875px;left:0;text-align:center;text-align-last:center;color:#fafafa;font-size:10px;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EiKAOFXBRTQens8Q62rEhZWibynFf5mT { width:270px;height:24.4444px;top:195px;left:13px;text-align:center;text-align-last:center;color:#df4a8d;font-weight:400;font-style:normal;font-family:"sari 3";font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #kSzOsLUaAQTmD4POEvqTdXK52ptAM4Os { width:180.99px;height:20px;top:282.93399047852px;left:102.96875762939px;text-align:center;text-align-last:center;color:#df4a8d;font-family:"sari 3";font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7GRTTs5kdIHSPDh7Av0BlOL6CGf4QK { width:132.986px;height:20px;top:240px;left:151px;text-align:center;text-align-last:center;font-family:"sari 3";color:#df4a8d;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yTnRR0T46FPAfCpxWXWC6oqgUrH1XV9K { width:225.99px;height:20px;top:334.46181488037px;left:69.94792175293px;text-align:center;text-align-last:center;font-family:"sari 3";color:#df4a8d;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IwJ4KTLHneowaceuK64lJFVznNGg21l0 { width:272.986px;height:23.3333px;top:378.80206871033px;left:34.982643127441px;text-align:center;text-align-last:center;font-size:18px;color:#df4a8d;font-family:"sari 3";display:block; }
 }@media only screen and (max-width: 763px) { #Sry1Mp3tM9w3TxTsmIDXN4m0Dt5gPBzy { height:185.99px;width:320px;top:449.94798469543px;left:0;box-shadow: 1px 1px 30px rgba(0,0,0,0.28) ;display:block; }
 }@media only screen and (max-width: 763px) { #muyXPkJWFPzcgVLblOPf50wxgAJ8Z3KK { width:26.9965px;height:20.9896px;top:197px;left:280px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #JSWhxyqKKedytBzr9iOaUKJPF0gP2nah { width:26.9965px;height:20.9896px;top:239px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #hkaAJrlT2LVLzKITNGziaT2XHDtDel0K { width:26.9792px;height:20.9896px;top:282.46527099609px;left:282.98611450195px;display:block; }
 }@media only screen and (max-width: 763px) { #mATpL7UCfSFz01n3XfGng0uFKwBsqTEf { width:26.9792px;height:20.9896px;top:333.99304199219px;left:282.98611450195px;display:block; }
 }@media only screen and (max-width: 763px) { #hFAAu6AaHeUfIvf7uq6Vicw2MxWVR1QA { width:26.9792px;height:20.9896px;top:379.98265647888px;left:282.98611450195px;display:block; }
 }@media only screen and (max-width: 763px) { #EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt { display:block; }#EWTyxKpmtdelRtU1oEizyF6KMwe0FOlt > .row .container { width:320px;height:3682px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abEKtTQeXgOkWeiKMyInMokwvETRdGKz { width:200px;height:200px;top:163.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #H8y77dcf6IP93RoyWX0C6cn6Gru0W5SX { width:200px;height:200px;top:383.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LhsHDklKqwHCXR6pB5cwo1cJxr2LIlDL { width:200px;height:200px;top:603.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Zh6FJFzzrq31gukxcVG7SETv17rKCZzN { width:200px;height:200px;top:823.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #t0EeEGOcLOnPOH9J1tUA4uVUtkPaCwpA { width:200px;height:200px;top:1043.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #NaugfUPGCXsZVSf4iUxOdP7fkFznhfxo { width:200px;height:200px;top:1263.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #GZxeEyXIUoP4xaQ7CKVy0ERX83WewLXs { width:200px;height:200px;top:1483.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #sQoNGDamO9cx8ddrFEHlOBL3wscNH7aB { width:200px;height:200px;top:1703.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #bVH6kN1Fcc4wGHItCSkIZkXizTPTD9aw { width:200px;height:200px;top:1923.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #pL9AdtWWhHI8OXTbM6JvFlMq56zZO8eL { width:200px;height:200px;top:2143.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #cS5AcUd5sCdvumaT9MDG9kerPhoqPWPe { width:200px;height:200px;top:2363.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Wcx1S9GcUSqhnn9BrOcGsvEnITpd9VGh { width:200px;height:200px;top:2583.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #BMkFPOlRo6FWgdynR8INgoq5GnrcTCFS { width:200px;height:200px;top:3243.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qCXuDPKDGkLJcelTZRXBETahyQOoWw8k { width:200px;height:200px;top:3463.316px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qxwihfRpwkIL5w4stqMlMGMBmsSrCdSB { width:320px;height:123.333px;top:20px;left:0;text-align:center;text-align-last:center;font-size:28px;color:#df4a8d;font-family:"sari 3";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 { display:block; }#hpMnvJHR1LsIABdzdrE1vLpmrFqcsCp3 > .row .container { width:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVxVai4vTayOR8eWdZmxe0geElTzPs7a { width:310.99px;height:20px;top:213.316px;left:4px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XosvKPcGIe3lqgWCLhxvrF39ITFSvSor { width:320px;height:43.3333px;top:20px;left:0;text-align:center;text-align-last:center;font-size:23px;color:#ffffff;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #VgAPo803Kiim6nTv8MKtP7NrJlSmJfAh { width:320px;height:40px;top:153.316px;left:0;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #PSFDMvb7Ot9vz1QN82xLsLtT1HhZ7qPm { width:48.9931px;height:50px;top:83.316px;left:135px;font-size:35px;display:block; }
 }