.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-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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(255,255,255,0.77);background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/LtNvQHdKkmw/unsplash/jeshoots-com-LtNvQHdKkmw-photo-1488998527040-85054a85150e.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.adaptive-delivery-prevent-bg, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyload, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyloading { background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,211,211,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(211,211,211,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { border-width: 0; border-radius: 0; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container {  }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { font-size:14px;font-family:arial;height:990px;width:1200px;position:relative;display:block; }#WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:443.969px;width:790px;top:269.96875px;left:205px;display:none; }
#Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { color:#004b9b;display:block;width:200px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:361px;left:48px;height:;display:block; }
#fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { color:#0f252d;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:35px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:261px;left:0px;height:90.9653px;text-align:center;text-align-last:center;display:block; }
#KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { position:absolute;display:block;z-index:15009;height:443.967px;width:789.988px;top:395px;left:204.98760986328px;display:block; }
#MIXqpxNDR23vaWn8uiFrVCNNDGSiWr36 { color:#000000;display:block;width:696.999px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:normal;z-index:15010;line-height:.8;letter-spacing:0;top:130px;left:251px;height:96.0147px;text-align:center;text-align-last:center;display:block; }
#JeTR25oFVKeDLL46GSwGpqah84PhZFeK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.9827px;width:165px;top:36px;left:517.5px;overflow:hidden;display:block; }
#Gk7e0Z1t4iTGmoChK7d5E7JUrPe0lHH1 { background-color:#3fbbcf;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:280px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:871px;left:219px;display:block; }
#qG9TrzqMzkTRdfOpcnsuIMI6VVqUL7cn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sq45qbH2Q0pXlSV406nEiCAyU70RJemF { background-color:#3fbbcf;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-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;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:429.988px;height:54.9876px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:870.96533203125px;left:550.99011230469px;display:block; }
#rV19BSFVqlSaH5cVqmGBEpudloAb9Mtx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xxs1QSan7tfnSR6xlOR9UoLisII77mQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container { background-color: transparent; background-image: none; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container > .video-iframe-container { display: none; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row > .video-iframe-container { display: none; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .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); }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container { border-width: 0; border-radius: 0; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row > .video-iframe-container {  }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container { font-size:14px;font-family:arial;height:10px;width:1200px;position:relative;display:block; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#533784;background-image:none;position:relative;display:block; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container { background-color: transparent; background-image: none; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container > .video-iframe-container { display: none; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row > .video-iframe-container { display: none; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .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); }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container { border-width: 0; border-radius: 0; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row > .video-iframe-container {  }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container { font-size:14px;font-family:arial;height:575px;width:1200px;position:relative;display:block; }#yWLF7kgNh8dOVPmw9DwO7F3IwcoiqX6L { color:#ffffff;display:block;width:438px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:208px;left:160px;height:285.891px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C4Qu8OETBvppv06FZGnC8wsRFo4V4sJ5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:117px;width:350px;top:62px;left:189px;overflow:hidden;display:block; }
#CyT0JDHJOXDDpSTTC1VgUtBgepL8CCnP { background-color:#40bccf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(255,255,255,0.5);border-left:1px solid rgba(255,255,255,0.5);border-right:1px solid rgba(255,255,255,0.5);border-bottom:1px solid rgba(255,255,255,0.5);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:348.61476px;height:43.62126px;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:448px;left:692px;display:block; }
#gcmQrJIODVSZiFd2Od1cXMUZg7LEOwS3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NsLUk6OKS2VRiX78J1o3IeE0vyWs30Wn { color:#3fbbcf;display:block;width:303.984px;position:absolute;font-family:oswald;font-size:17px;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:377px;left:669px;height:56.0829px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SgW0fyVSsIcbVXOJsty2KsyoizHTtzzo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:388px;width:325px;top:60px;left:707px;overflow:hidden;display:block; }
#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container { background-color: transparent; background-image: none; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container > .video-iframe-container { display: none; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row > .video-iframe-container { display: none; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .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); }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container { border-width: 0; border-radius: 0; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row > .video-iframe-container {  }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container { font-size:14px;font-family:arial;height:400px;width:1200px;position:relative;display:block; }#Pr8SnzxEt2AVkiOCZdugRmxAWt4bvQmp { display:block;width:527.987px;position:absolute;font-family:"titillium web";font-size:35px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:34.901000976562px;left:335.99008178711px;height:90.9721px;text-align:center;text-align-last:center;color:#214b78;font-style:normal;display:block; }
#D2cNmIa7cLhyNTKO2qqiwGS5b0qSDUEI { display:block;width:281.997px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:179.04620361328px;left:258.97689819336px;height:119.9256px;color:#000000;font-style:normal;display:block; }
#rNbvrITMCoUkMAdgwHN5FwUfiE4FUmCQ { position:absolute;display:block;z-index:15003;border-top:2px solid #40bccf;border-left:2px solid #40bccf;border-right:2px solid #40bccf;border-bottom:2px solid #40bccf;border-top-left-radius:350px;border-top-right-radius:350px;border-bottom-left-radius:350px;border-bottom-right-radius:350px;height:130px;width:130px;top:171px;left:108px;overflow:hidden;display:block; }
#hKZvwo3KkvLTcRZcm8vbcgHiOsKuezzF { display:block;width:238px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:179.04290771484px;left:851.99673461914px;height:119.9256px;color:#000000;font-style:normal;display:block; }
#Jq9cVhL3gOsrfpySEO9CDsMaF2ZeqNsX { position:absolute;display:block;z-index:15004;border-top:2px solid #40bccf;border-left:2px solid #40bccf;border-right:2px solid #40bccf;border-bottom:2px solid #40bccf;border-top-left-radius:350px;border-top-right-radius:350px;border-bottom-left-radius:350px;border-bottom-right-radius:350px;height:130px;width:130px;top:173px;left:701px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { top:269px;left:0px;width:764px;height:429.35736202532px;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { top:361px;left:0px;width:199px;height:0;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { top:260px;left:0px;width:764px;height:90px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { top:395px;left:0px;width:764px;height:443px;display:block; }
 }@media only screen and (max-width: 763px) { #MIXqpxNDR23vaWn8uiFrVCNNDGSiWr36 { top:130px;left:33px;width:696px;height:96px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JeTR25oFVKeDLL46GSwGpqah84PhZFeK { top:36px;left:300px;width:165px;height:52.9827px;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7e0Z1t4iTGmoChK7d5E7JUrPe0lHH1 { width:279px;height:54px;top:871px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #qG9TrzqMzkTRdfOpcnsuIMI6VVqUL7cn { display:block; }
 }@media only screen and (max-width: 763px) { #sq45qbH2Q0pXlSV406nEiCAyU70RJemF { width:429px;height:54px;top:870px;left:332.99011230469px;display:block; }
 }@media only screen and (max-width: 763px) { #rV19BSFVqlSaH5cVqmGBEpudloAb9Mtx { display:block; }
 }@media only screen and (max-width: 763px) { #xxs1QSan7tfnSR6xlOR9UoLisII77mQT { display:block; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z { display:block; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWLF7kgNh8dOVPmw9DwO7F3IwcoiqX6L { width:660px;height:0;top:336px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #C4Qu8OETBvppv06FZGnC8wsRFo4V4sJ5 { top:62px;left:0px;width:349px;height:116.66073418401px;display:block; }
 }@media only screen and (max-width: 763px) { #CyT0JDHJOXDDpSTTC1VgUtBgepL8CCnP { width:348px;height:43px;top:448px;left:416px;display:block; }
 }@media only screen and (max-width: 763px) { #gcmQrJIODVSZiFd2Od1cXMUZg7LEOwS3 { display:block; }
 }@media only screen and (max-width: 763px) { #NsLUk6OKS2VRiX78J1o3IeE0vyWs30Wn { top:377px;left:451px;width:303px;height:56px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #SgW0fyVSsIcbVXOJsty2KsyoizHTtzzo { top:60px;left:440px;width:324px;height:386.81545164745px;display:block; }
 }@media only screen and (max-width: 763px) { #ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH { display:block; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr8SnzxEt2AVkiOCZdugRmxAWt4bvQmp { width:764px;height:49px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D2cNmIa7cLhyNTKO2qqiwGS5b0qSDUEI { width:250px;height:110px;top:32px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #rNbvrITMCoUkMAdgwHN5FwUfiE4FUmCQ { top:171px;left:0px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #hKZvwo3KkvLTcRZcm8vbcgHiOsKuezzF { width:250px;height:110px;top:32px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9cVhL3gOsrfpySEO9CDsMaF2ZeqNsX { top:173px;left:483px;width:130px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { background-color:transparent;background-image:url("https://images.assets-landingi.com/LtNvQHdKkmw/unsplash/jeshoots-com-LtNvQHdKkmw-photo-1488998527040-85054a85150e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.adaptive-delivery-prevent-bg, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyload, #m3EpEvyQasTUDrMme3cFQnFFhVAxQChR.lazyloading { background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(243,243,243,0.8); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { height:179.833px;width:319.994px;top:273.96658325195px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { width:200px;height:0;top:775.472375px;left:60px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { width:319.994px;height:98.6881px;top:156.99876403809px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KXMQLTO2Un76XbtGW00XRkkMGQQ6p0kd { width:320px;height:443px;top:395px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #MIXqpxNDR23vaWn8uiFrVCNNDGSiWr36 { width:319.994px;height:51.2376px;top:80.773513793945px;left:0px;font-size:19px;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #JeTR25oFVKeDLL46GSwGpqah84PhZFeK { width:105px;height:33px;top:24.764850616455px;left:107.48762130737px;display:block; }
 }@media only screen and (max-width: 763px) { #Gk7e0Z1t4iTGmoChK7d5E7JUrPe0lHH1 { width:200.996px;height:39.9876px;top:470.99011230469px;left:56.992572784424px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qG9TrzqMzkTRdfOpcnsuIMI6VVqUL7cn { display:block; }
 }@media only screen and (max-width: 763px) { #sq45qbH2Q0pXlSV406nEiCAyU70RJemF { width:318px;height:40px;top:530.99011230469px;left:0.98391056060791px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rV19BSFVqlSaH5cVqmGBEpudloAb9Mtx { display:block; }
 }@media only screen and (max-width: 763px) { #xxs1QSan7tfnSR6xlOR9UoLisII77mQT { display:block; }#xxs1QSan7tfnSR6xlOR9UoLisII77mQT > .row .container { width:320px;height:9px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z { display:block; }#msbXmO2HBoUTBkEdL1hg6HdfTQiAlV5Z > .row .container { width:320px;height:780px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWLF7kgNh8dOVPmw9DwO7F3IwcoiqX6L { width:313.998px;height:233.911px;top:135px;left:3px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #C4Qu8OETBvppv06FZGnC8wsRFo4V4sJ5 { width:283.998px;height:91.9864px;top:14px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CyT0JDHJOXDDpSTTC1VgUtBgepL8CCnP { width:302px;height:43px;top:708px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gcmQrJIODVSZiFd2Od1cXMUZg7LEOwS3 { display:block; }
 }@media only screen and (max-width: 763px) { #NsLUk6OKS2VRiX78J1o3IeE0vyWs30Wn { width:167.989px;height:49.4553px;top:650px;left:76px;font-size:15px;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #SgW0fyVSsIcbVXOJsty2KsyoizHTtzzo { width:268.998px;height:322.983px;top:386px;left:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH { display:block; }#ww4f4JC3BU0n23ayzAdud9xqvvnPKFdH > .row .container { width:320px;height:600px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pr8SnzxEt2AVkiOCZdugRmxAWt4bvQmp { width:320px;height:51.9802px;top:32px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2cNmIa7cLhyNTKO2qqiwGS5b0qSDUEI { width:304.983px;height:95.9776px;top:227.99340820312px;left:7.9867973327637px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNbvrITMCoUkMAdgwHN5FwUfiE4FUmCQ { width:105px;height:105px;top:109.99337768555px;left:105.00000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #hKZvwo3KkvLTcRZcm8vbcgHiOsKuezzF { width:240px;height:95.9776px;top:472.99670410156px;left:39.999998092651px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jq9cVhL3gOsrfpySEO9CDsMaF2ZeqNsX { width:105px;height:105px;top:353.98681640625px;left:105.99009895325px;display:block; }
 }