.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: 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); }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/227a6b1e-c8d4-474a-92ae-1f72327c034e/Laplateformedesmarinsdiplms.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd.adaptive-delivery-prevent-bg, #g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd.lazyload, #g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd.lazyloading { background-image: none; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container { background-color: transparent; background-image: none; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container > .video-iframe-container { display: none; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row > .video-iframe-container { display: none; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .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); }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container { border-width: 0; border-radius: 0; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row > .video-iframe-container {  }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa58d6ef-f16e-4ab3-a6c1-b19efcd32579/pexelsjessvide46007621.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#EDAzTO2a9i7rwQJSBtBu0tTO1QOJwzcV { position:absolute;display:block;z-index:100013;background-color:#fafafa;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:26.436625rem;width:45.4373125rem;top:3.8736982345581rem;left:7.2808189392087rem;display:block; }
#K3MIwbE7SMlhpnK7JCPpx0CNTDraHyIH { box-sizing:content-box;color:#39bbbd;font-size:3.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100038;top:24.375rem;left:34.6875rem;display:block; }
#Bv4nwmi78hURa6mILH02pMoZRhzkVJkh { box-sizing:content-box;color:#39bbbd;font-size:3.1875rem;font-weight:400;line-height:1;height:4.62456875rem;width:4.62456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100035;top:24.375rem;left:30.0625rem;display:block; }
#aGTXI1ClnMLoySiTibizuOygZW1K35GG { color:#256d86;display:block;width:24.124375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:22.75rem;left:17.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#resmVeNKbnOeKZMPRXwe5HTo5p0kuUpg { box-sizing:content-box;color:#39bbbd;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100037;top:24.375rem;left:25.4375rem;display:block; }
#JOa6Nk3xuVM0kKI3nd7xmanvXnBKirqw { color:#256d86;display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.4;letter-spacing:0;top:10.8125rem;left:10.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvtqVCHl3gAaBO7ACznRK8SEVvgBc36X { box-sizing:content-box;color:#39bbbd;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100036;top:24.375rem;left:20.8125rem;display:block; }
#ifanxJbFoJ6DEwKpRRbz2wMbw2b5UTS8 { color:#256d86;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mr4Hf5AXn38wmMKd6zOrtODxy6wkIS7f { color:#256d86;display:block;width:38.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.4;letter-spacing:0;top:13.4375rem;left:10.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G9RqzgE4QZavQH2nqdnLreZfXNK9H9Af { background-color:#39bbbd;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9995625rem;height:3.4375rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.625rem;left:23rem;display:block; }
#O3vOPpErHXA7tnKGcPHyXaOTKIKimQRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bpxRTatvTKchMssLEJU1uJ6VIy9r9NKT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.1875rem;width:45.9375rem;display:none; }
#X27Sa20Lhs25SZ6hu5CWxJTBNtI1pkDQ { box-sizing:content-box;color:#39bbbd;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:24.375rem;left:30.0625rem;display:none; }
#rdPgkwvM76wXk44qL0g7LXfD3ztghBTl { box-sizing:content-box;color:#39bbbd;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:24.3125rem;left:34.625rem;display:none; }
#eLtHtqbvaDITp8S7XDer3ype09gDuNZR { box-sizing:content-box;color:#39bbbd;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:24.3125rem;left:25.4375rem;display:none; }
#pGdxhdbtk0JckuLXEQi2bn5H29NIAEq6 { box-sizing:content-box;color:#39bbbd;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:24.3125rem;left:20.8125rem;display:none; }
#yvu4TOKvfJd8253SKyteLtrdQc95yMgq { color:#256d86;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:22.875000715256rem;left:18.906251907349rem;height:1.5rem;font-style:normal;display:none; }
#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container { background-color: transparent; background-image: none; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container > .video-iframe-container { display: none; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row > .video-iframe-container { display: none; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .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); }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container { border-width: 0; border-radius: 0; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row > .video-iframe-container {  }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#IJLMZicZ4fTTCQan9WmlJuv98Z0d1P74 { color:#256d86;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.3111975193024rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WokshUnUk23vna7Vi7dRUDAVfVDc78cy { background-color:#ee5f51;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.874125rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:6.875rem;left:22.561851501465rem;display:block; }
#DuaWnXk1GtfKJDfKhrLq0NHPOBdWffJh { 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) { #g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd { display:block; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDAzTO2a9i7rwQJSBtBu0tTO1QOJwzcV { top:3.8125rem;left:1.155818939209rem;width:45.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MIwbE7SMlhpnK7JCPpx0CNTDraHyIH { top:24.375rem;left:28.5625rem;width:4.5625rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv4nwmi78hURa6mILH02pMoZRhzkVJkh { top:24.375rem;left:23.9375rem;width:4.5625rem;height:4.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGTXI1ClnMLoySiTibizuOygZW1K35GG { top:22.6875rem;left:11.812286376953rem;width:24.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #resmVeNKbnOeKZMPRXwe5HTo5p0kuUpg { top:24.375rem;left:19.3125rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOa6Nk3xuVM0kKI3nd7xmanvXnBKirqw { top:10.75rem;left:4.749568939209rem;width:38.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvtqVCHl3gAaBO7ACznRK8SEVvgBc36X { top:24.375rem;left:14.6875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifanxJbFoJ6DEwKpRRbz2wMbw2b5UTS8 { width:47.75rem;height:2rem;top:6.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr4Hf5AXn38wmMKd6zOrtODxy6wkIS7f { top:13.4375rem;left:4.749568939209rem;width:38.1875rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RqzgE4QZavQH2nqdnLreZfXNK9H9Af { width:13.9375rem;height:3.4375rem;top:16.625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3vOPpErHXA7tnKGcPHyXaOTKIKimQRt { display:block; }
 }@media only screen and (max-width: 763px) { #bpxRTatvTKchMssLEJU1uJ6VIy9r9NKT { width:45.9375rem;height:29.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X27Sa20Lhs25SZ6hu5CWxJTBNtI1pkDQ { top:24.375rem;left:23.9375rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdPgkwvM76wXk44qL0g7LXfD3ztghBTl { top:24.3125rem;left:28.5rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLtHtqbvaDITp8S7XDer3ype09gDuNZR { top:24.3125rem;left:19.3125rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGdxhdbtk0JckuLXEQi2bn5H29NIAEq6 { top:24.3125rem;left:14.6875rem;width:4.6875rem;height:4.6875rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvu4TOKvfJd8253SKyteLtrdQc95yMgq { top:28.25rem;left:0rem;width:18.4375rem;height:1.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ { display:block; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJLMZicZ4fTTCQan9WmlJuv98Z0d1P74 { top:2.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WokshUnUk23vna7Vi7dRUDAVfVDc78cy { width:14.8125rem;height:3.4375rem;top:6.875rem;left:16.436851501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaWnXk1GtfKJDfKhrLq0NHPOBdWffJh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd { display:none; }#g0nbV5fGzcJ6r6U04slHv48e3EO9mCVd > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDAzTO2a9i7rwQJSBtBu0tTO1QOJwzcV { width:20rem;height:26.75rem;top:9.749218940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3MIwbE7SMlhpnK7JCPpx0CNTDraHyIH { width:4.625rem;height:4.625rem;top:27.687500953674rem;left:15.375rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bv4nwmi78hURa6mILH02pMoZRhzkVJkh { width:4.625rem;height:4.625rem;top:27.687500953674rem;left:15.375rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGTXI1ClnMLoySiTibizuOygZW1K35GG { width:11.5rem;height:0;top:27.687500238419rem;left:4.2499998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #resmVeNKbnOeKZMPRXwe5HTo5p0kuUpg { width:4.6875rem;height:4.6875rem;top:27.625000953674rem;left:15.3125rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOa6Nk3xuVM0kKI3nd7xmanvXnBKirqw { width:20rem;height:1.75rem;top:17.71718788147rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvtqVCHl3gAaBO7ACznRK8SEVvgBc36X { width:4.6875rem;height:4.6875rem;top:31.312502145767rem;left:2.4375001192093rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ifanxJbFoJ6DEwKpRRbz2wMbw2b5UTS8 { width:20rem;height:6.09375rem;top:10.547960519791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr4Hf5AXn38wmMKd6zOrtODxy6wkIS7f { width:20rem;height:1.75rem;top:20.275000572204rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9RqzgE4QZavQH2nqdnLreZfXNK9H9Af { width:11.125rem;height:3.4375rem;top:23.5rem;left:4.4374998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3vOPpErHXA7tnKGcPHyXaOTKIKimQRt { display:block; }
 }@media only screen and (max-width: 763px) { #bpxRTatvTKchMssLEJU1uJ6VIy9r9NKT { top:1.8992187976837rem;left:5.6874998807907rem;width:8.625rem;height:5.1875rem;z-index:100020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X27Sa20Lhs25SZ6hu5CWxJTBNtI1pkDQ { width:3.75rem;height:3.75rem;top:31.310156822204rem;left:9.5000003576281rem;font-size:2.625rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #rdPgkwvM76wXk44qL0g7LXfD3ztghBTl { width:3.75rem;height:3.75rem;top:31.310938835144rem;left:13.187500357628rem;font-size:2.625rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #eLtHtqbvaDITp8S7XDer3ype09gDuNZR { width:3.75rem;height:3.75rem;top:31.309374809265rem;left:5.6874998807907rem;font-size:2.625rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #pGdxhdbtk0JckuLXEQi2bn5H29NIAEq6 { width:3.75rem;height:3.75rem;top:31.309374809265rem;left:1.9992188215256rem;font-size:2.625rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #yvu4TOKvfJd8253SKyteLtrdQc95yMgq { width:18.5rem;height:1.625rem;top:28.937500953674rem;left:0.75rem;font-size:1.25rem;z-index:100036;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ { display:block; }#AehwWJDuNpJo21q82P3QJoE4WJq7HEgQ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJLMZicZ4fTTCQan9WmlJuv98Z0d1P74 { width:20rem;height:3.25rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WokshUnUk23vna7Vi7dRUDAVfVDc78cy { width:14.936rem;height:3.4375rem;top:5.8431015014649rem;left:2.5314670205116rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuaWnXk1GtfKJDfKhrLq0NHPOBdWffJh { display:block; }
 }