.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:transparent;background-image:url("https://images.assets-landingi.com/qK7IsdT1/jonathan_borba_8l8Yl2ruUsg_unsplash.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,63,63,0.59); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(63,63,63,0.59); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:960px;height:669px;font-size:14px;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:960px;position:absolute;font-family:"open sans";font-size:42px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:33px;left:0px;height:92.3906px;color:#ffbf05;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:781px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:142px;left:0px;height:46.7969px;color:#515151;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:789px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:215px;left:0px;height:;color:#515151;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:281px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:575px;left:56.5px;height:62.3906px;color:#000000;font-style:normal;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#e1a713;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:359px;height:93px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:447px;left:0px;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:14px;font-family:arial;height:320px;width:960px;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:170px;left:0px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#669fb7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15000;top:65px;left:105px;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:85px;left:125px;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:212px;left:0px;height:67.1953px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:212px;left:330px;height:67.1953px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:170px;left:330px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#669fb7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15004;top:65px;left:435px;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:85px;left:455px;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:212px;left:660px;height:67.1953px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:170px;left:660px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#669fb7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15008;top:65px;left:765px;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:85px;left:785px;display:block; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { position:relative;display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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:167px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:960px;position:absolute;font-family:"open sans";font-size:33px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.1484375px;left:0px;height:85.7968px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { position:relative;display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { background-color: transparent; background-image: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { border-width: 0; border-radius: 0; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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:303px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:30.5px;left:22px;height:192px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:125px;left:22px;height:;text-align:center;text-align-last:center;color:#669fb7;font-style:normal;display:block; }
#XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:125px;left:350px;height:27px;text-align:center;text-align-last:center;color:#669fb7;font-style:normal;display:block; }
#Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:30.5px;left:350px;height:192px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:125px;left:678px;height:27px;text-align:center;text-align-last:center;color:#669fb7;font-style:normal;display:block; }
#aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:42.5px;left:670px;height:192px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf05;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { background-color: transparent; background-image: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { display: none; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .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); }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { border-width: 0; border-radius: 0; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:803px;position:absolute;font-family:"open sans";font-size:31px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:51px;left:55px;height:120.8907px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:444px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:272px;left:251.5px;height:109.1953px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#LTkBD9LUiwkiS2ZDUd4PaT7yCrVEu2ID { z-index:15003;top:198px;left:310.5px;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #669fb7, #669fb7);background-image: -moz-linear-gradient(181deg, #669fb7, #669fb7);background-image: -ms-linear-gradient(181deg, #669fb7, #669fb7);background-image: -o-linear-gradient(181deg, #669fb7, #669fb7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#669fb7', endColorstr='#669fb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#669fb7', endColorstr='#669fb7' );";background-image: linear-gradient(181deg, #669fb7, #669fb7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:326px;height:75px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Q1lipT5XHJtV4JoOHT7DRPT6cy3KGuzw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:764px;height:92px;top:33px;left:0px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:764px;height:46px;top:142px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:764px;height:;top:215px;left:0px;font-size:24px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:281px;height:62px;top:575px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:359px;height:93px;top:447px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:300px;height:31px;top:170px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:66px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:50px;height:50px;top:86px;left:103px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:300px;height:67px;top:212px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:300px;height:67px;top:212px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:255px;height:31px;top:170px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:66px;left:336.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:50px;height:50px;top:86px;left:356.66666666667px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:300px;height:67px;top:212px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:255px;height:31px;top:171px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:67px;left:592.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:50px;height:50px;top:87px;left:612.33333333333px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:764px;height:128px;top:19px;left:0px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:260px;height:216px;top:30px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:260px;height:;top:125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:260px;height:27px;top:125px;left:253px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:260px;height:216px;top:30px;left:248px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:260px;height:27px;top:125px;left:504px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:260px;height:192px;top:42px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:764px;height:120px;top:51px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:444px;height:109px;top:272px;left:153.5px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #LTkBD9LUiwkiS2ZDUd4PaT7yCrVEu2ID { top:198px;left:212.5px;width:326px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lipT5XHJtV4JoOHT7DRPT6cy3KGuzw { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#787878;background-image:url("https://images.assets-landingi.com/gMCO0iXeo_c/unsplash/angelo-pantazis-gMCO0iXeo_c-photo-1517947138120-81858a0b2ab7.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:848px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:320px;height:170.469px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:320px;height:62.3906px;top:210px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:320px;height:305.383px;top:289px;left:0px;font-size:18px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:176px;height:66.2813px;top:769.71875px;left:72px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:250px;height:135px;top:615px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:320px;height:803px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:300px;height:31.1953px;top:163px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:50px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:50px;height:50px;top:70px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:300px;height:67.1953px;top:214px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:300px;height:67.1953px;top:470px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:300px;height:31.1953px;top:419px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:309px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:50px;height:50px;top:329px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:300px;height:67.1953px;top:705px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:300px;height:31.1953px;top:665px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:555px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:50px;height:50px;top:575px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:320px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:320px;height:181.9919px;top:19.984375px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:320px;height:748px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:260px;height:216px;top:22px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:260px;height:0;top:114px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:260px;height:24px;top:282px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:260px;height:216px;top:282px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:260px;height:24px;top:464px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:260px;height:192px;top:540px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 { display:block; }#srdMnmIKPrQGX6CwqfViRS3Ny0EfUZs6 > .row .container { width:320px;height:623px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:320px;height:300.2894px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:320px;height:78px;top:495px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LTkBD9LUiwkiS2ZDUd4PaT7yCrVEu2ID { top:382px;left:8px;width:304px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1lipT5XHJtV4JoOHT7DRPT6cy3KGuzw { display:block; }
 }