.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10ab5216-6899-4e62-8213-5dbdb9d87bb8/istockphoto1290220631170667a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.adaptive-delivery-prevent-bg, #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.lazyload, #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.lazyloading { background-image: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { background-color: transparent; background-image: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container > .video-iframe-container { display: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row > .video-iframe-container { display: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .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); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { border-width: 0; border-radius: 0; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#GuAIQdpzqAt7McrRTUe8MJydJiH4zy3k { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.09375rem;left:11.0625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNRVNRrTIKAFtq0vkxy4kkvzTaN9uuDS { color:rgba(255,255,255,0.8);display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:21.5rem;left:17.5rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdxlTmlxAcyG1ihyBrRvv1k6b6Tm5LBr { color:rgba(255,255,255,0.8);display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.0625rem;left:9.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3pO3KMgwUAJoupoAtQd0ROIp6TXxWfo { color:rgba(255,255,255,0.7);display:block;width:40.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.28125rem;left:9.59375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container { background-color: transparent; background-image: none; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container > .video-iframe-container { display: none; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row > .video-iframe-container { display: none; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .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); }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container { border-width: 0; border-radius: 0; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container { font-size:0.875rem;font-family:"open sans";height:28.6875rem;width:60rem;position:relative;display:block; }#DTvWAfPOibDheL3IUQb8dba8H9NMWrZ4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:12.625rem;top:20.03125rem;left:33.0625rem;overflow:hidden;display:block; }
#ql9MFfFqUJV9A9CVEQdJPSgfCIb9iE73 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:14.5rem;top:20.78125rem;left:12.5rem;overflow:hidden;display:block; }
#soSbsprhdZH9hVk3gbCWHDrzMQEEAEVi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:16.75rem;top:6rem;left:21.625rem;overflow:hidden;display:block; }
#JkDrkwGbTBGR2xipTHWX7Gbfs3rW5Hov { color:#4c4a4b;display:block;width:24.1865rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:17.09375rem;left:17.90625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Oa0IAWP6kaDQR3w71iIenTmILlPMvuJ2 { color:#4c4a4b;display:block;width:9.0625rem;position:absolute;font-family:"bebas neue";font-size:2.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.75rem;left:25.46875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#atZwOgNQ3wqgvKPw7wLV1gOIOhlNBMTQ { position:absolute;display:block;z-index:100016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:56.25rem;top:27.9375rem;left:1.875rem;display:block; }
#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 { position:relative;display:block; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 { background-color: transparent; background-image: none; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row .container > .video-iframe-container { display: none; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row > .video-iframe-container { display: none; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .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); }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 { border-width: 0; border-radius: 0; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#GfiqTkittSthFSAtFrHHF43wIOPuVo8O { color:#2d302e;display:block;width:24.1873125rem;position:absolute;font-family:"bebas neue";font-size:1.5rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:4.25rem;left:17.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#TNbQhMMXURksNaTInwq3pbVkVGU43nfD { color:#1fb19b;display:block;width:17.061625rem;position:absolute;font-family:"bebas neue";font-size:2.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:1.125rem;left:21.4375rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { position:relative;display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { background-color: transparent; background-image: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container > .video-iframe-container { display: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row > .video-iframe-container { display: none; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .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); }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { border-width: 0; border-radius: 0; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ec42464d-1302-41b7-8a62-3e40a94f8830/BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.adaptive-delivery-prevent-bg, #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.lazyload, #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container.lazyloading { background-image: none; }#NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:3.6875rem;left:12.75rem;overflow:hidden;display:block; }
#q66kapPcKWavep1LUGi5vC97uOcbw2SB { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:3.6875rem;left:36.625rem;overflow:hidden;display:block; }
#i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.1875rem;left:11.125rem;height:2.03125rem;text-align:center;text-align-last:center;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; }
#MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.1875rem;left:35.75rem;height:2.03125rem;text-align:center;text-align-last:center;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; }
#wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.1875rem;left:10.4375rem;height:10.23630625rem;text-align:center;text-align-last:center;display:block; }
#RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:19.1875rem;left:35.75rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container { background-color: transparent; background-image: none; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container > .video-iframe-container { display: none; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row > .video-iframe-container { display: none; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .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); }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container { border-width: 0; border-radius: 0; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container { font-size:0.875rem;font-family:"open sans";height:20.4375rem;width:60rem;position:relative;display:block; }#AV8may2SaA5IBVinywxRUFdGtVHw2qVk { color:#394c69;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:9.125rem;left:1.375rem;height:2.44921875rem;font-style:normal;display:block; }
#vS1VWo6BNQcsuEfKXfuRETh3N9lVykDf { color:#394c69;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100014;line-height:1.4;letter-spacing:0;top:6.8125rem;left:52.6875rem;height:6.125rem;font-style:normal;display:block; }
#SVz4dDPJONUu37IaqVzfK73rETNVmqCq { position:absolute;display:block;z-index:100015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:35.625rem;top:13.8125rem;left:24.375rem;display:block; }
#RcEdImTTc9P0DzEImG6em1poWpG6tI99 { box-sizing:content-box;color:#394c69;font-size:1.375rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:8.875rem;left:50.0625rem;display:block; }
#B73PJuGJGbLodQoladhzVpyLRyFyDfs6 { color:#394c69;display:block;width:7.3118125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:8.625rem;left:41.0625rem;height:2.4746125rem;font-style:normal;display:block; }
#N0OWlTvGZ2JZatSuglNkiHRmsmfoMg8g { box-sizing:content-box;color:#394c69;font-size:1.375rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:8.875rem;left:38.5625rem;display:block; }
#POuhFlhmvtHmmclkUsdNP5ShQFP2yvEl { color:#394c69;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:9.25rem;left:27.5rem;height:1.2246125rem;font-style:normal;display:block; }
#Wt4MfKQv4FTTNKkz9TXlQCrz4CPEKmTU { box-sizing:content-box;color:#394c69;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:8.875rem;left:24.6875rem;display:block; }
#l4uPc2sRzmZ0Xp8TZ4pxRDo9I8AzTLiT { position:absolute;display:block;z-index:100016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:20rem;top:13.8125rem;left:0rem;display:block; }
#aGqTZTUCdlHDSi55dcwVZ0BCAbzW9Evb { color:#394c69;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:1.5rem;left:17.375rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9vdxLHuvb8TrQVDLWXgaCgvQ4KOKD51 { color:#394c69;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:12.3125rem;left:17.375rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ct7JKK4TMyXqRQA6iQUAVrFEQDQtdlD8 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.9375rem;top:4.1875rem;left:1.375rem;overflow:hidden;display:block; }
#iUZfmUcF0dH7Mfu3PUlVcBeV07UCIJeO { z-index:100000;top:15.4375rem;left:4rem;background-color:#1fb19b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(31,177,155,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vu0zLJSmiQrM31nb2wncKwbk7CKf5LdB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV { display:block; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuAIQdpzqAt7McrRTUe8MJydJiH4zy3k { width:37.8125rem;height:5rem;top:13.0625rem;left:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRVNRrTIKAFtq0vkxy4kkvzTaN9uuDS { width:26.25rem;height:3.6875rem;top:21.5rem;left:11.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdxlTmlxAcyG1ihyBrRvv1k6b6Tm5LBr { width:40.8125rem;height:2.5rem;top:5.0625rem;left:3.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pO3KMgwUAJoupoAtQd0ROIp6TXxWfo { width:40.8125rem;height:2.5rem;top:8.25rem;left:3.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ { display:block; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTvWAfPOibDheL3IUQb8dba8H9NMWrZ4 { top:20rem;left:26.9375rem;width:12.625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql9MFfFqUJV9A9CVEQdJPSgfCIb9iE73 { top:20.75rem;left:6.375rem;width:14.5rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSbsprhdZH9hVk3gbCWHDrzMQEEAEVi { top:6rem;left:15.5rem;width:16.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkDrkwGbTBGR2xipTHWX7Gbfs3rW5Hov { top:17.0625rem;left:11.78125rem;width:24.125rem;height:2.4375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oa0IAWP6kaDQR3w71iIenTmILlPMvuJ2 { top:1.75rem;left:19.34375rem;width:9.0625rem;height:3.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #atZwOgNQ3wqgvKPw7wLV1gOIOhlNBMTQ { top:27.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 { display:block; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfiqTkittSthFSAtFrHHF43wIOPuVo8O { top:4.25rem;left:11.8125rem;width:24.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbQhMMXURksNaTInwq3pbVkVGU43nfD { top:1.125rem;left:15.3125rem;width:17rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { top:3.6875rem;left:6.625rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66kapPcKWavep1LUGi5vC97uOcbw2SB { top:3.6875rem;left:30.5rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { top:15.1875rem;left:5rem;width:13.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { top:15.1875rem;left:29.625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { top:19.1875rem;left:4.3125rem;width:15.3125rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { top:19.1875rem;left:29.625rem;width:12.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 { display:block; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV8may2SaA5IBVinywxRUFdGtVHw2qVk { top:9.125rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1VWo6BNQcsuEfKXfuRETh3N9lVykDf { top:6.8125rem;left:40.4375rem;width:7.3125rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVz4dDPJONUu37IaqVzfK73rETNVmqCq { top:13.8125rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcEdImTTc9P0DzEImG6em1poWpG6tI99 { top:8.875rem;left:43.9375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73PJuGJGbLodQoladhzVpyLRyFyDfs6 { top:8.625rem;left:34.9375rem;width:7.25rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0OWlTvGZ2JZatSuglNkiHRmsmfoMg8g { top:8.875rem;left:32.4375rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuhFlhmvtHmmclkUsdNP5ShQFP2yvEl { top:9.25rem;left:21.375rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4MfKQv4FTTNKkz9TXlQCrz4CPEKmTU { top:8.875rem;left:18.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uPc2sRzmZ0Xp8TZ4pxRDo9I8AzTLiT { top:13.8125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGqTZTUCdlHDSi55dcwVZ0BCAbzW9Evb { top:1.5rem;left:11.25rem;width:25.3125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9vdxLHuvb8TrQVDLWXgaCgvQ4KOKD51 { top:14.0625rem;left:0rem;width:19.8125rem;height:2.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ct7JKK4TMyXqRQA6iQUAVrFEQDQtdlD8 { width:9.9375rem;height:4.4375rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZfmUcF0dH7Mfu3PUlVcBeV07UCIJeO { top:15.4375rem;left:0rem;width:12.0625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu0zLJSmiQrM31nb2wncKwbk7CKf5LdB { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10ab5216-6899-4e62-8213-5dbdb9d87bb8/istockphoto1290220631170667a.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.adaptive-delivery-prevent-bg, #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.lazyload, #VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV.lazyloading { background-image: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { background-color: transparent; background-image: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container > .video-iframe-container { display: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row > .video-iframe-container { display: none; }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .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); }#VoxiZC4XqyoW1AG26WL7W2Vi4GLDlgsV > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuAIQdpzqAt7McrRTUe8MJydJiH4zy3k { width:20rem;height:2.75rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNRVNRrTIKAFtq0vkxy4kkvzTaN9uuDS { width:20rem;height:2.5996125rem;top:12.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdxlTmlxAcyG1ihyBrRvv1k6b6Tm5LBr { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pO3KMgwUAJoupoAtQd0ROIp6TXxWfo { width:20rem;height:1.625rem;top:3.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ { display:block; }#QWh45oZmITLiXWmP2cr2W3nVqhyRIJpQ > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTvWAfPOibDheL3IUQb8dba8H9NMWrZ4 { width:7.8125rem;height:3.375rem;top:13.0625rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql9MFfFqUJV9A9CVEQdJPSgfCIb9iE73 { width:9.5rem;height:2.5625rem;top:13.46875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSbsprhdZH9hVk3gbCWHDrzMQEEAEVi { width:13.75rem;height:5.5rem;top:3.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkDrkwGbTBGR2xipTHWX7Gbfs3rW5Hov { width:20rem;height:1.94921875rem;top:10.63671875rem;left:0rem;font-size:1.5rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Oa0IAWP6kaDQR3w71iIenTmILlPMvuJ2 { width:20rem;height:2.2744125rem;top:0.787109375rem;left:0rem;font-size:1.75rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #atZwOgNQ3wqgvKPw7wLV1gOIOhlNBMTQ { width:18.75rem;height:0.0625rem;top:18rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 { display:block; }#NIsz0BL00lHDSwO3zh4u9mfHPNTGuCK5 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfiqTkittSthFSAtFrHHF43wIOPuVo8O { width:20rem;height:1.94921875rem;top:4.46142578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbQhMMXURksNaTInwq3pbVkVGU43nfD { width:17rem;height:2.5996125rem;top:1.29931640625rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uacRIAb6nUffM90ZrgaWNo1O9RFNXfex { display:block; }#uacRIAb6nUffM90ZrgaWNo1O9RFNXfex > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQ0VOoII9xTUp8MSPkvLISRCqORNcpwr { width:10.6875rem;height:10.6875rem;top:1.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q66kapPcKWavep1LUGi5vC97uOcbw2SB { width:10.6875rem;height:10.6875rem;top:27.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4msVKtJhswPVzJAdMVBrmoAzrXUuxvd { width:13.9375rem;height:2.03125rem;top:12.5rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCJrg2tTthPQKLycGSU5h9r3glnSpdA3 { width:12.5rem;height:2.03125rem;top:38.5625rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn9AoZ3owNhigezZfO2P3LfJ0RIALs30 { width:15.3125rem;height:10.23630625rem;top:16.1875rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLytzpGBC6pL9AP0M4DFgykPznRdT1xx { width:12.5rem;height:3.4121125rem;top:41.75rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 { display:block; }#bKXzPhZSWz5PHo8V4fd9RDyBlL7ws266 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AV8may2SaA5IBVinywxRUFdGtVHw2qVk { width:14.6234375rem;height:2.44921875rem;top:6.5rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vS1VWo6BNQcsuEfKXfuRETh3N9lVykDf { width:11.5625rem;height:4.1875rem;top:17.25rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SVz4dDPJONUu37IaqVzfK73rETNVmqCq { width:18.75rem;height:0.0625rem;top:34.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcEdImTTc9P0DzEImG6em1poWpG6tI99 { width:2rem;height:2rem;top:15.3125rem;left:8.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B73PJuGJGbLodQoladhzVpyLRyFyDfs6 { width:11.74925rem;height:2.7744125rem;top:30.25rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0OWlTvGZ2JZatSuglNkiHRmsmfoMg8g { width:1.99921875rem;height:1.99921875rem;top:27.8125rem;left:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuhFlhmvtHmmclkUsdNP5ShQFP2yvEl { width:11.375rem;height:1.3994125rem;top:24.8125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wt4MfKQv4FTTNKkz9TXlQCrz4CPEKmTU { width:2rem;height:2rem;top:22.8125rem;left:9rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4uPc2sRzmZ0Xp8TZ4pxRDo9I8AzTLiT { width:18.75rem;height:0.06171875rem;top:1.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGqTZTUCdlHDSi55dcwVZ0BCAbzW9Evb { width:19.8730625rem;height:0;top:13.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C9vdxLHuvb8TrQVDLWXgaCgvQ4KOKD51 { width:18.75rem;height:2.9746125rem;top:2rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #Ct7JKK4TMyXqRQA6iQUAVrFEQDQtdlD8 { width:10.3125rem;height:4.749025rem;top:9.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUZfmUcF0dH7Mfu3PUlVcBeV07UCIJeO { top:36.375rem;left:3.375rem;width:13.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu0zLJSmiQrM31nb2wncKwbk7CKf5LdB { display:block; }
 }