.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:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .row > .video-iframe-container { display: none; }#y6hHA57XARvIWNQDosbD7R6CaB4Bp9DG > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { background-color:#f9f9f9;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { background-color: transparent; background-image: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row > .video-iframe-container { display: none; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .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); }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { border-width: 0; border-radius: 0; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:960px;height:734px;font-size:14px;font-family:arial;position:relative;display:block; }#ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { display:block;width:960px;position:absolute;font-family:"open sans";font-size:35px;font-weight:300;z-index:100001;line-height:1.1;letter-spacing:0;top:193px;left:0;height:76px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#585858;display:block; }
#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { display:block;width:894px;position:absolute;font-family:raleway;font-size:22px;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:280px;left:0;height:60px;color:#585858;font-style:normal;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#u15vfd5Cy6Scxg24CqBFKEIBBk9oLqxN { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:120px;top:37px;left:0;overflow:hidden;display:block; }
#gwZVXMNAaa0doaw1057ooqJwJANGr6Uo { position:absolute;display:block;z-index:100009;background-color:#585858;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:42px;width:357px;top:114px;left:0;display:block; }
#gI7MKT0NbLUdxOGUs254yQIaUf8KrHQz { display:block;width:593px;position:absolute;font-family:raleway;font-size:27px;font-weight:700;z-index:100012;line-height:1.1;letter-spacing:0;top:120.5px;left:21.5px;height:29px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#D3AaiNAxaRHTSJmEWQJNsH2iReHgcl9d { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:550px;top:376px;left:0;display:block; }
#fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 { display:block;width:402px;position:absolute;font-family:raleway;font-size:16px;font-weight:300;z-index:100004;line-height:1.4;letter-spacing:0;top:59px;left:493px;height:22px;color:#585858;font-style:normal;display:block; }#fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { position:relative;display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { background-color: transparent; background-image: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row > .video-iframe-container { display: none; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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); }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { border-width: 0; border-radius: 0; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .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:264px;width:960px;position:relative;display:block; }#gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { display:block;width:960px;position:absolute;font-family:raleway;font-size:26px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:115.5px;left:0;height:33px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }
#K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { display:block;width:960px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:148.5px;left:0;height:230px;font-style:normal;color:#343434;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { position:relative;display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { background-color: transparent; background-image: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row > .video-iframe-container { display: none; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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); }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { border-width: 0; border-radius: 0; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .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:100px;width:960px;position:relative;display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { background-color: transparent; background-image: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row > .video-iframe-container { display: none; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .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); }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { border-width: 0; border-radius: 0; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { font-size:14px;font-family:arial;height:264px;width:960px;position:relative;display:block; }#N1lJtTVN165iNUt198r9uoIEFzPTzLeS { display:block;width:625px;position:absolute;font-family:raleway;font-size:18px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:85px;left:43px;height:;font-style:normal;color:#343434;text-align:left;text-align-last:left;display:block; }#N1lJtTVN165iNUt198r9uoIEFzPTzLeS li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#N1lJtTVN165iNUt198r9uoIEFzPTzLeS li:before{  }
#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { background-color: transparent; background-image: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container > .video-iframe-container { display: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row > .video-iframe-container { display: none; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .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); }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { border-width: 0; border-radius: 0; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { background-color: transparent; background-image: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row > .video-iframe-container { display: none; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .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); }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { border-width: 0; border-radius: 0; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }#TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { display:block;width:960px;position:absolute;font-family:raleway;font-size:26px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:19px;left:0;height:33px;text-align:left;text-align-last:left;color:#343434;font-style:normal;display:block; }
#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { background-color: transparent; background-image: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container > .video-iframe-container { display: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row > .video-iframe-container { display: none; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .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); }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { border-width: 0; border-radius: 0; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { font-size:14px;font-family:arial;height:337px;width:960px;position:relative;display:block; }#ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { border-bottom:1px solid rgba(52,52,52,0.2);border-left:1px solid rgba(52,52,52,0.2);border-right:1px solid rgba(52,52,52,0.2);border-top:1px solid rgba(52,52,52,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:420px;position:absolute;display:block;z-index:100000;top:75px;left:0;display:block; }
#KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { border-bottom:4px solid #0ea2f1;border-left:4px solid #0ea2f1;border-right:4px solid #0ea2f1;border-top:4px solid #0ea2f1;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lHfObAOv/barlow_valerie_104x156.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:145px;width:145px;position:absolute;display:block;z-index:100001;top:0;left:134px;display:block; }
#Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { display:block;width:380px;position:absolute;font-family:raleway;font-size:16px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:244px;left:21px;height:48px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { display:block;width:400px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:173px;left:11px;height:56px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { border-bottom:1px solid rgba(52,52,52,0.2);border-left:1px solid rgba(52,52,52,0.2);border-right:1px solid rgba(52,52,52,0.2);border-top:1px solid rgba(52,52,52,0.2);border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-color:#ffffff;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:250px;width:420px;position:absolute;display:block;z-index:100004;top:75px;left:538px;display:block; }
#kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { border-bottom:4px solid #0ea2f1;border-left:4px solid #0ea2f1;border-right:4px solid #0ea2f1;border-top:4px solid #0ea2f1;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/YZ9dWTxI/Screen_Shot_2019_10_17_at_10.40.24_AM.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;height:145px;width:145px;position:absolute;display:block;z-index:100005;top:20px;left:672px;display:block; }
#EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { display:block;width:380px;position:absolute;font-family:raleway;font-size:16px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:244px;left:559px;height:72px;color:#343434;font-style:italic;text-align:center;text-align-last:center;display:block; }
#s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { display:block;width:400px;position:absolute;font-family:raleway;font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:173px;left:538px;height:56px;font-style:normal;text-align:center;text-align-last:center;color:#343434;display:block; }
#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { background-color: transparent; background-image: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row > .video-iframe-container { display: none; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .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); }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { border-width: 0; border-radius: 0; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { font-size:14px;font-family:arial;height:100px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:764px;height:76px;top:193px;left:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:764px;height:60px;top:280px;left:0;font-size:22px;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #u15vfd5Cy6Scxg24CqBFKEIBBk9oLqxN { top:37px;left:0;width:120px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #gwZVXMNAaa0doaw1057ooqJwJANGr6Uo { top:114px;left:0;width:357px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #gI7MKT0NbLUdxOGUs254yQIaUf8KrHQz { width:593px;height:29px;top:120px;left:0;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #D3AaiNAxaRHTSJmEWQJNsH2iReHgcl9d { top:376px;left:0;width:550px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 { width:402px;height:22px;top:59px;left:362px;font-size:16px;display:block; }#fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:764px;height:33px;top:115px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { width:764px;height:230px;top:148px;left:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1lJtTVN165iNUt198r9uoIEFzPTzLeS { width:625px;height:;top:85px;left:0;font-size:18px;display:block; }#N1lJtTVN165iNUt198r9uoIEFzPTzLeS li:before{  }
 }@media only screen and (max-width: 763px) { #wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:764px;height:33px;top:19px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { display:block; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:370px;height:250px;top:75px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:145px;height:145px;top:0;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:350px;height:92px;top:163px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:350px;height:31px;top:267px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { width:370px;height:250px;top:75px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { width:145px;height:145px;top:0;left:501px;display:block; }
 }@media only screen and (max-width: 763px) { #EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { width:350px;height:92px;top:162px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { width:350px;height:31px;top:267px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eAI2k808rG6hlimKHqwg5iw6d5LBBQzh { display:block; }#eAI2k808rG6hlimKHqwg5iw6d5LBBQzh > .row .container { width:320px;height:1278.2px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsezuPuw3wyZLkX7pDh9qum5X8IP07x { width:300px;height:231px;top:85px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI { width:300px;height:120px;top:835px;left:10px;font-size:16px;line-height:1.9;display:block; }#dFU73w1KCgCI1J0DJCTKtGLIAtTmS1xI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #u15vfd5Cy6Scxg24CqBFKEIBBk9oLqxN { width:120px;height:43px;top:20px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #gwZVXMNAaa0doaw1057ooqJwJANGr6Uo { width:320px;height:42px;top:1017px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #gI7MKT0NbLUdxOGUs254yQIaUf8KrHQz { width:320px;height:0;top:1023.5px;left:0;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #D3AaiNAxaRHTSJmEWQJNsH2iReHgcl9d { height:179.2px;width:320px;top:1079px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 { width:320px;height:0;top:975px;left:0;font-size:16px;line-height:1.9;display:block; }#fxlGCXePz0eOuUz9Whg8JAnwK7xoQRf6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Rtvzqda0/check.png); }
 }@media only screen and (max-width: 763px) { #HsbkWqroidvHikJ2s47D5ymuMGbnQq01 { display:block; }#HsbkWqroidvHikJ2s47D5ymuMGbnQq01 > .row .container { width:320px;height:807px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZVafTuuTyrPIMgKU2HeqiSIbL8W49dt { width:300px;height:33px;top:20px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #K0drW8uhZwDxPTNdQ1S09L5AzQelB07X { width:300px;height:702px;top:73px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #elsPAOytvFJUAl9TAapa1T0t9PVlfk0W { display:block; }#elsPAOytvFJUAl9TAapa1T0t9PVlfk0W > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy { display:block; }#PCHJTklRsixHfRyZCnNWOo8TeOpeoVcy > .row .container { width:320px;height:414px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N1lJtTVN165iNUt198r9uoIEFzPTzLeS { width:320px;height:374px;top:20px;left:0;text-align:center;text-align-last:center;font-size:20px;display:block; }#N1lJtTVN165iNUt198r9uoIEFzPTzLeS li:before{  }
 }@media only screen and (max-width: 763px) { #wbWoNE8m9K18iOhPWTUF0T379OJcGH70 { display:block; }#wbWoNE8m9K18iOhPWTUF0T379OJcGH70 > .row .container { width:320px;height:40px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm { display:block; }#HmPu4N7GbRlySqmbxdNHKWmkTfTbxakm > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaOifQD9XNMSvi1oAdm6C0o16J9LxxF0 { width:320px;height:33px;top:20px;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s { display:block; }#DClTfMCW0ETXvbgq9MV9vTaoKvMpBK1s > .row .container { width:320px;height:822px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ee1BHt7oSxNdPeVFlOwO5TDpKesZXmiy { width:300px;height:221px;top:20px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #KFBN5ga5Av2wdeQpDRvBWCEtFkddbNta { width:100px;height:100px;top:281px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #Pdwrei1VHbFsAfqiwh2bnm6emBtRvAxn { width:280px;height:72px;top:189px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t3bofEQMbtQmse9y2quUN1sTQqqzca8Z { width:280px;height:56px;top:118px;left:20px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #V3t7gbP1Ww6sUkt4QZqAaDPOBMke3Tmr { width:300px;height:221px;top:409px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #kMKe70TGUqDbZ1dFg5tPqDEKvKleucJG { width:100px;height:100px;top:694px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #EkgQtdESto7qIsQi9Df6UAHwMKK4Xlui { width:280px;height:96px;top:578px;left:30px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s0Bu6A6olhcrxEkN4gPGT6GBUm0EFPyW { width:320px;height:56px;top:507px;left:0;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM { display:block; }#DuEFVfbqgCZAtPIZOqboKSJdNE3m0UCM > .row .container { width:320px;height:98px;position:relative;display:block; } }