/**************************
 DIRECTION SWITCHER - IMAGE LEFT (DEFAULT)
 **************************/
.s-comp81 .direction-switcher > .row > div > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row; }

.s-comp81 .direction-switcher > .row > div:last-child > .row {
  margin-bottom: 0 !important; }

.s-comp81 .direction-switcher > .row > div:nth-child(even) > .row {
  flex-direction: row-reverse; }

@media screen and (max-width: 480px) {
  .s-comp81 .direction-switcher > .row > div > .row {
    flex-direction: column !important; } }
/**************************
 DIRECTION SWITCHER - IMAGE RIGHT
 **************************/
.s-comp81 .direction-switcher.row-reverse > .row > div > .row {
  flex-direction: row-reverse; }

.s-comp81 .direction-switcher.row-reverse > .row > div:nth-child(even) > .row {
  flex-direction: row; }
/**************************
 VERTICAL CENTERING
 **************************/
.s-comp81 .direction-switcher > .row > div > .row > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp81 .direction-switcher .content-box > .row {
  width: calc(100% + 30px); }
/**************************
 IMAGE
 **************************/
.s-comp81 .image {
  overflow: hidden; }

.s-comp81 .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; }

.s-comp81 {
  padding: 96px 0px 96px 0px; }

.s-comp81 .direction-switcher > .row > div > .row {
  margin: 0px -15px 96px -15px; }

.s-comp81 .image {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1); }

.s-comp81 .image {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp81 .image {
  width: 100%; }

.s-comp81 .image {
  padding: 0px 0px 100% 0px; }

.s-comp81 .image {
  position: relative; }

.s-comp81 .direction-switcher h2 {
  margin: 0px 0px 24px 0px; }

.s-comp81 .direction-switcher .s-button-list {
  margin: 20px -4px -4px -4px; }

.s-comp81 .direction-switcher .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp81 .direction-switcher .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp81 .direction-switcher > .row > div > .row > div:nth-child(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 768px) {
  .s-comp81 .image {
    padding: 0px 0px 150% 0px; } }

@media (max-width: 480px) {
  .s-comp81 {
    padding: 72px 0px 72px 0px; }

  .s-comp81 .direction-switcher > .row > div > .row {
    margin: 0px -15px 72px -15px; }

  .s-comp81 .image {
    padding: 0px 0px 100% 0px; }

  .s-comp81 .direction-switcher h2 {
    margin: 24px 0px 24px 0px; } }


/****************************
 FLEX (COMP)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  position: relative; }
/****************************
 FLEX (COLUMN)
 ****************************/
.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  position: relative; }
/****************************
 BLOCKQUOTE
 ****************************/
.s-comp90 .s-quote.smC11783SmSn1p3T12-style {
  position: relative; }

.s-comp90 .s-quote.smC11783SmSn1p3T12-style:before, .s-comp90 .s-quote.smC11783SmSn1p3T12-style:after {
  content: '"'; }
/****************************
 BUTTON LIST
 ****************************/
.s-comp90 .s-btn.smC11783SmSn1p3T8-style, .s-comp90 .s-btn-alt.smC11783SmSn1p3T8-style {
  position: relative; }
/****************************
 EMBED/IFRAME
 ****************************/
.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  overflow: hidden; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style iframe {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: -10px !important; }
/****************************
 GALLERY
 ****************************/
.s-comp90 .gallery > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp90 .gallery > .row > div {
  padding: 0 15px; }

.s-comp90 .gallery.grid-1 > .row > div {
  width: 100%; }

.s-comp90 .gallery.grid-2 > .row > div {
  width: 50%; }

.s-comp90 .gallery.grid-3 > .row > div {
  width: 33.333%; }

.s-comp90 .gallery.grid-4 > .row > div {
  width: 25%; }

.s-comp90 .gallery.grid-5 > .row > div {
  width: 20%; }

.s-comp90 .gallery > .row > div > a {
  display: inline-block;
  width: 100%; }

.s-comp90 .gallery .s-grid-img {
  width: 100%;
  padding-bottom: 75%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px; }

@media only screen and (max-width: 991px) {
  .s-comp90 .gallery.grid-4 > .row > div, .s-comp90 .gallery.grid-5 > .row > div {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .s-comp90 .gallery > .row > div {
    width: 100% !important; } }
/****************************
 ICON LIST
 ****************************/
.s-comp90 .icon-list {
  position: relative; }

.s-comp90 .icon-list .icons .icon {
  position: relative;
  overflow: hidden;
  display: block; }

.s-comp90 .icon-list .icons .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 IMAGE
 ****************************/
.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  position: relative;
  overflow: hidden; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src=""], .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style .s-img[src*="placehold.it"] {
  display: none; }
/****************************
 LINKED IMAGE
 ****************************/
.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  display: inline-block;
  position: relative; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo {
  max-width: 100%;
  max-height: 100%; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src=""], .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style .s-logo[src*="placehold.it"] {
  display: none; }
/****************************
 LOGO LIST
 ****************************/
.s-comp90 .logo-list .logo {
  position: relative; }

.s-comp90 .logo-list .logo a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%; }

.s-comp90 .logo-list .logo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
/****************************
 TEXT
 ****************************/
.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  position: relative; }
/****************************
 TILE
 ****************************/
.s-comp90 .s-tile {
  position: relative; }

.s-comp90 .s-tile > .row > div:last-child > *:not(.s-button-list) {
  margin-bottom: 0 !important; }

.s-comp90 .s-tile > .row > div:last-child .s-button-list {
  margin-bottom: -4px !important; }
/****************************
 TITLE
 ****************************/
.s-comp90 h1.smC11783SmSn1p3T6-style, .s-comp90 h2.smC11783SmSn1p3T6-style, .s-comp90 h3.smC11783SmSn1p3T6-style, .s-comp90 h4.smC11783SmSn1p3T6-style, .s-comp90 h5.smC11783SmSn1p3T6-style, .s-comp90 h6.smC11783SmSn1p3T6-style {
  position: relative; }
/* Default css from Grid */
.s-comp90 .s-grid.smC11783SmSn1p3T2-style {
  position: relative; }
/* Default css from Masonry */
.s-comp90 .s-masonry.smC11783SmSn1p3T3-style {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  max-width: 100%; }
/* Default css from Image */
.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style {
  position: relative; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img[src=""], .s-comp90 .s-img__wrapper.smC11783SmSn1p3T4-style .s-img[src*="placehold.it"] {
  display: none; }

.s-comp90 {
  padding: 96px 0px 60px 0px; }

.s-comp90 {
  position: relative; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  flex-wrap: wrap; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  flex-wrap: wrap; }

.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1); }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  min-height: 0px;
  max-height: 60vh; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1); }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  width: 100%; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  height: 450px; }

.s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-button-list {
  margin: -4px -4px 32px -4px; }

.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-button-list {
  flex-wrap: wrap; }

.s-comp90 .s-button-list {
  justify-content: flex-start; }

.s-comp90 .s-button-list {
  align-items: center; }

.s-comp90 blockquote.smC11783SmSn1p3T12-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
  height: 60px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  flex-wrap: wrap; }

.s-comp90 .s-logo__link.smC11783SmSn1p3T13-style {
  justify-content: center; }

.s-comp90 .icon-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .icon-list .s-text {
  text-align: left; }

.s-comp90 .icon-list .s-text {
  margin: 0px 0px 0.833em 0px; }

.s-comp90 .icon-list .icons {
  margin: -4px -4px -4px -4px; }

.s-comp90 .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .icon-list .icons {
  flex-wrap: wrap; }

.s-comp90 .icon-list .icons {
  justify-content: flex-start; }

.s-comp90 .icon-list .icons {
  align-items: center; }

.s-comp90 .icon-list .icons div.icon {
  width: 30px; }

.s-comp90 .icon-list .icons div.icon {
  height: 30px; }

.s-comp90 .icon-list .icons div.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons div.icon i {
  font-size: 1.44rem; }

.s-comp90 .icon-list .icons div.icon i {
  color: #46484d; }

.s-comp90 .icon-list .icons a.icon {
  background-color: #3d748f; }

.s-comp90 .icon-list .icons a.icon {
  box-shadow: 0px 0px 8px 0px rgba(61, 116, 143, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(61, 116, 143, 0.2); }

.s-comp90 .icon-list .icons a.icon {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon {
  width: 30px; }

.s-comp90 .icon-list .icons a.icon {
  height: 30px; }

.s-comp90 .icon-list .icons a.icon {
  margin: 4px 4px 4px 4px; }

.s-comp90 .icon-list .icons a.icon i {
  font-size: 0.833rem; }

.s-comp90 .icon-list .icons a.icon i {
  font-weight: normal; }

.s-comp90 .icon-list .icons a.icon i {
  color: #fff; }

.s-comp90 .icon-list .icons a.icon:hover {
  background-color: #265f7b; }

.s-comp90 .icon-list .icons a.icon:hover {
  box-shadow: 0px 0px 8px 0px rgba(38, 95, 123, 0.2);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(38, 95, 123, 0.2); }

.s-comp90 .icon-list .icons a.icon:hover {
  -ms-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0%, -6%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp90 .logo-list {
  margin: 0px 0px 36px 0px; }

.s-comp90 .logo-list .s-text {
  margin: 0px 0px 1em 0px; }

.s-comp90 .logo-list .logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

.s-comp90 .logo-list .logos {
  grid-gap: 30px; }

.s-comp90 .logo-list .logos .logo {
  height: 50px; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  justify-content: center; }

.s-comp90 .logo-list .logos .logo, .s-comp90 .logo-list .logos .logo a {
  align-items: center; }

.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  margin: 0px 0px 36px 0px; }

.s-comp90 .s-tile .s-button-list {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .s-logo__link.smC11783SmSn1p3T13-style {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .icon-list .icons {
  display: flex;
  flex-direction: row; }

.s-comp90 .s-tile .logo-list .logos .logo, .s-comp90 .s-tile .logo-list .logos .logo a {
  display: flex;
  flex-direction: row; }

.s-comp90 .gallery {
  margin: 0px 0px 6px 0px; }

.s-comp90 .gallery .s-grid-img {
  box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1); }

.s-comp90 .gallery .s-grid-img {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp90 .gallery .s-grid-img {
  width: 100%; }

.s-comp90 .gallery .s-grid-img {
  padding: 0px 0px 75% 0px; }

@media (max-width: 768px) {
  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
    height: 40vh; }

  .s-comp90 .s-button-list {
    justify-content: center; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; } }

@media (max-width: 480px) {
  .s-comp90 {
    padding: 72px 0px 36px 0px; }

  .s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; }

  .s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
    min-height: 0px;
    max-height: 80vh; }

  .s-comp90 .s-plugin.smC11783SmSn1p3T11-style {
    height: 60vh; }

  .s-comp90 .s-button-list {
    display: flex;
    flex-direction: column; }

  .s-comp90 .s-button-list {
    justify-content: center; }

  .s-comp90 .s-logo__link.smC11783SmSn1p3T13-style a {
    height: 40px; }

  .s-comp90 .icon-list .s-text {
    text-align: center; }

  .s-comp90 .icon-list .icons {
    justify-content: center; }

  .s-comp90 .s-tile .s-button-list {
    display: flex;
    flex-direction: column; } }


.s-comp79 .s-form h1:before, .s-comp79 .s-form h2:before, .s-comp79 .s-form h3:before, .s-comp79 .s-form h4:before, .s-comp79 .s-form h5:before, .s-comp79 .s-form h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp79 .s-form h1:after, .s-comp79 .s-form h2:after, .s-comp79 .s-form h3:after, .s-comp79 .s-form h4:after, .s-comp79 .s-form h5:after, .s-comp79 .s-form h6:after {
  content: "";
  position: relative;
  display: block; }
/******************
 GENERAL
 ******************/
.s-comp79 {
  position: relative; }

.s-comp79 .s-tile .contact-information .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 18px -8px; }

.s-comp79 .s-tile .contact-information .info-item .icon {
  width: 36px;
  padding: 0 8px; }

.s-comp79 .s-tile .contact-information .info-item .icon i {
  font-size: 1.2rem;
  opacity: 0.5; }

.s-comp79 .s-tile .contact-information .info-item .s-text {
  width: calc(100% - 36px);
  padding: 0 8px; }
/******************
 FORM SETTINGS
 ******************/
.s-comp79 .s-form .form-group {
  margin: 0; }

.s-comp79 .s-form label {
  display: block; }

.s-comp79 .s-form label.form-check-inline {
  display: inline-block; }

.s-comp79 .s-btn {
  position: relative; }
/*
 .s-comp79 .submitBtn:before{
 content:"";
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:0%;
 background:#000;
 opacity:0.25;
 -webkit-filter:invert(1);
 }
 */
.s-comp79 .s-form .checkbox-inline {
  display: inline-block; }

.s-comp79 .s-form .radio-inline {
  display: inline-block; }

.s-comp79 .form-check-label > .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  padding: 0; }

.s-comp79 .form-check-label > .form-check-description {
  display: inline-block; }

.s-comp79 .form-check-label > .form-check-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
  background-size: 50% 50%; }

.s-comp79 .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"><path fill="%23fff" d="M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z"></path></svg>');
  color: #fff;
  background-color: #0074d9; }

.s-comp79 .form-check-label {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23fff"></circle></svg>'); }

.s-comp79 *:focus {
  outline: none; }

.s-comp79 .s-form .s-recaptcha-beh > .g-recaptcha {
  display: inline-block; }

.s-comp79 .s-form .s-recaptcha-beh > .g-recaptcha > div {
  width: auto !important; }

input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-calendar-picker-indicator, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-calendar-picker-indicator, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

.s-comp79 select {
  height: auto !important; }
/******************
 RADIO BUTTONS
 ******************/
.s-comp79 .s-radios-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp79 .s-form .radio-inline {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp79 .s-form .radio-inline label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp79 .s-form .radio-inline .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 CHECKBOXES
 ******************/
.s-comp79 .s-checkbox-beh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 0 -4px; }

.s-comp79 .form-check checkbox {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-comp79 .s-checkbox-beh label {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.s-comp79 .s-checkbox-beh .form-check-indicator {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
/******************
 UPLOAD INPUT
 ******************/
.s-comp79 .sm-input {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  cursor: pointer; }

.s-comp79 .sm-file-input {
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer; }

.s-comp79 .sm-file-input:hover + .sm-file-control::before {
  background: red; }

.s-comp79 .sm-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.s-comp79 .file-control {
  padding: 8px 24px; }

.s-comp79 .sm-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  border-radius: 0.25rem; }

.s-comp79 .sm-file-control::before {
  content: attr(data-btn); }

.s-comp79 .sm-file-control::after {
  content: attr(data-upload);
  height: 32px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 0.9em;
  opacity: 0.7; }

.s-comp79 input[type="file"] {
  padding: 0 !important;
  height: auto !important;
  display: inline-block !important; }

.s-comp79 .sm-file-control {
  padding: 0 !important;
  width: 100% !important;
  height: 36px !important; }

.s-comp79 .sm-file-control::before {
  padding: 8px 24px 12px 24px !important; }

@media only screen and (max-width: 991px) {
  .s-comp79 form > .row {
    display: flex;
    flex-direction: column; } }
/******************
 LABELS
 ******************/
.s-comp79 .s-form label.form-check-label {
  position: relative;
  display: inline-block;
  padding-left: 0;
  cursor: pointer; }

.s-comp79 .label-required:after {
  content: '*';
  margin-left: 4px;
  font-size: 0.8em;
  color: red;
  font-weight: bold; }
/******************
 PRIVACY
 ******************/
.s-comp79 .s-text a, .s-comp79 .privacy a {
  text-decoration-color: transparent !important; }

.s-comp79 .privacy::empty {
  display: none; }
/******************
 SOCIAL MEDIA
 ******************/
.s-comp79 .social-media .row {
  margin: 0 -4px;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp79 .social-media .row {
    justify-content: center; } }
/******************
 OPENING TIMES
 ******************/
.s-comp79 .opening-times .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (max-width: 991px) {
  .s-comp79 .opening-times .day {
    flex-direction: column; } }

.s-comp79 {
  padding: 96px 0px 66px 0px; }

.s-comp79 .s-form h1 {
  text-align: left; }

.s-comp79 .s-form h2 {
  text-align: left; }

.s-comp79 .s-form h2 {
  margin: 0px 0px 24px 0px; }

.s-comp79 .s-form h3 {
  text-align: left; }

.s-comp79 .s-form h4 {
  text-align: left; }

.s-comp79 .s-form h5 {
  text-align: left; }

.s-comp79 .s-form h6 {
  text-align: left; }

.s-comp79 .s-form .s-text {
  text-align: left; }

.s-comp79 .s-form .s-text {
  margin: 0px 0px 30px 0px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #423f3a; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 20px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 20px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 3px 0px 0px 0px; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #3d748f; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #3d748f; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  padding: 0px 0px 0px 25px; }

.s-comp79 .s-form .form-check.checkbox {
  margin: 0px 15px 0px 0px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  border: 1px solid #46484d; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #3d748f; }

.s-comp79 .form-check.radio .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #3d748f; }

.s-comp79 .form-check.radio .form-check-label:hover > .form-check-indicator {
  border: 1px solid #3d748f; }

.s-comp79 .s-form .form-check.radio {
  margin: 2px 8px 30px 8px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  font-size: 0.9em; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  color: #46484d; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  margin: 0px 0px 0px 25px; }

.s-comp79 .form-check.radio .form-check-label > .form-check-description {
  opacity: 0.7; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  background-color: #fff; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  border: 1px solid #46484d; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  width: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  height: 14px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-indicator {
  margin: 0px 0px 0px 0px; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  background-color: #3d748f; }

.s-comp79 .form-check.checkbox .form-check-label .form-check-input:checked ~ .form-check-indicator {
  border: 1px solid #3d748f; }

.s-comp79 .form-check.checkbox .form-check-label:hover > .form-check-indicator {
  border: 1px solid #3d748f; }

.s-comp79 .s-form .form-check.checkbox {
  margin: 0px 8px 0px 8px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  font-size: 0.9em; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  color: #46484d; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  line-height: 100%; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  margin: 0px 0px 0px 0px; }

.s-comp79 .form-check.checkbox .form-check-label > .form-check-description {
  opacity: 0.7; }

.s-comp79 .s-img {
  margin: 0px 0px 30px 0px; }

.s-comp79 .s-img-default-beh {
  text-align: center; }

.s-comp79 .s-plugin iframe {
  width: 100%; }

.s-comp79 .s-plugin iframe {
  margin: 0px 0px 30px 0px; }

.s-comp79 .opening-times {
  width: 100%; }

.s-comp79 .opening-times {
  margin: 0px 0px 30px 0px; }

.s-comp79 .opening-times .day {
  width: 100%; }

.s-comp79 .opening-times .day .day-inner {
  font-weight: normal; }

.s-comp79 .opening-times .day .day-inner {
  text-align: left; }

.s-comp79 .opening-times .day .day-inner {
  width: 120px; }

.s-comp79 .opening-times .day .hours-inner {
  text-align: left; }

.s-comp79 .social-media {
  width: 100%; }

.s-comp79 .social-media {
  margin: 0px 0px 30px 0px; }

.s-comp79 .social-media .s-text {
  font-weight: bold; }

.s-comp79 .social-media .s-text {
  margin: 0px 0px 8px 0px; }

.s-comp79 .social-media a {
  background-color: #3d748f; }

.s-comp79 .social-media a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .social-media a {
  width: 30px; }

.s-comp79 .social-media a {
  height: 30px; }

.s-comp79 .social-media a {
  margin: 0px 4px 0px 4px; }

.s-comp79 .social-media a {
  display: inline-block; }

.s-comp79 .social-media a {
  position: relative; }

.s-comp79 .social-media a i {
  font-size: 15px; }

.s-comp79 .social-media a i {
  font-weight: normal; }

.s-comp79 .social-media a i {
  color: #fff; }

.s-comp79 .social-media a i {
  -ms-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp79 .social-media a i {
  position: absolute; }

.s-comp79 .social-media a i {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp79 .social-media a:hover {
  -ms-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -2px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp79 .social-media {
  display: inline-block; }

.s-comp79 .social-media {
  text-align: center; }

.s-comp79 .privacy.s-text {
  font-size: 0.833rem; }

.s-comp79 .privacy.s-text {
  font-weight: normal; }

.s-comp79 .privacy.s-text {
  color: #46484d; }

.s-comp79 .privacy.s-text {
  margin: 5px 0px 0px 0px; }

.s-comp79 .privacy.s-text {
  opacity: 0.833; }

.s-comp79 .s-form input::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea::-webkit-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input:-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea:-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input::-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea::-moz-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form input:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form textarea:-ms-input-placeholder {
  font-size: 0.9em; }

.s-comp79 .s-form .sw-result-easyform {
  color: #423f3a; }

.s-comp79 .s-form .sw-result-easyform {
  display: none; }

.s-comp79 .s-form .has-error label.control-label {
  color: #a94442; }

.s-comp79 .s-form .has-error input.form-control, .s-comp79 .s-form .has-error select.form-control, .s-comp79 .s-form .has-error textarea, .s-comp79 .s-form .has-error .sm-file-control {
  border: 2px solid #a94442; }

.s-comp79 .s-form .has-success label.control-label {
  color: #27ae60; }

.s-comp79 .s-form .has-success input.form-control, .s-comp79 .s-form .has-success select.form-control, .s-comp79 .s-form .has-success textarea, .s-comp79 .s-form .has-success .sm-file-control {
  border: 2px solid #27ae60; }

.s-comp79 .s-form .sm-file-control::before {
  font-size: 1em; }

.s-comp79 .s-form .sm-file-control::before {
  background-color: #f7f7f7; }

.s-comp79 .s-form .sm-file-control::before {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp79 .s-form .sm-file-control::before {
  border: 0px solid #423f3a; }

.s-comp79 .s-form .sm-file-control::before {
  margin: 0px 0px 0px 0px; }

.s-comp79 .s-form .sm-file-control::before {
  padding: 9px 24px 8px 24px; }

.s-comp79 .s-form .sm-file-input:hover + .sm-file-control::before {
  background-color: #eaeaea; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  border: 1px solid #eaeaea; }

.s-comp79 .s-form input.form-control, .s-comp79 .s-form select.form-control, .s-comp79 .s-form .sm-file-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp79 .s-form textarea.form-control {
  border: 1px solid #eaeaea; }

.s-comp79 .s-form textarea.form-control {
  outline: 0px solid #fff;
  outline-offset: 0px; }

.s-comp79 .s-form [type='submit'].s-btn-beh {
  text-align: left; }

.s-comp79 .s-form [type='submit'].s-btn, .s-comp79 .s-form a[type='submit'].s-btn:link, .s-comp79 .s-form a[type='submit'].s-btn:visited {
  font-weight: bold; }

.s-comp79 .s-form [type='submit'].s-btn, .s-comp79 .s-form a[type='submit'].s-btn:link, .s-comp79 .s-form a[type='submit'].s-btn:visited {
  margin: 5px 0px 30px 0px; }

.s-comp79 .s-form [type='submit'].s-btn-alt, .s-comp79 .s-form a[type='submit'].s-btn-alt:link, .s-comp79 .s-form a[type='submit'].s-btn-alt:visited {
  margin: 5px 0px 30px 0px; }

.s-comp79 .s-form [type='submit'].s-btn-alt-beh {
  text-align: left; }

@media (min-width: 1200px) {
  .s-comp79 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }

@media (max-width: 768px) {
  .s-comp79 {
    padding: 72px 0px 66px 0px; }

  .s-comp79 .s-form h1 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    margin: 24px 0px 24px 0px; }

  .s-comp79 .s-form h3 {
    text-align: center; }

  .s-comp79 .s-form h4 {
    text-align: center; }

  .s-comp79 .s-form h5 {
    text-align: center; }

  .s-comp79 .s-form h6 {
    text-align: center; }

  .s-comp79 .s-form .s-text {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp79 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    width: auto; }

  .s-comp79 .opening-times .day .hours-inner {
    text-align: center; }

  .s-comp79 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }

@media (max-width: 480px) {
  .s-comp79 {
    padding: 48px 0px 42px 0px; }

  .s-comp79 .s-form h1 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    text-align: center; }

  .s-comp79 .s-form h2 {
    margin: 24px 0px 24px 0px; }

  .s-comp79 .s-form h3 {
    text-align: center; }

  .s-comp79 .s-form h4 {
    text-align: center; }

  .s-comp79 .s-form h5 {
    text-align: center; }

  .s-comp79 .s-form h6 {
    text-align: center; }

  .s-comp79 .s-form .s-text {
    text-align: center; }

  .s-comp79 .opening-times {
    margin: -18px 0px 30px 0px; }

  .s-comp79 .opening-times .day .day-inner {
    font-weight: bold; }

  .s-comp79 .opening-times .day .day-inner {
    text-align: center; }

  .s-comp79 .opening-times .day .day-inner {
    width: auto; }

  .s-comp79 .opening-times .day .hours-inner {
    text-align: center; }

  .s-comp79 .s-form .sm-file-input:hover + .sm-file-control::before {
    background-color: #eaeaea; } }


/* Default css from Default Title */
.s-comp92 h1.smC11783SmSn1p3T17-style, .s-comp92 h2.smC11783SmSn1p3T17-style, .s-comp92 h3.smC11783SmSn1p3T17-style, .s-comp92 h4.smC11783SmSn1p3T17-style, .s-comp92 h5.smC11783SmSn1p3T17-style, .s-comp92 h6.smC11783SmSn1p3T17-style {
  position: relative; }
/* Default css from Default Text */
.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  position: relative; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style u {
  text-decoration: none; }
/* Default css from Grid Collection */
.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  position: relative; }
/* Default css from Default Button */
.s-comp92 .s-btn.smC11783SmSn1p3T23-style, .s-comp92 .s-btn-alt.smC11783SmSn1p3T23-style {
  position: relative; }
/********************************
 CONTAINER
 ********************************/
@media only screen and (min-width: 1280px) {
  .s-comp92 .container {
    max-width: clamp(1200px, calc(100vw - 144px), 1600px); } }
/********************************
 BUTTON LIST
 ********************************/
.s-comp92 .s-button-list {
  margin-top: 48px;
  justify-content: center; }
/********************************
 GALLERY
 ********************************/
.s-comp92 .chocolat-image .s-grid-img {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.s-comp92 .chocolat-image .s-grid-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover; }
/* CHOCOLAT DEFAULT SETTINGS */
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #000;
  visibility: hidden;
  opacity: 0; }

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8; }

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff;
  visibility: hidden; }

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  transition: opacity 0.3s;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  opacity: 0; }

.chocolat-loader.chocolat-visible {
  opacity: 1; }

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%); }

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 17;
  visibility: hidden;
  background-color: #fff;
  position: relative; }

.chocolat-wrapper .chocolat-left:before, .chocolat-wrapper .chocolat-right:before {
  content: '';
  border: 2px solid #000;
  width: 0.579rem;
  height: 0.579rem;
  position: absolute;
  top: 50%;
  left: 50%; }

.chocolat-wrapper .chocolat-left:before {
  transform: translate(-25%, -50%) rotate(-45deg);
  border-right: 0;
  border-bottom: 0; }

.chocolat-wrapper .chocolat-right:before {
  transform: translate(-75%, -50%) rotate(-45deg);
  border-left: 0;
  border-top: 0; }

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.chocolat-image-canvas {
  transition: opacity 0.2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch; }

.chocolat-image-canvas.chocolat-visible {
  opacity: 1; }

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none; }

.chocolat-wrapper .chocolat-right.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-left.active {
  visibility: visible; }

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0; }

.chocolat-wrapper .chocolat-close {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff; }

.chocolat-wrapper .chocolat-close:before, .chocolat-wrapper .chocolat-close:after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%; }

.chocolat-wrapper .chocolat-close:before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.chocolat-wrapper .chocolat-close:after {
  transform: translate(-50%, -50%) rotate(45deg); }

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.chocolat-wrapper .chocolat-set-title:empty {
  display: none !important; }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.chocolat-wrapper .chocolat-fullscreen {
  width: 20px;
  height: 15px;
  display: block;
  cursor: pointer;
  float: right;
  position: relative; }

.chocolat-wrapper .chocolat-fullscreen:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0; }

.chocolat-wrapper .chocolat-fullscreen:after {
  content: '';
  width: 50%;
  height: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: right; }
/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17; }
/* container mode*/
.chocolat-in-container .chocolat-wrapper, .chocolat-in-container .chocolat-image-wrapper, .chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper, .chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width 0.2s ease, height 0.2s ease; }

.chocolat-zoomable.chocolat-zooming-in .chocolat-img, .chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin 0.2s ease; }
/* comment to show controls when zoomed-in */
.chocolat-zoomable .chocolat-top, .chocolat-zoomable .chocolat-bottom, .chocolat-zoomable .chocolat-right, .chocolat-zoomable .chocolat-left {
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  opacity: 1; }

.chocolat-zoomable.chocolat-zoomed .chocolat-top, .chocolat-zoomable.chocolat-zoomed .chocolat-bottom, .chocolat-zoomable.chocolat-zoomed .chocolat-right, .chocolat-zoomable.chocolat-zoomed .chocolat-left {
  visibility: hidden;
  opacity: 0; }

@media only screen and (max-width: 480px) {
  .chocolat-wrapper .chocolat-left, .chocolat-wrapper .chocolat-right {
    width: 36px;
    height: 36px; } }

.s-comp92 {
  padding: 96px 0px 96px 0px; }

.s-comp92 {
  position: relative; }

.s-comp92 h1.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h2.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h3.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h4.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h5.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 h6.smC11783SmSn1p3T17-style {
  text-align: center; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  text-align: center; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  margin: 0px auto 48px auto; }

.s-comp92 .s-text.smC11783SmSn1p3T18-style {
  min-width: 0px;
  max-width: 550px; }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-column-gap: 30px; }

.s-comp92 .s-grid.smC11783SmSn1p3T22-style {
  grid-row-gap: 30px; }

@media (max-width: 768px) {
  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
  .s-comp92 {
    padding: 72px 0px 72px 0px; }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    grid-column-gap: 15px; }

  .s-comp92 .s-grid.smC11783SmSn1p3T22-style {
    grid-row-gap: 15px; } }


.s-comp87, .s-comp87 iframe {
  overflow: hidden;
  line-height: 0; }

.s-comp87 iframe {
  width: 100%; }

.s-comp87 iframe {
  height: 55vh; }


/***********************
 BACKGROUND
 ***********************/
.s-comp80 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.s-comp80 .hero-bg-img.grayscale {
  filter: grayscale(100%); }

.s-comp80 .hero-bg-overlay.hide {
  display: none; }
/***********************
 CONTENT
 ***********************/
.s-comp80 .container {
  position: relative;
  z-index: 10;
  height: 100%; }

.s-comp80 .hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.s-comp80 .hero-content.horizontal-left {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right {
  justify-content: flex-end; }

.s-comp80 .hero-content.vertical-top {
  align-items: flex-start; }

.s-comp80 .hero-content.vertical-center {
  align-items: center; }

.s-comp80 .hero-content.vertical-bottom {
  align-items: flex-end; }

.s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text {
  text-align: left; }

.s-comp80 .hero-content.horizontal-left .s-button-list {
  justify-content: flex-start; }

.s-comp80 .hero-content.horizontal-center h1, .s-comp80 .hero-content.horizontal-center h6, .s-comp80 .hero-content.horizontal-center .s-text {
  text-align: center; }

.s-comp80 .hero-content.horizontal-center .s-button-list {
  justify-content: center; }

.s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
  text-align: right; }
/***********************
 BUTTON LIST
 ***********************/
.s-comp80 .hero-content.horizontal-right .s-button-list {
  justify-content: flex-end; }
/***********************
 SCROLL INDICATOR
 ***********************/
.s-comp80 .scroll-indicator.mouse > div:not(.mouse-container), .s-comp80 .scroll-indicator.icon > div:not(.icon-container), .s-comp80 .scroll-indicator.image > div:not(.image-container), .s-comp80 .scroll-indicator.hide {
  display: none; }

.s-comp80 .scroll-indicator .mouse-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  content: '';
  animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  -webkit-animation: wheel 3s cubic-bezier(0.77, 0, 0.175, 1) infinite; }

@keyframes wheel {
  0% {
    opacity: 1; }

  20% {
    opacity: 1; }

  30% {
    top: 20%;
    height: 10%; }

  40% {
    height: 29%; }

  60% {
    height: 10%; }

  70% {
    top: 45%; }

  80% {
    opacity: 1; }

  100% {
    opacity: 1; } }

.s-comp80 .scroll-indicator .icon-container a i, .s-comp80 .scroll-indicator .image-container a img {
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }
/***********************
 RESPONSIVE
 ***********************/
@media only screen and (max-width: 991px) {
  .s-comp80 .hero-content {
    justify-content: center !important;
    align-items: center !important; }

  .s-comp80 .hero-content.horizontal-left h1, .s-comp80 .hero-content.horizontal-left h6, .s-comp80 .hero-content.horizontal-left .s-text, .s-comp80 .hero-content.horizontal-right h1, .s-comp80 .hero-content.horizontal-right h6, .s-comp80 .hero-content.horizontal-right .s-text {
    text-align: center; }

  .s-comp80 .hero-content.horizontal-left .s-button-list, .s-comp80 .hero-content.horizontal-right .s-button-list {
    justify-content: center; } }

.s-comp80 {
  height: 72vh; }

.s-comp80 {
  position: relative; }

.s-comp80 .hero-bg .hero-bg-img {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp80 .hero-bg .hero-bg-img {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-img {
  z-index: 1; }

.s-comp80 .hero-bg .hero-bg-img {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-img {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-bg .hero-bg-overlay {
  background: linear-gradient(90deg, rgba(48, 48, 47, 0.6) 0%, rgba(48, 48, 47, 0.1) 100%); }

.s-comp80 .hero-bg .hero-bg-overlay {
  width: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  height: 100%; }

.s-comp80 .hero-bg .hero-bg-overlay {
  z-index: 2; }

.s-comp80 .hero-bg .hero-bg-overlay {
  position: absolute; }

.s-comp80 .hero-bg .hero-bg-overlay {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.s-comp80 .hero-content .s-tile {
  background-color: rgba(255, 255, 255, 0); }

.s-comp80 .hero-content .s-tile {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

.s-comp80 .hero-content .s-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp80 .hero-content .s-tile {
  margin: 0px 0px 0px 0px; }

.s-comp80 .hero-content .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp80 .hero-content .s-tile {
  min-width: 0px;
  max-width: 620px; }

.s-comp80 .hero-content .s-tile h1 {
  font-size: 2.2rem; }

.s-comp80 .hero-content .s-tile h1 {
  font-weight: normal; }

.s-comp80 .hero-content .s-tile h1 {
  color: #fff; }

.s-comp80 .hero-content .s-tile h1 {
  text-transform: uppercase; }

.s-comp80 .hero-content .s-tile h6 {
  color: #fff; }

.s-comp80 .hero-content .s-tile h6 {
  opacity: 1; }

.s-comp80 .hero-content .s-tile .s-text {
  font-size: 1.2rem; }

.s-comp80 .hero-content .s-tile .s-text {
  color: #fff; }

.s-comp80 .hero-content .s-tile .s-text {
  margin: 16px 0px 30px 0px; }

.s-comp80 .hero-content .s-tile .s-text {
  min-width: 0px;
  max-width: 500px; }

.s-comp80 .hero-content .s-tile .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn {
  width: auto; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
  width: auto; }

.s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

.s-comp80 .scroll-indicator {
  z-index: 20; }

.s-comp80 .scroll-indicator {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator {
  position: absolute; }

.s-comp80 .scroll-indicator {
  top: auto;
  bottom: 36px;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a {
  -webkit-border-radius: 60px 60px 60px 60px;
  border-radius: 60px 60px 60px 60px; }

.s-comp80 .scroll-indicator .mouse-container a {
  border: 2px solid #fff; }

.s-comp80 .scroll-indicator .mouse-container a {
  width: 30px; }

.s-comp80 .scroll-indicator .mouse-container a {
  height: 50px; }

.s-comp80 .scroll-indicator .mouse-container a {
  position: relative; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  background-color: #fff; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -webkit-border-radius: 99px 99px 99px 99px;
  border-radius: 99px 99px 99px 99px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  width: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  height: 5px; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  -ms-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, 0%, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .mouse-container a:before {
  position: absolute; }

.s-comp80 .scroll-indicator .mouse-container a:before {
  top: 20%;
  bottom: auto;
  left: 50%;
  right: auto; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .mouse-container a:hover {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .icon-container a i {
  font-size: 1.2rem; }

.s-comp80 .scroll-indicator .icon-container a i {
  font-weight: normal; }

.s-comp80 .scroll-indicator .icon-container a i {
  color: #fff; }

.s-comp80 .scroll-indicator .icon-container a:hover {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .icon-container a:hover i {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp80 .scroll-indicator .image-container a img {
  height: 24px; }

.s-comp80 .scroll-indicator .image-container a img {
  position: relative; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  opacity: 0.5; }

.s-comp80 .scroll-indicator .image-container a:hover img {
  -ms-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp80 {
    height: 62vh; }

  .s-comp80 .hero-content .s-tile .s-text {
    margin: 16px auto 30px auto; } }

@media (max-width: 480px) {
  .s-comp80 {
    height: auto; }

  .s-comp80 .hero-content .s-tile {
    margin: 0px 0px 48px 0px; }

  .s-comp80 .hero-content .s-tile {
    padding: 72px 0px 72px 0px; }

  .s-comp80 .hero-content .s-tile h1 {
    font-size: 1.44rem; }

  .s-comp80 .hero-content .s-tile .s-text {
    font-size: 1rem; }

  .s-comp80 .hero-content .s-tile .s-text {
    margin: 16px auto 30px auto; }

  .s-comp80 .hero-content .s-tile .s-button-list .s-btn {
    width: 100%; }

  .s-comp80 .hero-content .s-tile .s-button-list .s-btn-alt {
    width: 100%; } }


@media only screen and (min-width: 480px) {
  .s-comp62 .banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.s-comp62 .banner-container.left {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.s-comp62 .image-container {
  position: relative;
  overflow: hidden; }

.s-comp62 .image-container:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.s-comp62 .banner-container.left .image-container:after {
  left: 0; }

.s-comp62 .banner-container.right .image-container:after {
  right: 0; }

.s-comp62 .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp62 .content-container.left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

@media only screen and (min-width: 1140px) {
  .s-comp62 .content-container.left {
    padding-left: calc(((100vw - 1140px) / 2) + 30px) !important; } }

.s-comp62 .content-container.right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

@media only screen and (min-width: 1140px) {
  .s-comp62 .content-container.right {
    padding-right: calc(((100vw - 1140px) / 2) + 30px) !important; } }

@media only screen and (min-width: 480px) {
  .s-comp62 .content-container.right {
    text-align: right; } }

.s-comp62 .content-container > div {
  width: 100%;
  max-width: 500px; }

.s-comp62 .image-container {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.s-comp62 .image-container {
  min-height: 600px; }

.s-comp62 .content-container {
  background-color: #3d748f; }

.s-comp62 .content-container {
  padding: 96px 60px 96px 60px; }

.s-comp62 .content-container .s-title-h1 h1 {
  text-align: right; }

.s-comp62 .content-container .s-title-h1 h1 {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-title-h2 h2 {
  text-align: right; }

.s-comp62 .content-container .s-title-h2 h2 {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-title-h3 h3 {
  text-align: right; }

.s-comp62 .content-container .s-title-h4 h4 {
  text-align: right; }

.s-comp62 .content-container .s-title-h5 h5 {
  text-align: right; }

.s-comp62 .content-container .s-title-h6 h6 {
  text-align: right; }

.s-comp62 .content-container .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp62 .content-container .s-button-list .s-btn {
  margin: 0px 4px 4px 4px; }

.s-comp62 .content-container .s-button-list {
  text-align: right; }

.s-comp62 .content-container .s-button-list .s-btn-alt {
  margin: 0px 4px 4px 4px; }

.s-comp62 .image-container:after {
  background-color: #3d748f; }

.s-comp62 .image-container:after {
  width: 100px; }

.s-comp62 .image-container:after {
  height: 1000px; }

.s-comp62 .image-container:after {
  visibility: visible;
  display: inherit; }

.s-comp62 .image-container:after {
  -ms-transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(50%, -50%) rotate(8deg) scale(1, 1) skew(0deg, 0deg); }

@media (max-width: 480px) {
  .s-comp62 .image-container {
    min-height: 50vh; }

  .s-comp62 .content-container {
    padding: 48px 30px 48px 30px; }

  .s-comp62 .content-container .s-title-h1 h1 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h2 h2 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h3 h3 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h4 h4 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h5 h5 {
    text-align: center; }

  .s-comp62 .content-container .s-title-h6 h6 {
    text-align: center; }

  .s-comp62 .content-container .s-button-list {
    text-align: center; }

  .s-comp62 .image-container:after {
    display: none; } }


/******************************
 SLIDER LAYOUT
 ******************************/
.s-comp91 .splide__track, .s-comp91 .splide__list, .s-comp91 .splide__list > li {
  height: 100%; }

.s-comp91 .splide__list > li {
  position: relative;
  z-index: 1; }

.s-comp91 .splide__list > li .background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.s-comp91 .splide__list > li .background-image .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp91 .splide__list > li .background-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #000; }

.s-comp91 .splide__list > li .container {
  position: relative;
  z-index: 10;
  height: 100%; }

.s-comp91 .splide__list > li .content-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.s-comp91 .splide__list > li .content-container.horizontal-left, .s-comp91 .splide__list > li .content-container.horizontal-left .s-button-list {
  justify-content: flex-start !important; }

.s-comp91 .splide__list > li .content-container.horizontal-center, .s-comp91 .splide__list > li .content-container.horizontal-center .s-button-list {
  justify-content: center !important; }

.s-comp91 .splide__list > li .content-container.horizontal-right, .s-comp91 .splide__list > li .content-container.horizontal-right .s-button-list {
  justify-content: flex-end !important; }

.s-comp91 .splide__list > li .content-container.vertical-top {
  align-items: flex-start !important; }

.s-comp91 .splide__list > li .content-container.vertical-center {
  align-items: center !important; }

.s-comp91 .splide__list > li .content-container.vertical-bottom {
  align-items: flex-end !important; }

.s-comp91 .splide__list > li .content-container.horizontal-left h1, .s-comp91 .splide__list > li .content-container.horizontal-left h2, .s-comp91 .splide__list > li .content-container.horizontal-left h3, .s-comp91 .splide__list > li .content-container.horizontal-left h4, .s-comp91 .splide__list > li .content-container.horizontal-left h5, .s-comp91 .splide__list > li .content-container.horizontal-left h6, .s-comp91 .splide__list > li .content-container.horizontal-left .s-text, .s-comp91 .splide__list > li .content-container.horizontal-left .s-button-list {
  text-align: left !important; }

.s-comp91 .splide__list > li .content-container.horizontal-center h1, .s-comp91 .splide__list > li .content-container.horizontal-center h2, .s-comp91 .splide__list > li .content-container.horizontal-center h3, .s-comp91 .splide__list > li .content-container.horizontal-center h4, .s-comp91 .splide__list > li .content-container.horizontal-center h5, .s-comp91 .splide__list > li .content-container.horizontal-center h6, .s-comp91 .splide__list > li .content-container.horizontal-center .s-text, .s-comp91 .splide__list > li .content-container.horizontal-center .s-button-list {
  text-align: center !important; }

.s-comp91 .splide__list > li .content-container.horizontal-right h1, .s-comp91 .splide__list > li .content-container.horizontal-right h2, .s-comp91 .splide__list > li .content-container.horizontal-right h3, .s-comp91 .splide__list > li .content-container.horizontal-right h4, .s-comp91 .splide__list > li .content-container.horizontal-right h5, .s-comp91 .splide__list > li .content-container.horizontal-right h6, .s-comp91 .splide__list > li .content-container.horizontal-right .s-text, .s-comp91 .splide__list > li .content-container.horizontal-right .s-button-list {
  text-align: right !important;
  margin-left: auto !important; }
/******************************
 SLIDER NAVIGATION
 ******************************/
.s-comp91 .splide__arrow--prev {
  left: 0; }

.s-comp91 .splide__arrow--next {
  right: 0; }

.s-comp91 .splide__arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp91 .splide__arrow--prev i {
  transform: translate(-50%, -50%) scaleX(-1); }
/******************************
 CONTENT
 ******************************/
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T11-style, .s-comp91 h2.smC11783SmSn1p3T11-style, .s-comp91 h3.smC11783SmSn1p3T11-style, .s-comp91 h4.smC11783SmSn1p3T11-style, .s-comp91 h5.smC11783SmSn1p3T11-style, .s-comp91 h6.smC11783SmSn1p3T11-style {
  position: relative; }
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T12-style, .s-comp91 h2.smC11783SmSn1p3T12-style, .s-comp91 h3.smC11783SmSn1p3T12-style, .s-comp91 h4.smC11783SmSn1p3T12-style, .s-comp91 h5.smC11783SmSn1p3T12-style, .s-comp91 h6.smC11783SmSn1p3T12-style {
  position: relative; }
/* Default css from Default Title */
.s-comp91 h1.smC11783SmSn1p3T13-style, .s-comp91 h2.smC11783SmSn1p3T13-style, .s-comp91 h3.smC11783SmSn1p3T13-style, .s-comp91 h4.smC11783SmSn1p3T13-style, .s-comp91 h5.smC11783SmSn1p3T13-style, .s-comp91 h6.smC11783SmSn1p3T13-style {
  position: relative; }
/* Default css from Default Text */
.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  position: relative; }
/* Default css from Default Button */
.s-comp91 .s-btn.smC11783SmSn1p3T15-style, .s-comp91 .s-btn-alt.smC11783SmSn1p3T15-style {
  position: relative; }

.s-comp91 {
  position: relative; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  color: #fff; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  margin: 0px 0px 0px 0px; }

.s-comp91 h1.smC11783SmSn1p3T13-style {
  min-width: 0px;
  max-width: 700px; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  font-size: 1.2rem; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  color: #fff; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  text-align: left; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  margin: 1.44em 0px 2.074em 0px; }

.s-comp91 .s-text.smC11783SmSn1p3T14-style {
  min-width: 0px;
  max-width: 500px; }

.s-comp91 .splide {
  background-color: #000; }

.s-comp91 .splide {
  height: 80vh; }

.s-comp91 .splide__arrow {
  background-color: #fff; }

.s-comp91 .splide__arrow {
  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  width: 48px; }

.s-comp91 .splide__arrow {
  height: 48px; }

.s-comp91 .splide__arrow {
  margin: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  padding: 0px 0px 0px 0px; }

.s-comp91 .splide__arrow {
  opacity: 1; }

.s-comp91 .splide__arrow i {
  font-size: 1rem; }

.s-comp91 .splide__arrow i {
  font-weight: normal; }

.s-comp91 .splide__arrow i {
  color: #3d748f; }

.s-comp91 .splide__arrow i {
  text-align: center; }

.s-comp91 .splide__arrow i {
  line-height: 1; }

.s-comp91 .splide__arrow:hover {
  background-color: #3d748f; }

.s-comp91 .splide__arrow:hover i {
  color: #fff; }

.s-comp91 .splide__list > li .content {
  padding: 72px 15px 72px 15px; }

.s-comp91 .splide__list > li .content {
  min-width: 0px;
  max-width: 700px; }


.s-comp75 {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.s-comp75 .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.s-comp75 .video video {
  display: inline-block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp75 .container-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.s-comp75 .container, .s-comp75 .content-container {
  height: 100%; }

.s-comp75 .content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp75 .s-title-h1 h1 {
  font-size: 96px; }

.s-comp75 .s-title-h1 h1 {
  color: #fff; }

.s-comp75 .s-title-h1 h1 {
  text-align: center; }

.s-comp75 .s-text {
  font-size: 30px; }

.s-comp75 .s-text {
  font-weight: bold; }

.s-comp75 .s-text {
  color: #fff; }

.s-comp75 .s-text {
  text-align: center; }

.s-comp75 .s-text {
  line-height: 165%; }

.s-comp75 .s-button-list {
  margin: 24px 0px 0px 0px; }

.s-comp75 .s-button-list {
  text-align: center; }


.s-comp48 .intro-container {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 15px; }

.s-comp48 .intro-container.col-50 {
  width: 50%; }

.s-comp48 .intro-container.col-58 {
  width: 58.3333%; }

.s-comp48 .intro-container.col-66 {
  width: 66.6666%; }

.s-comp48 .intro-container.col-75 {
  width: 75%; }

.s-comp48 .intro-container.col-83 {
  width: 83.3333%; }

.s-comp48 .intro-container.col-91 {
  width: 91.6666%; }

.s-comp48 .intro-container.col-100 {
  width: 100%; }

@media only screen and (max-width: 480px) {
  .s-comp48 .intro-container {
    width: 100% !important;
    padding: 0 !important; } }

@media only screen and (min-width: 480px) {
  .s-comp48 .s-text br, .s-comp48 .s-text br:before {
    content: ' '; } }

.s-comp48 .s-button-list {
  margin-top: calc(1.73rem - 4px) !important;
  justify-content: center; }

.s-comp48 {
  padding: 144px 0px 144px 0px; }

.s-comp48 .s-title-h2 h2 {
  text-align: center; }

.s-comp48 .s-title-h3 h3 {
  text-align: center; }

.s-comp48 .s-title-h4 h4 {
  text-align: center; }

.s-comp48 .s-title-h5 h5 {
  text-align: center; }

.s-comp48 .s-title-h6 h6 {
  text-align: center; }

.s-comp48 .s-text {
  font-size: 1.2rem; }

.s-comp48 .s-text {
  text-align: center; }

.s-comp48 .s-text {
  margin: 0px auto 0px auto; }

.s-comp48 .s-text {
  min-width: 0px;
  max-width: 650px; }

.s-comp48 .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp48 .s-button-list {
  text-align: center; }

.s-comp48 .s-button-list .s-btn {
  width: auto; }

.s-comp48 .s-button-list .s-btn {
  margin: 4px 4px 4px 4px; }

.s-comp48 .s-button-list .s-btn-alt {
  width: auto; }

.s-comp48 .s-button-list .s-btn-alt {
  margin: 4px 4px 4px 4px; }

@media (max-width: 768px) {
  .s-comp48 {
    padding: 96px 0px 96px 0px; } }

@media (max-width: 480px) {
  .s-comp48 {
    padding: 72px 0px 72px 0px; }

  .s-comp48 .s-text {
    font-size: 1rem; }

  .s-comp48 .s-button-list .s-btn {
    width: 100%; }

  .s-comp48 .s-button-list .s-btn {
    margin: 4px 0px 4px 0px; }

  .s-comp48 .s-button-list .s-btn-alt {
    width: 100%; }

  .s-comp48 .s-button-list .s-btn-alt {
    margin: 4px 0px 4px 0px; } }


.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none; }

.s-comp69 .owl-carousel .owl-dots .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dots .owl-dot {
  display: inline-block; }

.s-comp69 .owl-carousel .owl-dots {
  height: auto;
  display: none !important; }

.s-comp69 .owl-carousel img {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp69 .owl-carousel .owl-nav > div {
  transform: translate(0, -50%); }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:before, .s-comp69 .owl-carousel .owl-nav .owl-next:before {
  font-size: 16px;
  color: #30302f; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  width: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  height: 30px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  margin: 0px -15px 0px -15px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  padding: 0px 0px 0px 0px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  opacity: 0.2; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  visibility: visible; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-prev {
  top: 50%;
  bottom: auto;
  left: -35px;
  right: auto; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  position: absolute; }

.s-comp69 .owl-carousel .owl-nav .owl-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -35px; }

.s-comp69 .owl-carousel .owl-nav .owl-prev:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-prev:active:before {
  content: '\f053'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover:before, .s-comp69 .owl-carousel .owl-nav .owl-next:focus:before, .s-comp69 .owl-carousel .owl-nav .owl-next:active:before {
  content: '\f054'; }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0); }

.s-comp69 .owl-carousel .owl-nav .owl-next:hover, .s-comp69 .owl-carousel .owl-nav .owl-next:focus, .s-comp69 .owl-carousel .owl-nav .owl-next:active, .s-comp69 .owl-carousel .owl-nav .owl-prev:hover, .s-comp69 .owl-carousel .owl-nav .owl-prev:focus, .s-comp69 .owl-carousel .owl-nav .owl-prev:active {
  opacity: 0.8; }

.s-comp69 .owl-carousel .owl-nav .owl-prev, .s-comp69 .owl-carousel .owl-nav .owl-next {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  border: 2px solid #423f3a; }

.s-comp69 .owl-carousel .owl-dots .owl-dot span {
  display: none; }

.s-comp69 .owl-dots {
  text-align: center; }

.s-comp69 .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #265f7b; }

.s-comp69 .owl-carousel .owl-dot img {
  width: auto; }

.s-comp69 .owl-carousel .owl-dot img {
  height: 75px; }

.s-comp69 .owl-carousel .owl-dot img {
  margin: 5px 5px 0px 0px; }

.s-comp69 .owl-carousel .owl-dot img {
  opacity: 0.5; }

.s-comp69 .owl-carousel .owl-dot:hover img, .s-comp69 .owl-carousel .owl-dot.active:hover img {
  opacity: 1; }

.s-comp69 .owl-carousel .owl-dot.active img {
  opacity: 1; }

.s-comp69 {
  padding: 72px 0px 72px 0px; }

.s-comp69 .owl-carousel .item img, .s-comp69 .owl-carousel .item a img, .s-comp69 .owl-carousel .item a:link img, .s-comp69 .owl-carousel .item a:visited img {
  width: auto; }

.s-comp69 .owl-carousel .item img, .s-comp69 .owl-carousel .item a img, .s-comp69 .owl-carousel .item a:link img, .s-comp69 .owl-carousel .item a:visited img {
  height: 60px; }

@media (max-width: 480px) {
  .s-comp69 {
    padding: 48px 0px 48px 0px; } }


.s-comp68 .s-menu, .s-comp68 .s-menu .s-menu-item, .s-comp68 .s-menu .s-menu-item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp68 .s-menu .s-menu-item > div {
  flex-wrap: nowrap; }

.s-comp68 .s-menu .s-menu-item {
  padding-right: 30px; }

@media only screen and (max-width: 480px) {
  .s-comp68 .s-menu .s-menu-item {
    padding-right: 0; } }

.s-comp68 .s-menu .s-menu-item > div {
  width: 100%; }

.s-comp68 .s-menu .s-menu-item > div > div:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto !important; }

.s-comp68 {
  padding: 72px 0px 72px 0px; }

.s-comp68 .s-title-h2 h2 {
  text-align: center; }

.s-comp68 .s-title-h2 h2 {
  margin: 0px 0px 48px 0px; }

.s-comp68 .s-title-h3 h3 {
  font-size: 1.2em; }

.s-comp68 .s-title-h3 h3 {
  color: #3d748f; }

.s-comp68 .s-title-h3 h3 {
  text-align: center; }

.s-comp68 .s-title-h3 h3 {
  letter-spacing: 1px; }

.s-comp68 .s-title-h3 h3 {
  text-transform: uppercase; }

.s-comp68 .s-title-h3 h3 {
  margin: 0px 0px 48px 0px; }

.s-comp68 .s-menu {
  margin: 0px 0px 18px 0px; }

.s-comp68 .s-menu .s-menu-item > div {
  border-top: 1px solid #f7f7f7; }

.s-comp68 .s-menu .s-menu-item {
  width: 50%; }

.s-comp68 .s-menu .s-menu-item > div {
  margin: 0px 0px 30px 0px;
  padding: 4px 0px 0px 0px; }

.s-comp68 .s-menu-item-name {
  font-size: 0.92em; }

.s-comp68 .s-menu-item-name {
  font-weight: bold; }

.s-comp68 .s-menu-item-name {
  letter-spacing: 0.01em; }

.s-comp68 .s-menu-item-name {
  text-transform: uppercase; }

.s-comp68 .s-menu-item-name {
  margin: 0px 0px -6px 0px; }

.s-comp68 .s-menu-item-details {
  font-size: 0.85em; }

.s-comp68 .s-menu-item-details {
  line-height: 175%; }

.s-comp68 .s-menu-item-details {
  opacity: 0.8; }

.s-comp68 .s-menu-item-price {
  font-size: 1em; }

.s-comp68 .s-menu-item-price {
  font-weight: bold; }

.s-comp68 .s-menu-item-price {
  padding: 0px 15px 0px 15px; }

@media (max-width: 768px) {
  .s-comp68 .s-menu-item-name {
    font-size: 0.85em; }

  .s-comp68 .s-menu-item-name {
    margin: 0px 0px 0px 0px; } }

@media (max-width: 480px) {
  .s-comp68 {
    padding: 48px 0px 0px 0px; }

  .s-comp68 .s-menu .s-menu-item {
    width: 100%; }

  .s-comp68 .s-menu-item-name {
    font-size: 0.92em; }

  .s-comp68 .s-menu-item-name {
    margin: 0px 0px 0px 0px; } }


.s-comp44 > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp44 .divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp44 .divider div {
  width: 1px;
  height: 80%; }

@media only screen and (max-width: 960px) {
  .s-comp44 > .container > .row {
    display: inline-block; }

  .s-comp44 .divider div {
    width: 80%;
    height: 1px;
    margin: 30px 0; }

  .s-comp44 .content hr {
    margin-left: auto !important;
    margin-right: auto !important; } }

.s-comp44 {
  background-color: #f7f7f7; }

.s-comp44 {
  padding: 48px 0px 48px 0px; }

.s-comp44 .openingsuren {
  margin: 0px 0px 0px 0px; }

.s-comp44 .openingsuren h2 {
  text-align: left; }

.s-comp44 .openingsuren .openingsuren-list {
  margin: 24px 0px 24px 0px; }

.s-comp44 .openingsuren .openingsuren-list .dag {
  margin: 0px 0px 0px 0px; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  font-weight: bold; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  text-align: left; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  width: 120px; }

.s-comp44 .openingsuren .openingsuren-list .dag .day {
  float: left; }

.s-comp44 .openingsuren .openingsuren-list .dag .time {
  text-align: left; }

.s-comp44 .openingsuren .uitzonderingen {
  font-size: 14px; }

.s-comp44 .openingsuren .uitzonderingen {
  font-style: italic; }

.s-comp44 .openingsuren .uitzonderingen {
  text-align: left; }

.s-comp44 .openingsuren .uitzonderingen {
  line-height: 155%; }

.s-comp44 .content .content-title {
  text-align: left; }

.s-comp44 .content .content-title {
  margin: 0px 0px 24px 0px; }

.s-comp44 .content .s-text {
  text-align: left; }

.s-comp44 .content .s-text {
  margin: 0px 0px 0px 0px; }

.s-comp44 hr, .s-comp44 .divider div {
  background-color: #265f7b; }

.s-comp44 hr, .s-comp44 .divider div {
  border: 0px solid #fff; }

.s-comp44 hr {
  width: 100%; }

.s-comp44 hr {
  height: 1px; }

.s-comp44 hr {
  margin: 30px 0px 30px 0px; }

@media (max-width: 768px) {
  .s-comp44 .openingsuren h2 {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag {
    margin: 0px 0px 20px 0px; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    width: auto; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    float: none; }

  .s-comp44 .openingsuren .openingsuren-list .dag .time {
    text-align: center; }

  .s-comp44 .openingsuren .uitzonderingen {
    text-align: center; }

  .s-comp44 .content .content-title {
    text-align: center; }

  .s-comp44 .content .s-text {
    text-align: center; }

  .s-comp44 hr {
    width: 80%; } }

@media (max-width: 480px) {
  .s-comp44 .openingsuren h2 {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag {
    margin: 0px 0px 20px 0px; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    text-align: center; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    width: auto; }

  .s-comp44 .openingsuren .openingsuren-list .dag .day {
    float: none; }

  .s-comp44 .openingsuren .openingsuren-list .dag .time {
    text-align: center; }

  .s-comp44 .openingsuren .uitzonderingen {
    text-align: center; }

  .s-comp44 .content .content-title {
    text-align: center; }

  .s-comp44 .content .s-text {
    text-align: center; }

  .s-comp44 hr {
    width: 80%; } }


.s-comp83 .cookie-reset .s-btn {
  margin: 1.728rem 0 0 0; }

.s-comp83 {
  padding: 96px 0px 96px 0px; }

.s-comp83 .s-text h2 {
  font-size: 1.728rem; }

.s-comp83 .s-text h3 {
  font-size: 1.44rem; }

.s-comp83 .s-text h4 {
  font-size: 1.2rem; }

.s-comp83 .s-text {
  min-width: 0px;
  max-width: 750px; }


.s-comp45 .images {
  display: inline-block;
  width: 100%; }

.s-comp45 .large-image, .s-comp45 .small-image {
  padding: 0 !important; }

.s-comp45 .large-image .image-container, .s-comp45 .small-image .image-container {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative; }

.s-comp45 .large-image img, .s-comp45 .small-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.s-comp45 .small-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute; }
/* CONTENT ALIGN LEFT */
.s-comp45 .content-align-left .small-image {
  margin-left: 58.3333%; }

.s-comp45 .content-align-left .small-image:before {
  left: auto !important; }

.s-comp45 .content-align-left .content {
  margin-left: 8.3333%; }
/* CONTENT ALIGN RIGHT */
.s-comp45 .content-align-right .large-image {
  margin-left: 16.6666%; }

.s-comp45 .content-align-right .small-image:before {
  right: auto !important; }

.s-comp45 .content-align-right .content {
  margin-left: 50%; }

@media only screen and (max-width: 960px) {
  .s-comp45 .content-align-right .large-image {
    margin-left: 0; }

  .s-comp45 .content {
    margin-left: 16.6666% !important; }

  .s-comp45 .content .button-list {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .s-comp45 .content-align-right .large-image {
    margin-left: 0; }

  .s-comp45 .content {
    margin-left: 0 !important; }

  .s-comp45 .content .button-list {
    text-align: center; } }

.s-comp45 {
  padding: 100px 0px 100px 0px; }

.s-comp45 .large-image {
  height: 606px; }

.s-comp45 .small-image {
  height: 630px; }

.s-comp45 .small-image {
  margin: -320px 0px 0px 0px; }

.s-comp45 .small-image {
  visibility: visible;
  display: inherit; }

.s-comp45 .small-image:before {
  background-color: #3d748f; }

.s-comp45 .small-image:before {
  top: 20px; }

.s-comp45 .small-image:before {
  left: -20px; }

.s-comp45 .small-image:before {
  right: -20px; }

.s-comp45 .small-image:before {
  z-index: 1; }

.s-comp45 .content {
  margin: -252px 0px 0px 0px; }

.s-comp45 .content {
  padding: 0px 15px 0px 15px; }

.s-comp45 .content .content-title {
  text-align: left; }

.s-comp45 .content .content-title {
  margin: 0px 0px 24px 0px; }

.s-comp45 .content .s-text {
  text-align: left; }

.s-comp45 .content .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp45 .content .button-list .s-btn, .s-comp45 .content .button-list a.s-btn:link, .s-comp45 .content .button-list a.s-btn:visited {
  margin: 0px 8px 0px 0px; }

.s-comp45 .content .button-list .s-btn-alt, .s-comp45 .content .button-list a.s-btn-alt:link, .s-comp45 .content .button-list a.s-btn-alt:visited {
  margin: 0px 8px 0px 0px; }

.s-comp45 .content .button-list {
  margin: 24px 0px 0px 0px; }

@media (max-width: 768px) {
  .s-comp45 .large-image {
    height: 400px; }

  .s-comp45 .small-image {
    margin: 0px 0px 0px 0px; }

  .s-comp45 .small-image {
    display: none; }

  .s-comp45 .small-image:before {
    top: 0px; }

  .s-comp45 .small-image:before {
    left: 0px; }

  .s-comp45 .small-image:before {
    right: 0px; }

  .s-comp45 .content {
    margin: 36px 0px 0px 0px; }

  .s-comp45 .content .content-title {
    text-align: center; }

  .s-comp45 .content .s-text {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp45 {
    padding: 48px 15px 48px 15px; }

  .s-comp45 .large-image {
    height: 200px; }

  .s-comp45 .small-image {
    margin: 0px 0px 0px 0px; }

  .s-comp45 .small-image {
    display: none; }

  .s-comp45 .small-image:before {
    top: 0px; }

  .s-comp45 .small-image:before {
    left: 0px; }

  .s-comp45 .small-image:before {
    right: 0px; }

  .s-comp45 .content {
    margin: 36px 0px 0px 0px; }

  .s-comp45 .content {
    padding: 0px 0px 0px 0px; }

  .s-comp45 .content .content-title {
    text-align: center; }

  .s-comp45 .content .s-text {
    text-align: center; } }


.s-comp47 .icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  /*border-radius: 50px;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/ }

.s-comp47 img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.s-comp47 {
  padding: 120px 0px 120px 0px; }

.s-comp47 > .container > .row > div {
  margin: 0px 0px 0px 0px; }

.s-comp47 .icon {
  text-align: center; }

.s-comp47 .content-title {
  font-size: 24px; }

.s-comp47 .content-title {
  text-align: center; }

.s-comp47 .content-title {
  margin: 28px 0px 20px 0px; }

.s-comp47 .s-text {
  text-align: center; }

.s-comp47 .link {
  margin: 24px 0px 0px 0px; }

.s-comp47 .link {
  text-align: center; }

@media (max-width: 480px) {
  .s-comp47 > .container > .row > div {
    margin: 0px 0px 48px 0px; } }


@media only screen and (min-width: 991px) {
  .s-comp65 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: calc(100% - 30px); } }

.s-comp65 .content-tile {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.s-comp65 .linked-tile {
  overflow: hidden;
  background: transparent;
  display: flex;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp65 .linked-tile a {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  position: relative; }

.s-comp65 .linked-tile .image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp65 .linked-tile .title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.s-comp65 .linked-tile .title-container i {
  margin-left: auto !important; }

.s-comp65 {
  background-color: #f7f7f7; }

.s-comp65 {
  padding: 72px 0px 42px 0px; }

.s-comp65 .content-tile {
  background-color: #fff; }

.s-comp65 .content-tile {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .content-tile {
  min-height: 100%; }

.s-comp65 .content-tile {
  margin: 0px 0px 0px 0px; }

.s-comp65 .content-tile {
  padding: 72px 60px 72px 60px; }

.s-comp65 .content-tile .s-title-h1 h1 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h2 h2 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h3 h3 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h4 h4 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h5 h5 {
  text-align: left; }

.s-comp65 .content-tile .s-title-h6 h6 {
  text-align: left; }

.s-comp65 .content-tile .s-text {
  text-align: left; }

.s-comp65 .s-button-list {
  text-align: left; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  display: inline-block; }

.s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
  text-align: left; }

.s-comp65 .s-img-default-beh {
  text-align: center; }

.s-comp65 .s-img-default-beh {
  text-align: center; }

.s-comp65 .linked-tile a {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp65 .linked-tile a {
  margin: 0px 0px 30px 0px; }

.s-comp65 .linked-tile {
  -ms-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

.s-comp65 .linked-tile .image-container {
  width: 100%; }

.s-comp65 .linked-tile .image-container {
  height: 157px; }

.s-comp65 .linked-tile .title-container h3 {
  font-size: 1em; }

.s-comp65 .linked-tile .title-container h3 {
  color: #46484d; }

.s-comp65 .linked-tile .title-container h3 {
  margin: 0px 0px 0px 0px; }

.s-comp65 .linked-tile .title-container {
  background-color: #fff; }

.s-comp65 .linked-tile .title-container {
  padding: 16px 24px 16px 24px; }

.s-comp65 .linked-tile .title-container i {
  font-size: 13px; }

.s-comp65 .linked-tile .title-container i {
  font-weight: normal; }

.s-comp65 .linked-tile .title-container i {
  font-style: normal; }

.s-comp65 .linked-tile .title-container i {
  color: #46484d; }

.s-comp65 .linked-tile .title-container i {
  margin: 2px 0px 0px 0px; }

.s-comp65 .linked-tile:hover {
  -ms-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);
  transform: translate3d(0px, -4px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1); }

@media (max-width: 768px) {
  .s-comp65 .content-tile {
    margin: 0px 0px 30px 0px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }

@media (max-width: 480px) {
  .s-comp65 {
    padding: 48px 0px 18px 0px; }

  .s-comp65 .content-tile {
    margin: 0px 15px 30px 15px; }

  .s-comp65 .content-tile {
    padding: 48px 30px 48px 30px; }

  .s-comp65 .content-tile .s-title-h1 h1 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h2 h2 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h3 h3 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h4 h4 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h5 h5 {
    text-align: center; }

  .s-comp65 .content-tile .s-title-h6 h6 {
    text-align: center; }

  .s-comp65 .content-tile .s-text {
    text-align: center; }

  .s-comp65 .s-button-list {
    text-align: center; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    display: block; }

  .s-comp65 .s-link-beh a:link, .s-comp65 .s-link-beh a:visited, .s-comp65 .s-link-beh a:active {
    text-align: center; } }


.s-comp61 .s-table-beh table {
  display: inline-table; }

.s-comp61 table tr td {
  vertical-align: middle; }

.s-comp61 table tr:last-child {
  border-bottom: 0; }

@media only screen and (max-width: 480px) {
  .s-comp61 table tr:first-child {
    display: none; }

  .s-comp61 table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    text-align: center; } }

.s-comp61 table tr {
  border-bottom: 1px solid #f7f7f7; }

.s-comp61 table tr {
  padding: 0px 0px 0px 0px; }

.s-comp61 table tr td {
  border: 0px solid #423f3a; }

.s-comp61 table tr td {
  padding: 12px 24px 12px 24px; }

.s-comp61 table {
  border: 0px solid #423f3a; }

.s-comp61 table {
  margin: 72px 0px 72px 0px; }

.s-comp61 table tbody tr td h4 {
  margin: 0px 0px 0px 0px; }

.s-comp61 table tbody tr td p {
  margin: 0px 0px 0px 0px; }

@media (max-width: 480px) {
  .s-comp61 table tr {
    padding: 28px 0px 32px 0px; }

  .s-comp61 table tr td {
    padding: 8px 15px 8px 15px; } }


.s-comp71 .tab-content h1:before, .s-comp71 .tab-content h2:before, .s-comp71 .tab-content h3:before, .s-comp71 .tab-content h4:before, .s-comp71 .tab-content h5:before, .s-comp71 .tab-content h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content h1:after, .s-comp71 .tab-content h2:after, .s-comp71 .tab-content h3:after, .s-comp71 .tab-content h4:after, .s-comp71 .tab-content h5:after, .s-comp71 .tab-content h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content .s-tile h1:before, .s-comp71 .tab-content .s-tile h2:before, .s-comp71 .tab-content .s-tile h3:before, .s-comp71 .tab-content .s-tile h4:before, .s-comp71 .tab-content .s-tile h5:before, .s-comp71 .tab-content .s-tile h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .tab-content .s-tile h1:after, .s-comp71 .tab-content .s-tile h2:after, .s-comp71 .tab-content .s-tile h3:after, .s-comp71 .tab-content .s-tile h4:after, .s-comp71 .tab-content .s-tile h5:after, .s-comp71 .tab-content .s-tile h6:after {
  content: "";
  position: relative;
  display: block; }

.s-comp71 .s-img {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp71 .nav-tabs {
  border: 0px solid #3d748f; }

.s-comp71 .nav-tabs {
  margin: 0px 0px 30px 0px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  font-size: 1em; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  color: #46484d; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-align: left; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  text-decoration: none; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  background-color: #f7f7f7; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  width: 100%; }

.s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
  padding: 18px 30px 18px 30px; }

.s-comp71 .nav-item a:hover {
  color: #fff; }

.s-comp71 .nav-item a:hover {
  background-color: #3d748f; }

.s-comp71 .nav-item a:hover {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  color: #fff; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  background-color: #3d748f; }

.s-comp71 .nav-item a.active, .s-comp71 .nav-item a.active:focus, .s-comp71 .nav-item a.active:active {
  border: 0px solid #fff; }

.s-comp71 .nav-item a.active:hover {
  color: #fff; }

.s-comp71 .nav-item a.active:hover {
  background-color: #265f7b; }

.s-comp71 .tab-content {
  margin: 0px 0px -24px 0px; }

.s-comp71 .tab-content {
  padding: 17px 30px 0px 30px; }

.s-comp71 .tab-content h3 {
  text-align: center; }

.s-comp71 .tab-content p, .s-comp71 .tab-content .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-img {
  max-height: 500px; }

.s-comp71 .tab-content .s-img {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile {
  padding: 36px 36px 12px 36px; }

.s-comp71 .tab-content .s-tile h3 {
  text-align: left; }

.s-comp71 .tab-content .s-tile .s-btn, .s-comp71 .tab-content .s-tile a.s-btn:link, .s-comp71 .tab-content .s-tile a.s-btn:visited {
  margin: 0px 0px 24px 0px; }

.s-comp71 .tab-content .s-tile .s-btn-alt, .s-comp71 .tab-content .s-tile a.s-btn-alt:link, .s-comp71 .tab-content .s-tile a.s-btn-alt:visited {
  margin: 0px 0px 24px 0px; }

.s-comp71 {
  padding: 72px 0px 72px 0px; }

@media (max-width: 768px) {
  .s-comp71 .tab-content {
    padding: 17px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 380px; } }

@media (max-width: 480px) {
  .s-comp71 .nav-item a, .s-comp71 .nav-item a.active {
    padding: 12px 15px 12px 15px; }

  .s-comp71 .tab-content {
    padding: 0px 0px 0px 0px; }

  .s-comp71 .tab-content .s-img {
    max-height: 300px; }

  .s-comp71 .tab-content .s-tile {
    padding: 36px 30px 12px 30px; }

  .s-comp71 {
    padding: 48px 0px 48px 0px; } }


.s-comp43 {
  position: relative; }

.s-comp43:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%; }

.s-comp43 .testimonial-content {
  margin-left: auto !important;
  margin-right: auto !important; }

.s-comp43 .flex-control-paging li a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.s-comp43 .flex-viewport {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.s-comp43 .flex-direction-nav a {
  height: auto;
  width: auto; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  font-size: inherit;
  color: inherit;
  text-shadow: inherit; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before, .s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  line-height: 1;
  display: block; }

.s-comp43 .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp43 .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp43 .flexslider:hover .flex-direction-nav .flex-next {
  right: 0px; }

.s-comp43 .flexslider:hover .flex-direction-nav .flex-prev {
  left: 0px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav {
  width: auto;
  position: static;
  bottom: auto; }

.s-comp43 .flexslider.testimonial-slider {
  margin: 0;
  border: 0;
  border-radius: 0; }

.s-comp43 .slides, .s-comp43 .slides li {
  position: relative; }
/*
 -------- QUOTES --------
 */
.s-comp43 .quote-mark {
  position: absolute; }

.s-comp43 .quote-mark.open-quote {
  top: 0;
  left: 100px; }

.s-comp43 .quote-mark.close-quote {
  bottom: 43px;
  right: 100px; }

.s-comp43 {
  background-color: #f7f7f7; }

.s-comp43 {
  margin: 0px 0px 0px 0px; }

.s-comp43 {
  padding: 36px 0px 36px 0px; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev:before {
  content: '\f104';
  font-family: fontAwesome; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
  font-family: fontAwesome; }

.s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-next, .s-comp43 .flexslider.testimonial-slider .flex-direction-nav a.flex-prev {
  font-size: 30px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  background-color: #e3e3e3; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  border: 0px solid #fff; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  width: 8px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a {
  height: 8px; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:hover, .s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:focus, .s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a:active {
  background-color: #ababab; }

.s-comp43 .flexslider.testimonial-slider .flex-control-nav > li a.flex-active {
  background-color: #ababab; }

.s-comp43 .flexslider.testimonial-slider {
  background-color: #423f3a;
  background-color: rgba(66, 63, 58, 0); }

.s-comp43 .testimonials-slider-box .testimonial-content h1 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content h2 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content h3 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content h4 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content h5 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content h6 {
  color: #423f3a; }

.s-comp43 .testimonials-slider-box .testimonial-content .s-text {
  color: #46484d; }

.s-comp43 .testimonials-slider-box .testimonial-content .s-text {
  text-align: center; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  width: 70%; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  margin: 0px 0px 0px 0px; }

.s-comp43 .flexslider.testimonial-slider .testimonial-content {
  padding: 36px 60px 8px 60px; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  font-size: 78%; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  text-align: center; }

.s-comp43 .testimonials-slider-box .testimonial-content .testimonial-name {
  margin: 12px 0px 12px 0px; }

.s-comp43 .quote-mark.open-quote {
  display: none; }

.s-comp43 .quote-mark.open-quote i {
  font-size: 40px; }

.s-comp43 .quote-mark.open-quote i {
  color: #3d748f; }

.s-comp43 .quote-mark.close-quote {
  display: none; }

.s-comp43 .quote-mark.close-quote i {
  font-size: 40px; }

.s-comp43 .quote-mark.close-quote i {
  color: #3d748f; }


.s-comp60 h1:before, .s-comp60 h2:before, .s-comp60 h3:before, .s-comp60 h4:before, .s-comp60 h5:before, .s-comp60 h6:before {
  content: "";
  position: relative;
  display: block; }

.s-comp60 h1:after, .s-comp60 h2:after, .s-comp60 h3:after, .s-comp60 h4:after, .s-comp60 h5:after, .s-comp60 h6:after {
  content: "";
  position: relative;
  display: block; }

.timeline .timeline-item:after, .timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

.timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #c0392b;
  left: 50%;
  top: 0;
  position: absolute; }

.timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%; }

.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative; }

.timeline-icon {
  background: #c0392b;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 4px 0 0 0; }

@media only screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -14px; }

  .timeline-icon {
    width: 20px;
    height: 20px; } }

.timeline .timeline-item .timeline-content {
  width: 45%;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.timeline .timeline-item .timeline-content.right {
  float: right; }

@media screen and (max-width: 768px) {
  .timeline {
    margin: 15px;
    padding: 0px;
    width: 90%; }

  .timeline:before {
    left: 0; }

  .timeline .timeline-item .timeline-content {
    width: 100%;
    float: right; }

  .timeline .timeline-item .timeline-content:before, .timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #c0392b; }

  .timeline .timeline-item .timeline-icon {
    left: 0; } }

.s-comp60 {
  margin: 0px 0px 0px 0px; }

.s-comp60 {
  padding: 72px 0px 72px 0px; }

.s-comp60 h2 {
  font-size: 180%; }

.s-comp60 h2 {
  text-align: center; }

.s-comp60 h2 {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-text {
  text-align: center; }

.s-comp60 .s-text {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-img {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-btn-beh {
  text-align: center; }

.s-comp60 .s-btn, .s-comp60 a.s-btn:link, .s-comp60 a.s-btn:visited {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-btn-alt, .s-comp60 a.s-btn-alt:link, .s-comp60 a.s-btn-alt:visited {
  margin: 0px 0px 24px 0px; }

.s-comp60 .s-btn-alt-beh {
  text-align: center; }

.s-comp60 .timeline .timeline-content {
  padding: 60px 60px 36px 60px; }

.s-comp60 .timeline .timeline-content {
  background-color: #f7f7f7; }

.s-comp60 .timeline-icon {
  background-color: #f7f7f7; }

.s-comp60 .timeline:before {
  background-color: #f7f7f7; }

@media (max-width: 480px) {
  .s-comp60 .timeline .timeline-content {
    padding: 30px 30px 12px 30px; } }


@media only screen and (min-width: 991px) {
  .s-comp93 .container {
    max-width: calc(100vw - 144px) !important; } }

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .s-comp93 .container {
    max-width: calc(100vw - 60px) !important; } }

.s-comp93 .s-tile .row {
  position: relative;
  z-index: 10; }

.s-comp93 .s-tile .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  filter: grayscale(100%); }

.s-comp93 .s-tile:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.s-comp93 .container > .row > div:nth-child(odd) .s-tile:before {
  background: #3d748f;
  background: -moz-linear-gradient(90deg, rgba(5, 60, 87, 0.8) 0%, rgba(5, 60, 87, 0.35) 100%);
  background: -webkit-linear-gradient(90deg, rgba(5, 60, 87, 0.8) 0%, rgba(5, 60, 87, 0.35) 100%);
  background: linear-gradient(90deg, rgba(5, 60, 87, 0.8) 0%, rgba(5, 60, 87, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eec344",endColorstr="#eec344",GradientType=1); }

.s-comp93 .container > .row > div:nth-child(even) .s-tile:before {
  background: #1e1e1e;
  background: -moz-linear-gradient(-90deg, rgba(30, 30, 30, 0.3) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(30, 30, 30, 0.3) 0%, rgba(30, 30, 30, 0.8) 100%);
  background: linear-gradient(-90deg, rgba(30, 30, 30, 0.3) 0%, rgba(30, 30, 30, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fb",endColorstr="#f8f9fb",GradientType=1); }

.s-comp93 .s-tile, .s-comp93 .s-tile h2 {
  color: #fff; }

@media only screen and (min-width: 480px) {
  .s-comp93 .container > .row, .s-comp93 .container > .row > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; } }
/* Default css from Card */
.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  position: relative; }
/* Default css from Header 2 */
.s-comp93 h2.smC16345SmSn1p3T2i11-style {
  position: relative; }
/* Default css from Default Text */
.s-comp93 .s-text.smC16345SmSn1p3T2i12-style {
  position: relative; }
/* Default css from Default Button */
.s-comp93 .s-btn.smC16345SmSn1p3T2i13-style, .s-comp93 .s-btn-alt.smC16345SmSn1p3T2i13-style {
  position: relative; }

.s-comp93 {
  padding: 0px 0px 96px 0px; }

.s-comp93 {
  position: relative; }

.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  margin: 0px 0px 0px 0px; }

.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  padding: 7% 34% 7% 7%; }

.s-comp93 h2.smC16345SmSn1p3T2i11-style {
  font-size: 172%; }

.s-comp93 h2.smC16345SmSn1p3T2i11-style {
  text-shadow: 0px 0px 5px rgba(48, 48, 47, 0.3); }

.s-comp93 h2.smC16345SmSn1p3T2i11-style {
  margin: 0px 0px 16px 0px; }

.s-comp93 .s-text.smC16345SmSn1p3T2i12-style {
  text-shadow: 0px 0px 6px rgba(48, 48, 47, 0.6); }

.s-comp93 .s-text.smC16345SmSn1p3T2i12-style {
  padding: 0px 0px 20px 0px; }

@media (max-width: 768px) {
  .s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; }

  .s-comp93 h2.smC16345SmSn1p3T2i11-style {
    font-size: 150%; } }

@media (max-width: 480px) {
  .s-comp93 {
    padding: 0px 0px 52px 0px; }

  .s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    margin: 0px 0px 20px 0px; }

  .s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; }

  .s-comp93 h2.smC16345SmSn1p3T2i11-style {
    font-size: 130%; } }


.s-comp94 {
  position: relative; }

.s-comp94 .features > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.s-comp94 .features .feature {
  width: 25%; }

.s-comp94 .feature .feature-icon {
  padding: 0 15px; }

.s-comp94 .feature .s-img-beh {
  position: relative;
  overflow: hidden; }

.s-comp94 .feature .s-img-beh img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; }

.s-comp94 .feature .feature-content {
  padding: 0 15px;
  text-align: center; }

@media only screen and (max-width: 991px) {
  .s-comp94 .features .feature {
    width: 50%; } }
/*
 @media only screen and (max-width: 991px) {
 .s-comp94 .features.columns-3 .feature {
 width: 100% !important;
 max-width: 500px;
 }
 .s-comp94 .features.columns-3 .feature:nth-child(even) {
 margin-left: auto !important;
 }
 .s-comp94 .features.columns-3 .feature-icon {
 flex-basis: 20%;
 }
 .s-comp94 .features.columns-3 .feature-content {
 flex-basis: 80%;
 }
 .s-comp94 .feature .feature-icon {
 flex-basis: 125px;
 }
 .s-comp94 .feature .feature-content {
 flex-basis: calc(100% - 125px);
 }
 }
 @media only screen and (max-width: 480px) {
 .s-comp94 .features .feature {
 width: 100% !important;
 }
 .s-comp94 .feature .feature-icon,
 .s-comp94 .feature .feature-content {
 flex-basis: 100% !important;
 }
 .s-comp94 .feature .feature-content .s-button-list {
 text-align: center;
 }
 }*/
.s-comp94 {
  padding: 0px 0px 60px 0px; }

.s-comp94 .features .feature {
  margin: 0px 0px 60px 0px; }

.s-comp94 .features .feature {
  padding: 0px 15px 0px 15px; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  background-color: #fff; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1); }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  width: 80%; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  margin: 0px auto 0px auto; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  padding: 0px 0px 80% 0px; }

.s-comp94 .features .feature .feature-icon .s-img-beh {
  position: relative; }

.s-comp94 .features .feature .feature-content h2 {
  font-size: 1.728rem; }

.s-comp94 .features .feature .feature-content h2 {
  text-align: left; }

.s-comp94 .features .feature .feature-content h3 {
  font-size: 1.2rem; }

.s-comp94 .features .feature .feature-content h3 {
  text-align: center; }

.s-comp94 .features .feature .feature-content h3 {
  margin: 20px 0px 10px 0px; }

.s-comp94 .features .feature .feature-content h4 {
  font-size: 1.2rem; }

.s-comp94 .features .feature .feature-content h4 {
  text-align: left; }

.s-comp94 .features .feature .feature-content h5 {
  text-align: left; }

.s-comp94 .features .feature .feature-content h6 {
  text-align: left; }

.s-comp94 .features .feature .feature-content .s-text {
  text-align: left; }

.s-comp94 .features .feature .feature-content .s-button-list {
  margin: 1.728em 0px 0px 0px; }

@media (max-width: 768px) {
  .s-comp94 .features .feature {
    padding: 0px 0px 0px 0px; }

  .s-comp94 .features .feature .feature-icon .s-img-beh {
    width: 65%; }

  .s-comp94 .features .feature .feature-icon .s-img-beh {
    padding: 0px 0px 65% 0px; } }

@media (max-width: 480px) {
  .s-comp94 {
    padding: 0px 0px 22px 0px; }

  .s-comp94 .features .feature {
    padding: 0px 15px 0px 15px; }

  .s-comp94 .features .feature .feature-icon .s-img-beh {
    width: 100%; }

  .s-comp94 .features .feature .feature-icon .s-img-beh {
    padding: 0px 0px 100% 0px; }

  .s-comp94 .features .feature .feature-content h2 {
    text-align: center; }

  .s-comp94 .features .feature .feature-content h3 {
    margin: 20px 0px 8px 0px; }

  .s-comp94 .features .feature .feature-content h4 {
    text-align: center; }

  .s-comp94 .features .feature .feature-content h5 {
    text-align: center; }

  .s-comp94 .features .feature .feature-content h6 {
    text-align: center; }

  .s-comp94 .features .feature .feature-content .s-text {
    text-align: center; } }


.s-comp95 {
  position: relative; }

.s-comp95 .features > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp95 .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.s-comp95 .features.columns-2 .feature {
  width: 50%; }

.s-comp95 .features.columns-3 .feature {
  width: 33.3333%; }

.s-comp95 .feature .feature-icon {
  flex-basis: 110px;
  padding: 0 15px; }

.s-comp95 .feature .s-img-beh img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%; }

.s-comp95 .feature .feature-content {
  flex-basis: calc(100% - 110px);
  padding: 0 15px; }

@media only screen and (max-width: 991px) {
  .s-comp95 .features.columns-3 .feature {
    width: 100% !important;
    max-width: 500px; }

  .s-comp95 .features.columns-3 .feature:nth-child(even) {
    margin-left: auto !important; }

  .s-comp95 .features.columns-3 .feature-icon {
    flex-basis: 20%; }

  .s-comp95 .features.columns-3 .feature-content {
    flex-basis: 80%; } }

@media only screen and (max-width: 480px) {
  .s-comp95 .features .feature {
    width: 100% !important; }

  .s-comp95 .feature .feature-icon, .s-comp95 .feature .feature-content {
    flex-basis: 100% !important; }

  .s-comp95 .feature .feature-content .s-button-list {
    text-align: center; } }

.s-comp95 {
  padding: 144px 0px 72px 0px; }

.s-comp95 h2.intro {
  text-align: center; }

.s-comp95 h3.intro {
  text-align: center; }

.s-comp95 h4.intro {
  text-align: center; }

.s-comp95 h5.intro {
  text-align: center; }

.s-comp95 h6.intro {
  text-align: center; }

.s-comp95 .s-text.intro {
  font-size: 1.2rem; }

.s-comp95 .s-text.intro {
  text-align: center; }

.s-comp95 .s-text.intro {
  margin: 0px auto 2.488em auto; }

.s-comp95 .s-text.intro {
  min-width: 0px;
  max-width: 650px; }

.s-comp95 .features .feature {
  margin: 0px 0px 72px 0px; }

.s-comp95 .features .feature {
  padding: 0px 15px 0px 15px; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  background-color: #fff; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(48, 48, 47, 0.1); }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  width: 100%; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  margin: 0px auto 0px auto; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  padding: 0px 0px 100% 0px; }

.s-comp95 .features .feature .feature-icon .s-img-beh {
  position: relative; }

.s-comp95 .features .feature .feature-content h2 {
  font-size: 1.728rem; }

.s-comp95 .features .feature .feature-content h2 {
  text-align: left; }

.s-comp95 .features .feature .feature-content h3 {
  font-size: 1.44rem; }

.s-comp95 .features .feature .feature-content h3 {
  text-align: left; }

.s-comp95 .features .feature .feature-content h4 {
  font-size: 1.2rem; }

.s-comp95 .features .feature .feature-content h4 {
  text-align: left; }

.s-comp95 .features .feature .feature-content h5 {
  text-align: left; }

.s-comp95 .features .feature .feature-content h6 {
  text-align: left; }

.s-comp95 .features .feature .feature-content .s-text {
  text-align: left; }

.s-comp95 .features .feature .feature-content .s-button-list {
  margin: 1.728em 0px 0px 0px; }

@media (max-width: 768px) {
  .s-comp95 {
    padding: 96px 0px 24px 0px; } }

@media (max-width: 480px) {
  .s-comp95 {
    padding: 72px 0px 0px 0px; }

  .s-comp95 .features .feature .feature-icon .s-img-beh {
    width: 50%; }

  .s-comp95 .features .feature .feature-icon .s-img-beh {
    margin: 0px auto 24px auto; }

  .s-comp95 .features .feature .feature-icon .s-img-beh {
    padding: 0px 0px 50% 0px; }

  .s-comp95 .features .feature .feature-content h2 {
    text-align: center; }

  .s-comp95 .features .feature .feature-content h3 {
    text-align: center; }

  .s-comp95 .features .feature .feature-content h4 {
    text-align: center; }

  .s-comp95 .features .feature .feature-content h5 {
    text-align: center; }

  .s-comp95 .features .feature .feature-content h6 {
    text-align: center; }

  .s-comp95 .features .feature .feature-content .s-text {
    text-align: center; } }


.s-comp96 {
  counter-reset: step-counter; }

@media only screen and (min-width: 991px) {
  .s-comp96 .container > .row:nth-child(1) > div {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    left: 0; }

  .s-comp96 .step {
    display: flex;
    align-items: center; } }

.s-comp96 .intro {
  padding-left: 40px;
  margin-top: 15px; }

.s-comp96 .step .s-tile {
  position: relative;
  margin: 15px 0px 15px 30px;
  background-color: #f7f7f7;
  padding: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.s-comp96 .step .s-tile h3 {
  font-size: 120%; }

.s-comp96 .step .s-tile:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 42%;
  left: -15px;
  background-color: #f7f7f7;
  transform: translate(0, -42%);
  transform: rotate(45deg); }

.s-comp96 .step-count span {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #423f3a;
  font-size: 1.2em;
  color: #fff;
  font-weight: bold; }

.s-comp96 .step-count span:before {
  counter-increment: step-counter;
  content: "" counter(step-counter);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 991px) {
  .s-comp96 .step .s-tile:before {
    display: none; }

  .s-comp96 .step .s-tile {
    margin: -30px 10px 15px 10px; }

  .s-comp96 .intro {
    padding-left: 0;
    margin-top: 0; } }
/* Default css from Default Title */
.s-comp96 h1.smC16540SmSn1p3T5i7-style, .s-comp96 h2.smC16540SmSn1p3T5i7-style, .s-comp96 h3.smC16540SmSn1p3T5i7-style, .s-comp96 h4.smC16540SmSn1p3T5i7-style, .s-comp96 h5.smC16540SmSn1p3T5i7-style, .s-comp96 h6.smC16540SmSn1p3T5i7-style {
  position: relative; }
/* Default css from Default Text */
.s-comp96 .s-text.smC16540SmSn1p3T5i8-style {
  position: relative; }
/* Default css from Card */
.s-comp96 .s-card.smC16540SmSn1p3T5i9-style {
  position: relative; }
/* Default css from Header 3 */
.s-comp96 h3.smC16540SmSn1p3T5i10-style {
  position: relative; }
/* Default css from Default Text */
.s-comp96 .s-text.smC16540SmSn1p3T5i11-style {
  position: relative; }

.s-comp96 {
  padding: 96px 0px 81px 0px; }

.s-comp96 {
  position: relative; }

@media (max-width: 480px) {
  .s-comp96 {
    padding: 72px 0px 42px 0px; } }


.s-comp97 .background:after {
  content: ''; }

.s-comp97 .s-tile {
  overflow: hidden; }

.s-comp97 {
  padding: 120px 0px 120px 0px; }

.s-comp97 {
  position: relative; }

.s-comp97 .background {
  background-image: url('');
  background-attachment: scroll;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.s-comp97 .background {
  width: 100%; }

.s-comp97 .background {
  height: 100%; }

.s-comp97 .background {
  position: absolute; }

.s-comp97 .background {
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto; }

.s-comp97 .background:after {
  background: linear-gradient(90deg, rgba(61, 116, 143, 0.8) 0%, rgba(61, 116, 143, 0.4) 100%); }

.s-comp97 .background:after {
  width: 100%; }

.s-comp97 .background:after {
  height: 100%; }

.s-comp97 .background:after {
  position: absolute; }

.s-comp97 .background:after {
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto; }

.s-comp97 .s-tile {
  background-color: rgba(255, 255, 255, 0); }

.s-comp97 .s-tile {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

.s-comp97 .s-tile {
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.s-comp97 .s-tile {
  padding: 0px 0px 0px 0px; }

.s-comp97 h2 {
  color: #fff; }

.s-comp97 h2 {
  text-shadow: 0px 0px 8px rgba(48, 48, 47, 0.5); }

.s-comp97 .s-tile .s-text {
  color: #fff; }

.s-comp97 .s-tile .s-text {
  text-shadow: 0px 0px 4px rgba(48, 48, 47, 0.5); }

.s-comp97 .s-tile .s-button-list {
  margin: -4px -4px -4px -4px; }

.s-comp97 .s-tile .s-button-list {
  padding: 1.728em 0px 0px 0px; }

.s-comp97 .s-tile .s-button-list {
  text-align: left; }

@media (max-width: 768px) {
  .s-comp97 {
    padding: 96px 0px 96px 0px; } }

@media (max-width: 480px) {
  .s-comp97 {
    padding: 72px 0px 72px 0px; }

  .s-comp97 .s-tile .s-button-list {
    margin: -4px 0px -4px 0px; }

  .s-comp97 .s-tile .s-button-list {
    text-align: center; } }


/* Default css from Default Button */
.s-comp98 .s-btn.smC16761SmSn1p3T7i4-style, .s-comp98 .s-btn-alt.smC16761SmSn1p3T7i4-style {
  position: relative; }

@media only screen and (min-width: 991px) {
  .s-comp98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    min-height: 75vh;
    overflow: hidden; } }

.s-comp98 .image-container {
  width: 58%;
  position: relative; }

.s-comp98 .image-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  margin: 0 !important; }

.s-comp98 .content-container {
  position: relative;
  width: 40%;
  padding: 46px calc(72px + 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-right: 4px solid #3d748f; }

.s-comp98 .content-container > .row {
  max-width: 720px;
  position: relative; }

.s-comp98 .content-container > .row:before {
  content: '';
  position: absolute;
  top: -15%;
  left: -5%;
  width: 120%;
  height: 130%;
  background-color: #f7f7f7;
  z-index: -1; }

.s-comp98 .content-container .s-btn-alt {
  border: 2px solid #3d748f;
  padding: 1.1em 2.074em 1.1em 2.074em; }

.s-comp98 h1 {
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  color: #30302f; }

.s-comp98 .s-text {
  margin: 1.44rem 0 2rem 0;
  max-width: 450px;
  font-size: 1.1rem;
  font-weight: 300; }

.s-comp98 .arrow-down {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 48px;
  height: 48px;
  background-color: #3d748f;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp98 .arrow-down:hover {
  margin-top: 6px; }

.s-comp98 .arrow-down i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.72rem;
  color: #fff;
  -webkit-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.38s cubic-bezier(0.165, 0.84, 0.44, 1); }

.s-comp98 .arrow-down:hover i {
  opacity: 1; }

@media only screen and (max-width: 1440px) {
  .s-comp98 h1 {
    font-size: 1.7em; }

  .s-comp98 {
    min-height: 58vh; }

  .s-comp98 .content-container {
    padding: 40px; }

  .s-comp98 .content-container > .row {
    max-width: 360px; } }

@media only screen and (max-width: 991px) {
  .s-comp98 .image-container {
    width: 100%;
    padding-bottom: 60%; }

  .s-comp98 .content-container {
    width: 100%;
    border: 0px;
    background-color: #f7f7f7; }

  .s-comp98 .content-container > .row:before {
    display: none; }

  .s-comp98 .arrow-down {
    display: none; } }

.s-comp98 {
  position: relative; }


@media only screen and (max-width: 991px) {
  #scomp328.s-comp93 .s-card {
    margin-bottom: 30px !important; } }

#scomp328.s-comp93 {
  padding: 96px 0px 96px 0px; }

#scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  margin: 0px 0px 0px 0px; }

#scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  padding: 7% 24% 7% 7%; }

@media (max-width: 768px) {
  #scomp328.s-comp93 {
    padding: 96px 0px 66px 0px; }

  #scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    margin: 0px 0px 30px 0px; }

  #scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; } }

@media (max-width: 480px) {
  #scomp328.s-comp93 {
    padding: 72px 0px 42px 0px; }

  #scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    margin: 0px 0px 20px 0px; }

  #scomp328.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; } }


#scomp291.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp291.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp291.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp291.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp291.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }


#scomp300.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp300.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp300.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp300.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp300.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp301.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp301.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp301.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; }

  #scomp301.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse !important; } }

#scomp301.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp301.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp301.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 480px) {
  #scomp301.s-comp90 {
    padding: 0px 0px 36px 0px; } }


/*#scomp313.s-comp90 img {
 filter: invert(12%) sepia(34%) saturate(2800%);
 }*/
#scomp313.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp313.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

#scomp313.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

#scomp313.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  width: 60px; }

#scomp313.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 10px 0px; }

#scomp313.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  padding: 1.4em 1.6em 1.4em 1.6em; }

#scomp313.s-comp90 .s-tile h3.smC11783SmSn1p3T6-style {
  font-size: 120%; }

@media (max-width: 480px) {
  #scomp313.s-comp90 {
    padding: 0px 0px 36px 0px; }

  #scomp313.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }


#scomp288.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp288.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp288.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp288.s-comp90 h6.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp288.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp288.s-comp90 .s-button-list {
  display: flex;
  flex-direction: row; }

#scomp288.s-comp90 .s-button-list {
  justify-content: center; }

@media (max-width: 480px) {
  #scomp288.s-comp90 .s-button-list {
    display: flex;
    flex-direction: column; } }


#scomp314.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 120%;
  overflow: hidden; }

#scomp314.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#scomp314.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp314.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp290.s-comp90 {
  background-color: #f7f7f7; }

#scomp290.s-comp90 {
  padding: 96px 0px 35px 0px; }

#scomp290.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp290.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp290.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp290.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp290.s-comp90 {
    padding: 72px 0px 16px 0px; } }


#scomp327.s-comp94 {
  background-color: #f7f7f7; }


#scomp335.s-comp90 {
  padding: 96px 0px 35px 0px; }

#scomp335.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp335.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp335.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp335.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp335.s-comp90 {
    padding: 72px 0px 16px 0px; } }


#scomp329.s-comp90 {
  background-color: #f7f7f7; }

#scomp329.s-comp90 {
  padding: 96px 0px 35px 0px; }

#scomp329.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp329.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp329.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp329.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp329.s-comp90 {
    padding: 72px 0px 16px 0px; } }


/*#scomp298.s-comp90 img {
 filter: invert(12%) sepia(34%) saturate(2800%);
 }*/
#scomp298.s-comp90 ul li:before {
  position: relative;
  top: 18px; }

#scomp298.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

#scomp298.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp298.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

#scomp298.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

#scomp298.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  width: 60px; }

#scomp298.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 10px 0px; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  box-shadow: 0px 0px 12px 0px #e8e7e3;
  -webkit-box-shadow: 0px 0px 12px 0px #e8e7e3; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  -webkit-border-radius: 999px 999px 999px 999px;
  border-radius: 999px 999px 999px 999px; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  border: 3px solid #6a6f75; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  padding: 3em 2em 3em 2em; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  min-width: auto;
  max-width: 280px; }

#scomp298.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  min-height: 280px;
  max-height: none; }

#scomp298.s-comp90 .s-tile h3.smC11783SmSn1p3T6-style {
  font-size: 120%; }

@media (max-width: 768px) {
  #scomp298.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }

@media (max-width: 480px) {
  #scomp298.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }


@media only screen and (max-width: 991px) {
  #scomp337.s-comp93 .s-card {
    margin-bottom: 30px !important; } }

#scomp337.s-comp93 {
  padding: 0px 0px 96px 0px; }

#scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  margin: 0px 0px 0px 0px; }

#scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
  padding: 7% 24% 7% 7%; }

@media (max-width: 768px) {
  #scomp337.s-comp93 {
    padding: 0px 0px 66px 0px; }

  #scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    margin: 0px 0px 30px 0px; }

  #scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; } }

@media (max-width: 480px) {
  #scomp337.s-comp93 {
    padding: 0px 0px 42px 0px; }

  #scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    margin: 0px 0px 20px 0px; }

  #scomp337.s-comp93 .s-card.smC16345SmSn1p3T2i9-style {
    padding: 7% 8% 7% 7%; } }


#scomp294.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp294.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp294.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp294.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp294.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp297.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp297.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp297.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; }

  #scomp297.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse !important; } }

#scomp297.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp297.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp297.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 480px) {
  #scomp297.s-comp90 {
    padding: 0px 0px 36px 0px; } }


/*#scomp306.s-comp90 img {
 filter: invert(12%) sepia(34%) saturate(2800%);
 }*/
#scomp306.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp306.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

#scomp306.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

#scomp306.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  width: 60px; }

#scomp306.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 10px 0px; }

#scomp306.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  padding: 1.4em 1.2em 1.4em 1.2em; }

#scomp306.s-comp90 .s-tile h3.smC11783SmSn1p3T6-style {
  font-size: 120%; }

@media (max-width: 480px) {
  #scomp306.s-comp90 {
    padding: 0px 0px 36px 0px; }

  #scomp306.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }


#scomp296.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp296.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp296.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp296.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp296.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp326.s-comp90 {
  padding: 36px 0px 35px 0px; }

#scomp326.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp326.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

#scomp326.s-comp90 h2.smC11783SmSn1p3T6-style {
  text-align: center; }

#scomp326.s-comp90 .s-text.smC11783SmSn1p3T7-style {
  text-align: center; }

@media (max-width: 480px) {
  #scomp326.s-comp90 {
    padding: 72px 0px 16px 0px; } }


#scomp333.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden; }

#scomp333.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp333.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; }

  #scomp333.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse !important; } }

#scomp333.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp333.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp333.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 480px) {
  #scomp333.s-comp90 {
    padding: 0px 0px 36px 0px; } }


#scomp334.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 80%;
  overflow: hidden; }

#scomp334.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#scomp334.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp334.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp334.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 480px) {
  #scomp334.s-comp90 {
    padding: 0px 0px 36px 0px; } }


#scomp322.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp322.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp322.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp322.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp322.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp342.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp342.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp342.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp342.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp342.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


#scomp343.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp343.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp343.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; }

  #scomp343.s-comp90 .container > .row > .s-flex {
    flex-direction: column-reverse !important; } }

#scomp343.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp343.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp343.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }

@media (max-width: 480px) {
  #scomp343.s-comp90 {
    padding: 0px 0px 36px 0px; } }


#scomp346.s-comp90 .s-img__wrapper {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden; }

#scomp346.s-comp90 .s-img__wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media only screen and (max-width: 767px) {
  #scomp346.s-comp90 .s-img__wrapper {
    padding-bottom: 75%; } }

#scomp346.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  display: flex !important;
  flex-direction: row; }

#scomp346.s-comp90 .s-flex.smC11783SmSn1p3T4-style {
  align-items: center; }


/*#scomp344.s-comp90 img {
 filter: invert(12%) sepia(34%) saturate(2800%);
 }*/
#scomp344.s-comp90 {
  padding: 0px 0px 60px 0px; }

#scomp344.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
  display: flex !important;
  flex-direction: row; }

#scomp344.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(48, 48, 47, 0); }

#scomp344.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  width: 60px; }

#scomp344.s-comp90 .s-img__wrapper.smC11783SmSn1p3T9-style {
  margin: 0px 0px 10px 0px; }

#scomp344.s-comp90 .s-card.smC11783SmSn1p3T15-style {
  padding: 1.4em 1.6em 1.4em 1.6em; }

#scomp344.s-comp90 .s-tile h3.smC11783SmSn1p3T6-style {
  font-size: 120%; }

@media (max-width: 480px) {
  #scomp344.s-comp90 {
    padding: 0px 0px 36px 0px; }

  #scomp344.s-comp90 .s-flex.smC11783SmSn1p3T5-style {
    display: flex !important;
    flex-direction: column; } }


